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


body
{
margin:0px;
padding:0px;
background-color: #f1f1f1;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:7px 0px;
}
.clear
{
clear:both;
height:0px;
}
#container
{
width:780px;
height:auto;
margin:0px auto;
text-align:center;
}
.container-main
{
width:780px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-bg.jpg) left top repeat-y;
}
#header
{
width:760px;
height:128px;
float:left;
text-align:left;
background:url(../images/header-bg.jpg) left top no-repeat;
padding:30px 0px 0px 20px;
}
.logo
{
margin-top:35px;
margin-left:29px;
}
#body-main
{
width:706px;
height:auto;
float:left;
text-align:left;
padding:8px 36px 0px 38px;
}
.body-top
{
width:604px;
height:68px;
float:left;
text-align:center;
background:url(../images/body-top-bg.jpg) left top no-repeat;
padding:18px 102px 0px 0px;
}
.body-middle
{
width:706px;
height:auto;
float:left;
text-align:left;
}
.middle-left
{
width:326px;
height:auto;
float:left;
text-align:left;
padding-left:2px;
}
/* sub-navigation */	
	
.subnav{
	color: #666666;
	font: bold 16px/42px Arial, Helvetica, sans-serif;
	line-height:42px;
	width:326px;
	float:left;
	text-align:left;
	padding:4px 0px;
	
		}
.subnav ul {margin: 0; padding: 0; list-style-type:none;}
.subnav li {
	display: block;
	padding: 0px 0px 0px 37px;
	width:289px;
	text-decoration: none;
	background: url(../images/menu-arrow-bg.jpg) left center no-repeat;
	color: #666666;
	font: bold 16px/42px Arial, Helvetica, sans-serif;
}
.middle-bottom-box
{
width:182px;
height:auto;
float:left;
text-align:left;
background:url(../images/middle-left-bottom-bg.jpg) left top no-repeat;
padding-right:134px;
padding-top:8px;
padding-left:8px;
}
.middle-right
{
width:340px;
height:355px;
float:right;
text-align:left;
background:url(../images/middle-right-bg.jpg) left top no-repeat;
padding:14px;
}
.form-title
{
width:340px;
height:60px;
float:left;
text-align:center;
padding:9px 0px;
color: #FFF;
font: bold 24px/30px  Arial, Helvetica, sans-serif;
}
.form-box
{
width:290px;
height:auto;
float:left;
text-align:left;
padding:22px 25px 0px 25px;
}
.input-box
{
width:221px;
height:20px;
border:1px solid #7094b7;
font:normal 12px/20px Arial, Helvetica, sans-serif;
color:#333333;
padding-left:3px;
padding-top:4px;
background-color: #FFF;
}
.body-bottom
{
width:706px;
height:auto;
float:left;
text-align:left;
}
#footer
{
width:780px;
height:72px;
float:left;
text-align:center;
background:url(../images/footer-bg.jpg) left top no-repeat;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
color: #FFF;
padding-top:32px;
}
#footer a
{
text-decoration: underline;
color: #3399ff;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
#footer a:hover
{
text-decoration: underline;
color: #b1f354;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}

/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
body a
{
color:#99cc33;
text-decoration: none;
font-weight:bold;
}
body a:hover
{
color:#99cc33;
text-decoration: underline;
font-weight: bold;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height:22px;
	font-weight:bold;
	font-variant: normal;
	color: #003366;
	text-decoration: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height:20px;
	font-weight:bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}