/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-image: url(images/bg-sunburst.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	color: #6d070f;
	background-color: #FCF698;
}
h1 {
	font-size: 16px;
	color: #db1424;
	margin: 0px;
}
h2 {
	font-size: 13px;
	color: #db1424;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
	color: #0065B3;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0065B3;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	text-align: left;
	width: 937px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/

.toplink {	color: #0065b3;	font-size: 11px;	font-weight: bold;	text-decoration:none;	margin-top: 53px;}
.toplink a:link {	color: #0065b3;	font-size: 11px;	font-weight: bold;	text-decoration:none;}
.toplink a:visited {	color: #0065b3;	font-size: 11px;	font-weight: bold;	text-decoration:none;}
.toplink a:hover {	color: #0065b3;	font-size: 11px;	font-weight: bold;	text-decoration:underline;}
.toplink a:active {	color: #0065b3;	font-size: 11px;	font-weight: bold;	text-decoration:none;}

.footertext {	color: #ffffff;	font-size: 12px;	font-weight: bold;	text-decoration:none;}
.footertext a:link {	color: #ffffff;	font-size: 12px;	font-weight: bold;	text-decoration:none;}
.footertext a:visited {	color: #ffffff;	font-size: 12px;	font-weight: bold;	text-decoration:none;}
.footertext a:hover {	color: #ffffff;	font-size: 12px;	font-weight: bold;	text-decoration:underline;}
.footertext a:active {	color: #ffffff;	font-size: 12px;	font-weight: bold;	text-decoration:none;}

.blue {
	color: #0065b3;
}
.red {
	color: #db1424;
}
.factoid {
	color: #ffffff;
	font-size: 11px;
}
.hometext {
	font-size: 14px;
}
.imageNoBorder {
	margin-bottom: 15px;
	margin-top: 15px;
}
.imageBorder {
	border: 2px solid #0065b3;
	margin-bottom: 15px;
	margin-top: 15px;
}
.imageLeftNoBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.imageLeftBorder {
	float: right;
	margin-left: 10px;
	border: 2px solid #0065b3;
	margin-bottom: 15px;
	margin-top: 15px;
}
.callout {
	background-color: #FFCC00;
	padding: 15px;
	margin-top: 20px;
	border: 2px solid #E6B800;
	margin-bottom: 20px;
}
.big {
	font-size: 22px;
}
