@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
	
#container {
	width: 766px;
	margin: 0 auto 0 auto;
	border-right: solid 2px #000000;
	border-left: solid 2px #000000;	
	border-bottom: solid 2px #000000;	
	}
	
#header {
	background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 175px;
	margin: 0;
	padding: 0;}
#captions {
	background-color: #01163A;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: .7em;
	color: #FFFFFF;
	text-align: center;
}

#nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	height: 46px;
	width: 100%;
	margin-top: -15px; 
 	pdding: 0;
	line-height: 1em;
	}

#navholder  {
	
	top: 10px;
	position: relative;

	}

#navholder ul li {
	display: inline;
	list-style-image: none;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: .8em;}

#maincontent {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;}

#maincontent a:link, #maincontent a:visited {
	color: #B90609;
	font-weight: bold;
	text-decoration: none;
	
 } 
 
 #maincontent a:hover, #maincontent a:active {
 	text-decoration: underline;
	 	}
#maincontent p {
	line-height: 1.5em;
	font-size: .8em;
	margin-left: 10px;
	padding: 0 10px 10px 10px;
	}
	
#maincontent ul li{
	line-height: 1.5em;
	font-size: .8em;
	margin: 0;
	padding: 0;	}
#nav ul li a:link, #nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;}
	
#nav ul li a:hover, #nav ul li a:active {
	text-decoration: underline;
	}
#maincontent h1 {
	color: #B90609;
	font-size: 1.5em;
	text-transform: uppercase;
	border-bottom: solid #000000 1px;
	padding-bottom: 5px;
	margin-top: 0;
	font-weight: bold;
	width: 55%;
	margin-left: 10px; }
#maincontent h2 {
	color: #012768;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	margin-left: 10px;}
#footer {
	background-color: #012768;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	font-size: .68em;
	margin-top: -15px;
	padding-top: 10px;
	paddding-bottom: 10px;
	border-top: solid 2px #000000;
	}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;}

.floatright {
	float: right;
	padding: 5px;
}

.floatleft {
	float: left;
	padding: 5px;
	}
.hidden {
	visibility: hidden;
	line-height: 0;
	margin: 0;
	padding: 0;}
.clearboth {
	clear: both;}