body {
	color: #00004f;
	margin: 0px;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px; 
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 800px;
	text-align: justify;
}

#banner {
	height: 110px;
	background: url(../img/banner.gif) no-repeat;
}


#nav{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
font-size: .8em;
}


#navlist ul{
margin: 0;
white-space: nowrap;
padding: 0;

}

#navlist li
{
display: inline;

list-style-type: none;
}


#navlist a {
	padding: 2px 2px 2px 30px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background: #df0000 url(../img/l1_down.jpg) no-repeat left center;
}

#navlist a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#navlist a:hover {
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	color: #2D1E2D;
	background: #999999 url(../img/l1_over.jpg) no-repeat left center;
}

#active a:link, #active a:visited, #active a:hover {
	color: #333 !important;
	font-weight: bold;
	cursor: default;
	background: #999999 url(../img/l1_over.jpg) no-repeat left center;
}

#leftcol{
	font-size: 70%;
	padding: 10px;
	width: 180px;
	float: left;
	margin-top: 40px;
	border-right: 2px solid #DF0000;
	text-align: justify;
}

#leftcol h1{
 	font-size: 130%;
	font-weight: bold;
	color: #df0000;
	}
#leftcol h2{
	font-size: 120%;
	padding: 10px;
	margin: 10px;
	font-weight: bolder;
	color: #6f6f6f;
}

#leftcol h3{
	font-size: 110%;
	color:  #6f6f6f;
	height: 20px;
	margin:10px;
	padding: 0;
	font-weight: bolder;
	background: #FFFFFF;
}

#leftcol h4{
	font-size: 90%;
	color:  #6f6f6f;
	height: 20px;
	padding: 0;
	font-weight: bolder;
	background: #f2f2f2;
}

#form {
    margin: 10px;
    padding: 10px;
	width:90%;
	border-top: 10px solid #666666;
	border-bottom: 10px solid #666666;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}
	
#form2 {
    margin: 10px;
    padding: 20px;
	width:90%;
	border-top: 10px solid #666666;
	border-bottom: 10px solid #666666;
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
.line {
	margin: 20px;
	padding: 20px;
	border-top: 2px solid #666666;
}

	 
#content{
	margin-left: 210px;
	padding: 20px;
	background: url(../img/content.gif) no-repeat;
	list-style: url(../img/bullet.gif);
}

#content p{
	font-size: 80%;
	margin: 30px;
	text-align: justify;
	font-weight: bold;
}

#content li{
	font-size: 80%;
	padding: 0px;
	text-align: justify;
	font-style: normal;
	list-style: url(../img/bullet.gif) outside;
	margin: 10px;
	font-weight: bold;
}

#content h1{
	padding:10px;
	margin: 10px;
	font-size: 120%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
}

#content h2{
	font-size: 100%;
	padding: 10px;
	margin: 10px;
	font-weight: bolder;
	color: #6f6f6f;
}

#content h3{
	font-size: 90%;
    color: #df0000;
	height: 20px;
	margin:10px;
	padding: 0;
	font-weight: bold;
	background: url(../img/h3back.gif) repeat;
}

#content h4{
	font-size: 70%;
	color:  #6f6f6f;
	height: 20px;
	padding: 0;
	font-weight: bolder;
	background: #F2F2F2;
}

#content a:link{
	color: #df0000!important;
	font-weight: bold;
	cursor: default;
	background: no-repeat left center;
	text-decoration: none;
}

#container{
    margin-top: 200px;
	margin-bottom:40px;
	padding: 0px;
	font: 80%;
	text-align: justify;
}

	
.leftimage {
	float: left;
	margin: 10px;
}

.rightimage {
	float: right;
	margin: 10px;
}

.clearit {
	display: block;
	clear: both;
}

#footnav {
	border-bottom: 2px solid #cccccc;
}

#footnav ul{
	padding: 0;
	margin:0;
	background-color: #df0000;
}

#footnav ul li{
    display:inline;
	padding: 0;
	margin: 0;
}

#footnav ul li a{
	font-size: 80%;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0 10px;
	border: 1px solid #6f6f6f;
	text-align:center;
	width: 8em;
	font-weight: bold;
	background: #df0000;
}

#footnav ul li a:hover, #footnav ul li a:focus{
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #336699;
	background: #6f6f6f;
}

#footer {
    clear:both;
	background: #FFFFFF;
	border-top: 1px solid #cccccc;
	text-align: right;
}
#footer p{
	font-size: 70%;
	margin: 0;
	padding: 10px;
	text-align: right;
}
