@charset "utf-8";
/* CSS Document */
<style>
		body
		{
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px;
		}		
		.link a
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px; 
		color:#333333;
		}
		.link a:hover
			{
			text-decoration:none;
			color:#FF0000;	
			}
		.headfont{font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#FFFFFF;}
		
		h2{ font:Arial, Helvetica, sans-serif; font-size:18px; color:#0000FF;}	
		h3{ font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#0000FF; margin-top:-10px;}
		.text { margin:-10px 10px 2px 15px; font-family:Geneva, Arial, Helvetica, sans-serif; size:10px; text-align:justify;
		        text-indent:5px;}
		
		 img {border:none;}
	    
		.cate {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#0033FF;
		      text-align:left; }	
			    
		
			
	  	  .slid img{height:335px; width:64px; border:none; }
		  
		  #hhot {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#CC9900; background-color:#dfdfdf; text-align:center; padding:5px;}	
		  
		  #headblue{font-family:Geneva, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:14px; background-color:#035894; padding:10px; text-align:center; width:160px; } 
		  
		#left ul{margin:0;text-align:left; list-style:none; } 
		#left li a{text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:14px;  margin-left:5px; color:#0066FF; font-weight:bold; padding:10px;  }
		#left li a:hover{nt-family:Arial, Helvetica, sans-serif; font-size:14px; color:#FF6600;}
		
		#blueblock{
width: 177px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 0em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 155px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}


#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
text-align:left;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 0px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#tables {font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#000000; border:groove
#999900; border-spacing:1px; display:table-row; }

#tables tr td{ padding-bottom:10px; padding-top:5px; }
#tables  a{ color:#000000 }
#tables   a:hover{ color:#FFFFFF}	


#topmenu {
	  float:left;margin-left:0; font-family:Arial, Helvetica, sans-serif; font-size:12px;
	  color:#FFFFFF;  padding-bottom:5px; width:100%; background:#035894; 
	
}

#topmenu ul {
	margin: 0;
	padding-top:0;
	list-style: none; 
	
}

#topmenu li {
	display: inline;  
}

#topmenu a {
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	margin-left:0px;
	padding-top: 5px;
	padding-right:1px;	
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color:#FFFFFF;
}

#topmenu a:hover {color:#999999; text-transform:capitalize; text-decoration:underline;}


.feedbackform{
padding: 5px;
}

div.fieldwrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 550px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
width: 150px; /*width of label (left column)*/
text-transform: uppercase;
border-bottom: 1px solid red;
margin-right: 15px; /*spacing with right column*/
}

div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: left;
margin-bottom: 10px; /* space following the field */
}

div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 250px;
}

div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
width: 300px;
height: 150px;
}

div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
margin-top: 5px; /*space above buttonsdiv*/
}

div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
width: 80px;
background: #e1dfe0;
}
 

.limage{ float: left; padding:5px 5px; width: 172px;}
.rimage {float: right; padding:5px 5px; width: 172px;}

</style>
