/***********************************************/
/* HTML tag styles         */
/***********************************************/
:focus { -moz-outline-style: none; }
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #303133;
	font-size: 14px;
	color: #522018;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
}
a:link {
	color: #57211A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #57211A;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/***********************************************/
/* Layout Divs             */
/***********************************************/
#container {
	margin: auto;
	text-align: left;
	background-color: #7089BF;
	width: 957px;
}
/***********************************************/
/* Class styles            */
/***********************************************/
.homeTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
}
.small{
	font-size: 10px;
}
.chalkText{
	color: #FFFFFF;
	font-size: 11px;
}
.chalkText A:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.chalkText A:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.chalkText A:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.chalkText A:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}