@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	font-weight:normal;	
	margin-top:0px;
	margin-bottom:0px;
	background:#ffffff url(../images/bodybg.gif) repeat-x left top;
}

img{
	border:0px;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin:0px;
	padding:0px;
}
h1{
	font-size:18px;
	font-weight:normal;
	margin-bottom:25px;
}
h3{
	color:#f6cb00;
	font-weight:bold;
	margin-bottom:17px;
}
#page{
	width:980px;
	margin:0 auto;
	background-color:#fff;
}
#header{
	width:100%;
	height:278px;
	background:url(../images/bannerbg.jpg) no-repeat;
}
#logo{
	width:283px;
	height:48px;
	float:right;
	margin-top:40px;
}
#topmenu{
	width:980px;
	height:45px;
	background:url(../images/menubg.gif) no-repeat;
}
#topmenu ul{
	margin:0px 0 0 65px;
}
#topmenu li{
	list-style:none;
	float:left;	
}
#topmenu li a{
	display:block;
	font-weight:bold;
	color:#191919;
	text-decoration:none;
	margin-top:15px;
}
#topmenu li a:hover{
	color:#3d5990;
}
.verticalseparater{
	width:2px;
	height:33px;
	background:url(../images/bullet.gif) no-repeat;
	margin:8px 29px;
}
#content-head{
	width:937px;
	height:112px;
	background:url(../images/topcontent-bg.gif) repeat-x left top;
	margin:0 auto;
	margin-top:16px;
	color:#FFF;
	text-align:justify;
}
.leftside{
	float:left;
	width:440px;
	margin:6px 0 2px 10px;
}
.rightside{
	float:right;
	width:440px;
	margin:6px 10px 2px 0px;
	_margin-right:5px;
}
.image{
	float:left;
	width:150px;
	height:100px;
}
.description{
	float:right;
	width:270px;
}
.yellow a{
	color:#f6cb00;
	text-decoration:underline;
}
.yellow a:hover{
	text-decoration:none;
}
.blue a{
	color:#4765a3;
	text-decoration:underline;
}
.blue a:hover{
	text-decoration:none;
}
.head-line{
	float:left;
	width:2px;
	height:100px;
	margin:4px 15px 4px 15px;
	background:url(../images/verticalline.gif) no-repeat;
}
.welcome-text{
	width:937px;
	margin:0 auto;
	margin-top:17px;
	text-align:justify;
}
.leftcol{
	width:382px;
	float:left;
}
.rightcol{
	width:382px;
	float:right;
}
.middle-img{
	width:100px;
	float:left;
	margin-left:20px;
}
#footer{
	font-size:11px;
	color:#666666;
	margin:45px 0 25px 0;
	text-align:center;
	background:url(../images/footer-bg.gif) repeat-x left top;
	padding-top:20px;
}
#footer a{
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
	color:#3a5489;
}