#preload {
	display: none;
}
#container {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 864px;
}
#content {
	padding: 10px 10px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
}
.accent {
	color: #B5121B;
}
#sideboxes {
	width: 280px;
	font-size: 10pt;
}
.indentSm {
	padding-left: 8px;
	padding-top: 5px;
}
#bottomboxes {
	text-align: center;
	margin: auto;
}
a:link {
	text-decoration: none;
	color: #B5121B;
}
a:visited {
	text-decoration: none;
	color: #B5121B;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #B5121B;
}
.accentBox {
	padding: 8px;
	border: 1px solid #B5121B;
	margin-top: 5px;
	margin-bottom: 5px;
}
.expiredInfo {
	color: #999999;
}
#masthead {
	height: 82px;
	overflow: hidden;
}
#masthead table {
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.specialBox {
	margin: 5px;
	padding: 6px;
	border: 1px solid #B5121B;
	background-color: #FFFF99;
	font-size: 10pt;
}
.highlightBox {
	margin: 5px;
	padding: 6px;
	font-size: 10pt;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.bpsBox {
	border: 2px solid #FF9900;
	background-color: #F5E342;
}
.calBox {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-bottom: 15px;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
.inputReg {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.formOption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #B5121B;
}
.navbg {
	background-image: url(media/nav_empty.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.boxhead {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}
#wideLeft {
	float: left;
	width: 560px;
}
#narrowRight {
	float: right;
	width: 280px;
	margin-left: 10px;
}
/*NEW NAV*/

#nav ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom:0;
	background-image: url(media/nav_empty.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
	text-shadow: #000 1px 2px 2px;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	height:18px;
	padding: 5px 1em;
	/*background-color: #036;*/
	color: #FFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #1A3348;
}
#nav ul li a:hover {
	color: #000;
	text-shadow: none;
}
.current {
	color: #000;
	text-shadow: none;	
}
#sshow {
	clear:both;	
}
