@charset "utf-8";

/* GENERAL */

html {background-color:rgb(235,235,235);}
body {margin:0; padding:0; background-color:rgb(235,235,235); font-family:Verdana, Helvetica, sans-serif; font-size:10px;}

h1, h2, h3, h4, h5 {margin:0; padding:0;}

h1 {font-family:"Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif; font-size:22px; font-weight:bold; color:rgb(37,68,103);}
h2 {font-family:"Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif; font-size:19px; font-weight:bold; color:rgb(75,88,90);}
h3 {font-family:"Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif; font-size:17px; font-weight:bold; color:rgb(0,0,0);}
h4 {font-size:14px; font-weight:bold; color:rgb(0,0,0);}
h5 {font-size:12px; font-weight:bold; color:rgb(0,0,0);}

h1.h1_inner {margin:0; padding-left:20px; background:transparent url('images/hX_double_arrow_ltr.png') no-repeat left 11px;}
h1.h1_inner span.right_arrow {padding-right:20px; background:transparent url('images/hX_double_arrow_ltr.png') no-repeat right 11px;}
h1.h1_inner a {color:rgb(39,59,91);}
h2.h2_inner {margin:0; padding-left:12px; background:transparent url('images/hX_single_arrow_ltr.png') no-repeat left 8px;}

a, a:visited {color:rgb(63,93,140); text-decoration:none;}
a:hover {color:rgb(89,125,181); text-decoration:underline;}
a.right_single_arrow {font-size:16px; font-weight:bold; color:rgb(39,59,91); padding-right:20px; background:transparent url('images/hX_single_arrow_ltr.png') no-repeat right center;}
a.heavy {font-weight:700;}
a.upsize {font-size:1.2em;}

div#page_bg {margin:0; padding:0; background-color:rgb(235,235,235);}

div#wrapper {margin:0 auto; padding:0; width:900px;}

/* HEADER */

div#header
{
	width: 898px;
	height: 90px;
	background-color:rgb(235,235,235);
}
div#header div.header_left {width:50%; float:left;}
div#header div.header_left img {float:left; border:none;}
div#header div.header_right {width:50%; float:right;}
div#header div.header_right img {float:right; border:none;}

/* NAVIGATION MENU */

div#navigation
{
	width: 898px;
	height: 38px;
	margin: 0 auto;
	border-color: rgb(128,128,128);
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0;
	border-bottom-width: 0;
	background-image: url('images/menu_bg.png');
}

div#nav_menu {width:898px; height:39px; overflow:hidden;}
div#nav_menu_button_row {width:898px; height:39px;}



/* SPLASH AREA */

div#splash_area {width:898px; height:439px; background-color:rgb(241,242,245); border-color:rgb(128,128,128); border-style:solid; border-left-width:1px; border-right-width:1px; border-top-width:0; border-bottom-width:1px; font-size:12px; overflow:hidden;}


/* CONTENT AREA */

div#content_area {width:898px; background-color:rgb(255,255,255); border-color:rgb(128,128,128); border-style:solid; border-left-width:1px; border-right-width:1px; border-top-width:0; border-bottom-width:1px; font-size:12px; overflow:hidden;}

div#content_inner {height:300px; min-height:300px; background:transparent url('images/stripe_tile.png') repeat-y left top;}
html>body div#content_inner {height:auto; min-height:300px; overflow:hidden;} /* non-IE6 min-height fix */

div#content_inner div.column_one {float:left; width:662px;}
div#content_inner div.column_one p {font-size:12px; line-height:18px; margin:12px 0;}
div#content_inner div.column_one ul {margin:16px 0 8px 0; padding:0;}
div#content_inner div.column_one ol {margin:16px 0 8px 0; padding:0;}
div#content_inner div.column_one li {margin:0 0 12px 24px; padding:0;}
div#content_inner div.column_one hr {color:rgb(219,225,233); background-color:rgb(219,225,233); height:2px; margin:6px auto; border:none;}

div#content_inner div.column_two {width:235px; float:right; border-left:1px solid rgb(219,225,233);}
div#content_inner div.column_two div {padding:12px 3px 0 12px;}
div#content_inner div.column_two ul {margin:10px 18px 15px 14px; padding:0;}
div#content_inner div.column_two li {margin:0 0 10px; padding:0; list-style-type:none; font-size:12px; line-height:18px;}
div#content_inner div.column_two li a {color:rgb(75,87,90);}

div.page_special_heading {height:25px; padding:12px 0 12px 24px; background-color:rgb(228,230,230); border-bottom:1px solid rgb(236,236,236);}
div.page_content_block
{
	padding: 12px 24px;
}

div.page_content_block2
{
	padding: 10px;
}
div.page_content_block3
{
	padding: 1px;
}
/* FOOTER */

div#footer
{
	clear: both;
	width: 900px;
	height: 63px;
	background-color: transparent;
	
}
div.footer_links
{
	float: right;
	margin: 10px 12px 0 0;
	color: rgb(63,93,140);
	font-size: 12px;
	font-weight: 700;
	font-family: "Arial Narrow" , "Trebuchet MS" , Helvetica, Arial, sans-serif;
	text-align: right;
}