/* Main CSS Document */

/* Colors
#021846: Body background color
#02194b: Navigation bar font
#6c7893: White strokes
#44557a: White inner strokes and body
#fbb003: Orange link color
#fbe703: Yellow link hover state
*/

/* This is to keep page from shifting to left on load in safari and firefox*/

html { min-height: 100%; margin-bottom: 1px; }

html { overflow: -moz-scrollbars-vertical !important; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #021846;
	line-height: 1.5em;
	}
	
a:link, a:visited, a:active {
	color: #fbb003;
	text-decoration: none;
	}
	
a:hover {
	color: #fbe703;
	}
	
img {
	border: 0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}
	
h1 {
	font-size: 20pt;
	}
	
h2 {
	font-size: 18pt;
	}
	
h3 {
	font-size: 16pt;
	}
	
h4 {
	font-size: 14pt;
	}
	
h5 {
	font-size: 12pt;
	}
	
h6 {
	font-size: 10pt;
	}
	
#content_wrapper {
	margin: 0 auto;
	width: 999px;
	background-color: #000000;
	border: 1px solid #44547a;
	}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	width: 999px;
	height: 160px;
	}

#topnav_ind {
	background-image: url(../img/topnav_ind.jpg);
	background-repeat: no-repeat;
	width: 999px;
	height: 25px;
	}

#uppernav {
	width: 961px;
	height: 25px;
	margin-left: 14px;
	margin-right: 24px;
	font-size: 11pt;
	color: #02194b;
	border-collapse: collapse;
	}
	
#uppernav td {
	width: 103px;
	text-align: center;
	}
	
#uppernav td.ltend {
	width: 102px;
	text-align: left;
	}
	
#uppernav td.rtend {
	width: 102px;
	text-align: right;
	}
	
#uppernav td#IC, #uppernav td#OP {
	width: 116px;
	}
		
#uppernav a:link, #uppernav a:active, #uppernav a:visited {
	color: #02194b;
	padding: 0px 4px;
	}
	
#uppernav a:hover {
	color: #000000;
	font-weight: bold;
	padding: 0px 0px;
	}
	
#new_faq_button {
	padding: 0;
	}
	
#main_lt {
	float: left;
	width: 431px;
	background-image: url(../img/main_left.jpg);
	background-repeat: no-repeat;
	}

#main_lt_thin {
	width: 431px;
	height: 7px;
	border-bottom: 1px solid #6c7893;
	}
	
#main_lt_cont {
	padding: 0px 20px;
	}
	
#main_lt_cont p {
	text-align: justify;
	}
	
#main_lt_title {
	width: 301px;
	margin: 20px 39px 10px 50px;
	color: #fbb003;
	text-transform: uppercase;
	font-size: 14pt;
	}

#lt_img {
	border: 1px solid #44557a;
	margin-bottom: 20px;
	}
		
#main_rt {
	float: right;
	width:568px;
	background-image: url(../img/main_right.jpg);
	background-repeat: no-repeat;
}

#main_rt_thin {
	width: 568px;
	height: 7px;
	border-bottom: 1px solid #6c7893;
	}

#main_rt_top {
	height: 61px;
	margin-right: 28px;
	border: 1px solid #6c7893;
	border-top: none;
	/* Need to hide content */ 
	line-height: 0.15em;
	}
	
#main_rt_top_inner {
	margin: 6px 8px;
	height: 43px;
	border: 1px solid #44557a;
	background-image: url(../img/spacer.png);
	background-repeat: repeat;
	text-align: right;
	/* Reset normal line-height */
	line-height: 1.3em;
	}

#main_rt_top_inner span {
	padding-right: 4px;
	}
		
#main_rt_body {
	margin-right: 28px;
	border: 1px solid #6c7893;
	border-top: none;
	border-bottom: none;
	}

#main_rt_body td {
	vertical-align: top;
	}

#main_rt_body_inner {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	}	

#main_rt_body_inner td.content_rt_td {
	border: 1px solid #44557a;
	background-image: url(../img/spacer.png);
	background-repeat: repeat;
	}

/* Only needed it there is very little text
#main_rt_body_inner div {
	min-height: 400px;
	}
*/
	
#footer {
	clear: both;
	width:999px;
	line-height: 0.7em;
	min-height: 7px;
}

#foot_lt_thin, #foot_mid_thin, #foot_rt_thin {
	background-color: #000000;
	}
	
#foot_lt_thin {
	float: left;
	width: 431px;
	}
	
#foot_rt_thin {
	float: right;
	width: 28px;
	}
	
#foot_mid_thin {
	float: right;
	width: 538px;
	border-left: 1px solid #6c7893;
	border-right: 1px solid #6c7893;
	}

a.white_links:link, a.white_links:active, a.white_links:visited {
	color: white;
	}
	
a.white_links:hover {
	color: #fbb003;
	}

.list_noindent_20 {
	padding-left: 13px;
	margin-left: 0;
	}

.rt_body_ind {
	padding: 8px 10px;
	line-height: 1.5em;
	}

.rt_body_ind h1, h2, h3, h4, h5, h6 {
	text-align: left;
	line-height: 1em;
	display: inline;
	}
	
.rt_body_ind p {
	text-align: justify;
	}
	
.rt_body_ind ul {
	margin: 8px 0px 2px 0px;
	}

.bolded {
	font-weight: bold;
	}

