@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#header {
	height: 250px;
	width: 980px;
}

#main {
	margin: auto;
	width: 980px;
}
#container {
	width: 980px;
	margin-top: 20px;
}
#menu {
	width: 980px;
}
#heading {
	background-image: url(../images/bg_h.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 50px;
	width: 301px;
	line-height: 50px;
	font-size: 19px;
	text-align: center;
}
#btn {
	float: right;
	height: 50px;
	width: 679px;
}
#btn_p{
	margin-top: 10px;
	margin-left: 10px;
}
#heading .col1{
	color: #01AFAE;
}
#heading .col2{
	color: #2e3092;
}
.col3{
	color: #2e3092;
}
#page {
	width: 950px;
	background-color: #FFFFFF;
	padding: 15px;
	border-bottom: solid 5px #ccc;
	padding-bottom: 5px;
	margin: 0;
	line-height: 18px;
}
#pg_side{
	color: #333333;
	font-size: 12px;
	width: 950px;
}
#pg_side ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pg_side ul li{
	padding-left: 40px;
	background: url(../images/bullets.jpg) no-repeat left top;
	margin-bottom: 10px;
}
#bottom {
	width: 980px;
	margin-top: 15px;
}
#left {
	float: left;
	width: 640px;
	border-bottom: solid 1px #ccc;
	height: 170px;
}
#right {
	float: right;
	width: 310px;
	border-bottom: solid 1px #ccc;
	height: 170px;
}
p{
	margin-bottom: 10px;
	text-align: justify;
}
h1{
	color: #333333;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	padding-left: 15px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
}
h2{
	color: #01AFAE;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	font-family: "Trebuchet MS";
}
#border{
border-bottom: solid 1px #fff;
}
#box {
	float: left;
	width: 320px;
}

#box_side{
	font-weight: bold;
	color: #2E3494;
	font-size: 11px;
}
#box_side ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#box_side ul li{
	padding-left: 40px;
	text-transform: uppercase;
	background: url(../images/bullet.jpg) no-repeat left center;
	margin-bottom: 10px;
}
#footer {
	width: 980px;
	line-height: 25px;
	color: #333333;
}
#footer a{
	color: #333333;
	text-decoration: none;
}
#footer a:hover{
	color: #2E3494;
}
#home_img{
	float: right;
	border: solid 2px #d1dcdd;
	margin-left: 10px;
}
#more {
	height: 20px;
	width: 90px;
}
a{
	color: #2E3494;
	text-decoration: none;
	outline:0;
}
a:hover{
	color: #666666;
}
