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

body {
	margin:20px;
	font-family:tahoma, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background-color:#e6f8ff;
}
a img{border:0;}
a {border:0; color:#FF6600;}
h1,h2,h3,h4,h5,h6{margin:0px; font-weight:normal;}
#outer{
	width:850px;
	margin:auto;
}
#header{
	float:left;
	height:188px;
	width:850px;
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
}

#header h1
{
	float:left;
	width:300px;
	height:90px;
	display:block;
}
#header h1 a {
	height:90px;
	width:300px;
	display:block;
}
#header .hide
{
display:none;
}
#header h3
{
float:left;
height:84px;
width:545px;
color:#000000;
font-size:11px;
margin-right:200px;
margin-left:15px;
}

#mainbod {
	width:840px;
	clear:both;
	float:left;
	background-color:#FFFFFF;
	padding:10px 0px 10px 10px;
}
#leftnav {
	width:208px;
	float:left;
}
#content {
	width:610px;
	float:right;
	padding:0px 10px 0px 10px;
}

.leftmenu1{
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	float: left;
	background-image:url(images/leftmenubg.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:201px;
	padding:15px 2px 0px 2px;
}
div.leftmenu1 ul, li {padding:0px 0px 0px 0px; margin:0 0 0 0; list-style-type:none;}
div.leftmenu1 ul li a{color:#000000; text-decoration:none; width:169px; display:block; padding-left:28px; line-height:30px; background-image:url(images/leftbull1.gif); background-position:left; background-repeat:no-repeat; font-weight:bold;}
/*text-transform:uppercase;*/
div.leftmenu1 ul li ul li a{color:#000000; font-weight:normal; width:201px; padding-top:0px;margin-top:0px; }
div.leftmenu1 ul li a:hover {color:#165db9; background-image:url(images/leftbull2.gif);}
div.leftmenu1 ul li ul li a:hover { color:#165db9; font-weight:bold;}
#leftnav img
{
float:left;
margin:10px 0px 10px 10px;;
}
.topli { font-size:15px; font-weight:bold; background-image:url(images/lefttophead.gif); background-repeat:no-repeat; background-position:center; height:25px; color:#ffffff; display:block; width:161px; font-weight:bold; padding:0px 10px 0px 34px; line-height:25px; margin-bottom:5px;}
.leftbotbg
{
	float:left;
	height:12px;
	width:208px;
	background-image:url(images/leftbotbg.gif);
}
h1
{
font-size:20px;
color:#2ea7d7;
}
h2
{
font-size:15px;
font-weight:bold;
color:#2ea7d7;
}
#footer
{
	float:left;
	height:7px;
	width:830px;
	padding:10px;
	color:#ffffff;
	background-image:url(images/footer.gif);
	text-align:center;
	text-align:center;
	font-size:11px;
}
#footer a
{
color:#ffffff;
text-decoration:none;
}
#footer a:hover
{
text-decoration:underline;
}
.copywrite
{
	float:left;
	width:840px;
	text-align: center;
	font-size:11px;
	padding: 5px;
}
