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

body {
	background: #ffffff;
	padding-left:50px;
	padding-top:15px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:200%;
	font-size:11px;
	color:333333;
}


h1  { 
	font-size:16px;
	color:#bf1e2e;
}


h2  { 
	font-size:13px;
	color:#bf1e2e;
}


#overall {
	width:700px;
	background-color:#ffffff;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	padding-top:20px;
}


#header {
 	width: 700px;
	height: 89px;
	background-image: url(images/gradient.jpg);
}


.maincontent {
	padding:15px;
}



a:link  { 
	color: #005696;
}

a:visited { 
	color: #005696;
	}

a:active { 
	color: #000000;
}

a:hover { 
	color: #000000;
}


.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:15px;
	padding-bottom:15px;
	clear:both;
}


.nav {
	width:500px;
	background-color:#003300;
	border-style:solid;
	border-width:3px;
	border-color:#999999;
	padding: 8px;
	color:#FF9900;
	font-weight:550;
}



h4 {
	font-size:20px;
	color:#006600;
	}

.green {
	font-size:20px;
	color:#006600;
	font-weight:600;
	}



a.nav {
	font-size:24px;
	font-style:oblique;
	}

a.nav:link {
	font-size:24px;
	font-style:oblique;
	}
	

a.nav:hover {
	font-size:24px;
	font-style:oblique;
	}

a.nav:visited {
	font-size:24px;
	font-style:oblique;
	}



#disclaimer {
	clear:both;
	font-size:9px;
}


.gray {
	background-color:#FFFFFF;
	background-image:url(images/gray.gif);
	background-repeat: repeat;
	height: 42px;
}

.maintcontent {
	padding-left:13px;
	padding-right:13px;
}

