@charset "UTF-8";
/* CSS Document */

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	margin:20px 10px 0 30px;
	border-bottom:1px solid #384f76 ;
	
	}
.whitetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#FFFFFF;
	padding:0 10px 0 30px;
	}
.whitetext a:link { color: #719ed0; text-decoration:none; text-transform:uppercase; font-weight:bold;  }
.whitetext a:visited { color: #719ed0; text-decoration:none; text-transform:uppercase;font-weight:bold;  }
.whitetext a:hover { color: #719ed0; text-decoration:underline; text-transform:uppercase;font-weight:bold;  }
.whitetext a:active { color: #719ed0; text-decoration:none; text-transform:uppercase; font-weight:bold; }

.white11 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#FFFFFF;
	}
.white11 a:link { color: #FFFFFF; text-decoration:underline;   }
.white11 a:visited { color: #FFFFFF; text-decoration:underline;   }
.white11 a:hover { color: #98a44e; text-decoration:underline;   }
.white11 a:active { color: #FFFFFF; text-decoration:underline;  }
		
.clearfloats {clear:both;}
div.clearfloats {clear:both;}
#headertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#FFFFFF;
	padding:50px 20px 0 0;
	}
#headertext a:link { color: #FFFFFF; text-decoration:none;  }
#headertext a:visited { color: #FFFFFF; text-decoration:none;  }
#headertext a:hover { color: #FFFFFF; text-decoration:underline;  }
#headertext a:active { color: #FFFFFF; text-decoration:none; }	

div#maincontent {width:800px; background-color:#000000; }
div#centercontent { 
	background-color:#000000;
	height:500px;
	}
	
div#blackfooter {
	width:800px; 
	text-align:center; 
	background-color:#000000; 
	background-image:url(/images/mbilogo.gif); 
	background-repeat:no-repeat;
	height:100px;
}	
	
div#bluefooter {
	background-color:#14487c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#719ed0;
	padding:10px 0;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	}
	
div#footernav {
	color:#14487c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}	
div#footernav a:link { color: #928880; text-decoration:none;  }
div#footernav a:visited { color: #928880; text-decoration:none;  }
div#footernav a:hover { color: #928880; text-decoration:underline;  }
div#footernav a:active { color: #928880; text-decoration:none; }		
	
/* BEGIN NAVIGATION CODE */

body div#listmenu ul li ul {display:none}

div#listmenu {
	width:100%;
	font-size:12px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height:33px;
	background-color:#000000;
}
div#listmenu a:hover {color:#d5872d;}
div#listmenu ul {
	margin:0 0 0 20px;
	}
* html div#listmenu ul {
	float:left; 
	margin:0 0 0 40px;}
div#listmenu ul li {
	float:left;
	padding:0 5px;
	list-style:none; 
	 }
div#listmenu ul li a {
	text-decoration:none; 
	color:#719ed0; 
	display: block;
	padding: 9px 0 6px 0;
	background-image:url(/images/lines.gif);
	background-repeat:no-repeat;
	text-indent:30px;
	}
div#listmenu ul li:first-child a {
	background-image:none;
	}	

div#listmenu ul li:hover ul, div#listmenu ul li ul:hover {display:block;}

/* END NAVIGATION CODE*/