﻿@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin: 0;
	position: relative;
}
html {
	background: #0C5679 url(/includes/bg_plain_new.jpg) repeat-y center 0px;
	min-width: 1200px;
}
body {
	background: transparent url(/includes/bg.jpg) no-repeat center 0px;
	min-width: 1200px;
}
#container {
	width: 1200px;
	margin: auto;
	background: transparent url(/includes/bg.jpg) no-repeat center 0px;
}
#navigation {
	width: 1200px;
	position: relative;
	height: 43px;
	background: transparent no-repeat;
}
#header {
	width: 1200px;
	height: 189px;
	position: relative;
	background: transparent url(/includes/top_header_sub.png) no-repeat center 0px;
}
#content-container {
	background: url(/includes/bg_plain_new.jpg) repeat;
}
.content-body-bg {
	width: 1200px;
	float: left;
	background: transparent url(/includes/content-body-sub.png) repeat-y;
}
.left-content {
	width: 700px;
	float: left;
	margin-left: 252px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.right-content {
	width: 218px;
	float: right;
}
.right-col-faq {
	width: 243px;
	float: left;
}
.right-nav {
	width: 218px;
	float: right;
	/*height: 767px;*/
}
#footer {
	width: 1200px;
	height: 258px;
	float: left;
	background: url(/includes/footer/footer_sub_new.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #96a4ab;
	font-size: 11px;
}
.footer {
	width: 1200px;
	margin-top: 105px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #96a4ab;
	font-size: 11px;
}
.footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #96a4ab;
}
.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #96a4ab;
	text-decoration: underline;
}
table#sub {
	border-right: #1585AA solid 1px;
	border-left: #1585AA solid 1px;
}
#spacer {
	height:1em;
}
th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000
}
.title a:active a:link a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #000000;
}
.title a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #FF0000;
}