@charset "UTF-8";
#Page_Div {
	position:absolute;
	left:50%;
	top:0px;
	width:900px;
	height:0px;
	margin-left: -450px;
	z-index: 10;
}
#Page_Header {
	height: 200px;
	width: 900px;
}
#Navigation {
	position: relative;
	top: 205px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
	height: 20px;
	padding-top: 10px;
}
#Page_Body {
	width: 800px;
	margin-left: -400px;
	left: 50%;
	position: relative;
	top: 60px;
}
.Page_Slogan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #99CCFF;
	font-weight: bolder;
}
.Sub_Page_Slogan {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 0px;
}
.topic_descr_text {
	font-size: 18px;
	color: #999;
}
.Column_Section_Title {
	font-size: 14px;
	font-weight: bold;
	color: #ACB7BD;
}
#body_topic {
	position: relative;
}
#body_columns {
	position: relative;
	top: 10px;
	width: 100%;
	clear: both;
	vertical-align: top;
}
#Page_footer {
	height: 230px;
	width: 900px;
	padding-top: 20px;
	position: relative;
	top: 40px;
}
#footer_container {
	height: 145px;
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer_offers {
	text-align: right;
	position: relative;
	top: 80px;
	right: 12px;
}
#footer_text {
	position: relative;
	top: 10px;
	padding-left: 70px;
	padding-right: 70px;
}
.bold_verdana {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
#bg1 {
	background-attachment: scroll;
	background-image: url(../images/top_main_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	height: 245px;
	width: 100%;
	left: 0px;
	top: 0px;
}
body {
	background-repeat: repeat-x;
	background-color: #081132;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(../images/bg_strip.jpg);
	background-position: left top;
}

a {
	font-size: 12px;
	color: #99CCFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
