@charset "utf-8";
/* CSS Document */



body {
	background-color: #100D76;
}

#container { 
	width: 740px; 
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border: 5px solid #FFFFFF;
}

#mainContent { 
	margin: 0px;
	padding-left:20px;
	padding-right:20px; 
	font-family:"Times New Roman",Times,serif;
	font-size:15px;
} 
#mainBody { 
	margin: 0px;
	padding: 0 20px 20px 20px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
} 


.RedText { 
	color:#990000;
	font-weight:bold;
} 

/* Top Nav BEGIN */
.nav {

	background:#100D76;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0;
	width:100%;
}

#TopNav, #TopNav ul {
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;

}

#TopNav a {
	display: block;
	text-align:center;
	text-decoration: none;
	color: 000000;
	width: 130px;
	padding:8px 0px 7px 0px;
	background:#100D76;
	border-right: 2px solid #FFFFFF;
}

#TopNav li {
	float: left;
	width: auto;

}

#TopNav li ul {
	position: absolute;
	width: 10em;
	left: -999em;

}

#TopNav li:hover ul {
	left: auto;
}

#TopNav li:hover ul, #TopNav li.sfhover ul {
	left: auto;
}


#TopNav a:link,
#TopNav a:visited {
	color:#FFF;
	text-decoration:none;
	text-shadow: 2px 2px 2px #555;
}

#TopNav a:hover {
	background-color:#8E001A;
	text-decoration:none;
}


/* Top Nav New END */


#HeaderRule {
	color: #100D76;
	font-weight: bolder;
	width:90%;
}

#FooterContent {
	
	
}

.FooterLinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.SiteManager {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

.HighlightBox {
	height:auto;
	margin:15px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background: #DDDDDD;
}

#button {
	background-image:url(../images/button_2.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;	
	font-size:13px;
}

.floatLeft { 
    float: left; 
    margin-left: 150px;
	display: block;
	color: FFFFFF;
	width: 130px;
	height: 50px;
	padding:8px 0px 7px 0px;
	text-align:center;
	background-image:url(../images/button_2.gif);
}
.floatRight { 
    float: right; 
	margin-right: 150px;
	display: block;
	text-decoration: none;
	color: FFFFFF;
	width: 130px;
	height: 50px;
	padding:8px 0px 7px 0px;
	text-align:center;
	background-image:url(../images/button_2.gif);
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;

}

/* Link Effects */

a.FooterLinks:link,
a.FooterLinks:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.SiteManager:visited, 
a.SiteManager:link,
a.SiteManager:hover,
a.button:link,
a.button:hover,
a.FooterLinks:hover,
a.AboutLinks:hover	 {
	color: #FFFFFF;
	text-decoration: underline;
} 
a:hover,
a:visited {
	color: #0000CC;
	text-decoration: underline;
}




