﻿*{margin: auto;}
	body{background:#FFFFFF; font-size:13px; font-family:Geneva, Arial, Helvetica, sans-serif;}
	
	#header{
		width: 100%; clear:both; background:#F1F1F1;border-bottom:1px solid #D5D5D5;
	}
	.header-inner{
		width: 1100px; padding:10px 0 10px 0; height: 15px;
	}
	.header-inner .inner{
		width: 1100px; float:left; font-weight:bold; clear:both;
	}
	.header-inner .inner .div1{
		width: 600px; float:left; text-align:left;
	}
	.header-inner .inner .div2{
		width: 500px; float:right;color:blue; text-align:right;
	}
	#header1{
		width: 100%; clear:both; 
	}
	.header-inner1{
		width: 1100px; padding:5px 0 10px 0;height:60px;
	}
	.header-inner1 .innerleft{
	    width:400px; float:left;margin-top:0px;
	    }
	.header-inner1 .innerleft .inner{
	    width:  201px;height:60px;
	}
	.header-inner1 .innerright{
	    width:700px; float:right; text-align:right;margin-top:15px;
	    }
	#wrap{
		width: 1100px; margin: auto;clear:both;
	}
	#menu{
		width: 1100px; height:40px; background:#00CC00;margin: auto;margin-bottom:20px;
	}
	#content{
		width: 1100px;
	}
	.contenth
	{
		width: 1100px;float: left; clear:both; margin-bottom: 10px;
	}
	.content1{
		width: 780px;float: left; text-align:left;padding: 0;
	}
	.content2{
		width: 298px;float: right; border:1px solid #ccc; padding-bottom:10px;margin-left:20px;
	}
	#footer-on{
		width: 100%; clear:both; background:#ffffff;margin-bottom:10px;
	}
	.footer-inner-on{
		width: 1080px; height:auto; padding:10px 10px 4px 10px; border: 1px solid #ccc;
		-moz-border-radius:5px; -webkit-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; border-radius:5px;
	}
	.footer-inner-on .title{
		width: 1080px; font-weight:bold; padding-bottom: 8px;
	}
	.footer-inner-on .behide{
		width: 1080px;
	}
	.footer-inner-on .behide .groupcontent{
		width: 215px; margin-right: 0px; text-align: left; float: left;
	}
	.footer-inner-on .behide .groupcontent .titles{width: 215px; padding: 3px 0 6px 0;}
	.footer-inner-on .behide .groupcontent .titles .inner{text-decoration: none;color:#666666;font-size:12px;}
    .footer-inner-on .behide .groupcontent .titles .inner:hover{text-decoration: underline;color:#000000; font-size:12px;}
    
	#footer{
		width: 100%; clear:both; background:#666666;
	}
	.footer-inner{
		width: 1100px; height:122px; padding:10px 0 10px 0; color:#FFFFFF;
	}
	.footer-inner a{
		color:#FFFFFF; text-decoration:none;
	}
	.footer-inner a:hover{
		color:#FFFFFF; text-decoration:underline;
	}	
	#footer-footer{
		width: 100%; clear:both; background:#383838;border-top:1px solid #2F2F2F;
	}
	.footer-footer-inner{
		width: 1100px; padding:10px 0 10px 0; color:#FFFFFF;
	}
	
.linkInternalText
{
    color: Blue; text-decoration:none;
    }
.linkInternalText:hover
{
    color: Blue; text-decoration:underline;
    }
    
.linkInternalLink
{
    color: Blue; text-decoration:none;font-weight: bold; font-size: 18px;
    }
.linkInternalLink:hover
{
    color: Blue; text-decoration:underline;font-weight: bold; font-size: 18px;
    }