@charset "utf-8";
/* Main CSS File */
html
{
	height:100%;
}
body {
	margin: 0;
	padding:0;
	text-align:center;
	height:100%;
	background:url('/images/bg.jpg') 0 0 repeat-x;
	
}

#SiteHolder, #InternalSiteContainer { /* So Firefox & Safari can have a white border on Site. */
	width: 780px;
	text-align:left;
	margin:0 auto;
	padding-left: 5px; /* So Firefox & Safari can have a white border on Site. */
	padding-right: 5px; /* So Firefox & Safari can have a white border on Site. */
	background-color:#FFF;
	
}

#InternalSiteContainer
{
	background:url('/images/leftnavbg.gif') 5px 0 repeat-y;
	background-color:#FFF;
}

#Site, #InternalContainer {
	width: 780px;
	text-align: left;
	font-family: Tahoma;
	margin: 0 auto; /* Firefox & Safari need me to center in the page! */
}

#InternalContainer
{
	background:url('/images/dashedborder.gif') 165px 0 repeat-y;
}

#Header {
	width: 780px;
	height: 128px;
	background-image: url(../images/header.jpg)
}

#HeaderSearch {
	width: 275px;
	float: right;
	text-align: right;
	padding-right: 18px;
	padding-top: 20px;
}
#HeaderSearch a {
	font-size: 10px;
	text-decoration: none;
	color: #99AEC3;
	line-height: 15px;
	font-weight: bold;
}
#searchul1 a {
	font-size: 10px;
	text-decoration: none;
	color: #CAD5DF;
	line-height: 15px;
	font-weight: bold;
}

#NavTop {
	width: 780px;
	height:23px;
	background-color: #D30000;
	font-size: 10px;
	line-height: 15px;
	color: #E56666;
	font-weight: bold;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

#NavTop ul 
{
	margin:0;
	padding:0;
}

#NavTop li
{
	/*padding:0;*/
	margin:0;
}

#NavTop a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#NavDivider {
	text-decoration: none;
	font-weight: bold;
	color: #E56666;
}

#FlashHolder {
	width: 780px;
}

#PageHeader {
	width: 780px;
	height: 109px;
}

#BlackBar {
	width: 780px;
	height: 24px;
	background-color:#000000;
	border-top: 2px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
}

#BlackBarSub {
	width: 780px;
	height: 13px;
	background-color:#000000;
	border-top: 2px solid #FFFFFF;
}

h1 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #D30000;
	line-height: 25px;
}

#ContentContainer
{
	width: 780px;
}

#Content {
	padding-top: 3px;
	
}

#ContLeft {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	float: left;
	width: 242px;
	background-image: url(../images/articleIcon.jpg);
	background-position: 10px 15px;
	background-repeat: no-repeat;
	padding-left: 55px;
	
}
#ContLeft ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	
}
#ContLeft li {
	padding-left: 15px;
	background-image: url(../images/starbullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#ContLeft a {
	text-decoration: none;
	font-family: Tahoma;
	color: #0000FF;
	font-size: 11px;
}
#ContLeft a.redText {
	font-size: 18px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #D30000;
	line-height: 25px;
	text-decoration: none;
}

#ContMid {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	float: left;
	width: 250px;
	padding-left: 15px;
	background-color:#FFF;
	
}

a.redText {
	font-size: 18px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	color: #D30000;
	line-height: 25px;
	text-decoration: none;
}

#ContRight {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	float: left;
	border-left: 1px dashed #999999;
	width: 177px;
	padding-left: 15px;
	
}

a.blueText {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#0033CC;
	line-height: 25px;
	text-decoration: none;
}

#NavSide {
	width: 165px;
	font-size: 3px;
	float: left;
}
#NavSide a {
	text-decoration: none;
	color: #142F6F;
}

#NavSide li {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	/*line-height: 20px;*/
	padding-left: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.NavAStar {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	/*line-height: 20px;*/
	padding-left: 0px;
	background-image: url(../images/sidenavstar.jpg);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

#MainCont {
	width: 385px;
	float: left;
	padding-top: 12px;
	padding-left: 17px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
	
}
#MainCont table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#RightSideBar {
	width: 170px;
	float: left;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color:#FFF;

}

#GreyBar {
	width: 780px;
	height: 38px;
	background-color: #999999;
	float: left;
	border-top:3px solid #FFF;
}

#GreyBarSub {
	width: 780px;
	height: 38px;
	background-color: #999999;
	border-top: 3px solid #FFFFFF;
	border-bottom: 15px solid #FFFFFF;
	float: left;
}

#Footer {
	width: 780px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: center;
	color: #333333;
	clear:both;
	background-color:#FFF;
	padding:15px 0;
}

#Footer a {
	color: #333333;
	text-decoration: none;
}

td.formLabel {
	width: 40%;
	padding-top: 7px;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

.searchTabSelected
{
	border: solid 1px #003466;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #003466;
	white-space: nowrap;
}
.searchTabSelected a
{
	text-decoration: none;
	color: White;
}

.searchTabNotSelected
{
	border: solid 1px #003466;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
}
.searchTabNotSelected a
{
	text-decoration: none;
}
