@charset "utf-8";
/* CSS Document */

body, html, p, h1, h2, h3, ul, li, dl, dd, dt {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Century gothic, Verdana, Tahoma, Geneva, sans-serif;
	background-color: #0077ff;
	font-size: 13px;
	background-image: url(../images/top_info_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.top_info {
	height: 60px;
	width: 900px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.top_info h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	font-weight: normal;
	color: #C9CFDA;
}
.top_info p {
	font-size: 11px;
	color: #CCC;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.header {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header .logo {
	height: 80px;
	margin-top: 10px;
	padding-left: 10px;
}
.header .logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
	width: 200px;
}

.content {
	background-color: #FFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/c_bg_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
	float: left;
}
.wraper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.wrap {
	padding: 20px;
	background-image: url(../images/c_bg_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 860px;
	clear: both;
	float: left;
}
.content  h1 {
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF672D;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #FFB666;
}
.content  h2 {
	font-size: 20px;
	font-family: Century gothic, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content  p {
	font-size: 13px;
	font-family: Century gothic, Verdana, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #333;
	padding-bottom: 10px;
}
.content  p img {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.foot_links {
	width: 900px;
	margin-top: 15px;
	height: 200px;
	background-color: #333;
	float: left;
	margin-bottom: 5px;
}
.foot_links .colomn {
	width: 31%;
	padding: 10px;
	float: left;
}
a  {
	color: #003399;
}
.foot_links ul {
	color: #FFF;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 5px;
	font-size: 11px;
	margin: 0px;
}
.foot_links h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFF;
	font-size: 11px;
}

