/* CSS Document */
body{ background:#6599cb url(../newimages/bg.png) top left repeat-x fixed;
margin:0;
padding:0;
color:#585858;
font-size:12px;
line-height:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p, form { margin:0; padding:0}

#wrapper{ width:840px; margin:0 auto; background:url(../newimages/content-bg.png) top left repeat-y;}
#container{ width:800px; margin-left:20px; }
#header{ background:url(../newimages/banner.jpg) top left no-repeat; height:150px;}
#nav{
background:url(../newimages/nav-bg.png) top left repeat-x;
height:30px;
text-align:center;
padding-top:13px;
color:#ACACAC;
}
#nav span{ padding:0 15px;}
#nav a{ text-decoration:none; color:#6D6D6D;}
#nav a:hover{ color:#0351A7}

#content{
background:url(../newimages/nav-shadow.png) top left repeat-x;
padding:20px;
}

#footer{ background:#95b5db;}


/************************* content css*************************/
#content p{text-align:center; padding:12px 10px;}
#content-title{ font-family:Georgia, "Times New Roman", Times, serif; font-size:32px; color:#D90000;}

#content-title a{ font-size:12px; color:#1A61E6; text-decoration:none;}


#form-title{
background:url(../newimages/form-title-box.png) top left no-repeat; 
height:40px;
text-align:center;
color:#003466;  /**blue text**/
font-size:16px;
padding-top:8px;
line-height:18px;
}

#inputcontainer{ margin-left:130px; width:650px; padding-bottom:5px;}
#inputname{ float:left; width:85px; padding-top:3px;}
#inputbox{ float:left; width:300px;}
.txtinput{ width:300px;}

#divclear{ clear:both; height:0;}