/* CSS Document */
div#body{
	text-align:left;
	
	
	
}
div#header{
	background-image:url('banner.png');
	background-repeat:repeat-x;
	min-width:1000px;
	width:100%;
	

}

div#navbar img{
	border:none;
	
	
}

div#navbar{
	background-image:url('navbar.png');
	border:none;
	background-repeat:repeat-x;
	min-width:1000px;
	width: 100%;

}

div#navbar li{
	display:inline;
}

div#navbar li a{
	text-decoration:none;
	border-bottom-style:none;
}

div#subheader{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
}

div#navbar2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	
	border:none;
	float:left;
	min-width:203px;
	width:15.5%;
	
	
	
}

div#navbar2 li{
	
	list-style-type:none;
	list-style:none;
	display:inline;
	
	text-decoration:none;
}
div#navbar2 img{
	
	border:none;
	display:inline;
	
}

div#content{
	background:#FFFFFF;
	outline:#000000;
	clear:right;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	min-height:500px;
	width:83%;
	min-width:30%;
	border-style:solid;
	border:thin #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	
}

div#content img{
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#content h1{
	text-align:center;
}

div#footer{
	background:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top:10px;
	text-align:center;
	clear:both;
	width:100%;

}

div#contentheader{
	
}

div#contentbody{
	min-height:500px;
}

div#contentbody td{
	vertical-align:middle;
}

div#contentbody ul{
	line-height:inherit;
	font-weight: bold;
}

div#contentfooter{
	text-align:center;
	font-size:14px;
	color:#0033CC;
	
}
