/* CSS Document */


body {
	margin:0;
	background: url(/images/home_bg.gif) fixed bottom left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	}
	
a {
	color:#333333;
	text-decoration: none;
	}
	
a:hover {
	color:#990000;
	text-decoration:underline;
	}
	
#header {
	background: url(/images/head_template_top.jpg) no-repeat;
	width: 868px;
	}
	
#bg_left_column_container {
	background:url(/images/bg_left_image.jpg) no-repeat #516c96;
	width: 118px;
	}
	
#bg_right_header {
	background: url(/images/home_main_bg.jpg) repeat-x;
	}


/*LAYOUT: Content */

#content_bg {
	background: url(../images/home_content_bg.jpg) no-repeat;
	}

#content_container {
	padding-left: 24px;
	padding-right: 169px;
	}
		
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1.35em;
	padding-top: 10px;
	}
	
#subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.00em;
	padding-top: 10px;
	color: #000;
	}
	
/*LAYOUT: Footer*/

#send_a_link {
	padding-top:50px;
	padding-bottom: 10px;
	}
	
#footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #566b99;
	padding-bottom: 10px;
	}
	
#footer_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #566b99;
	text-decoration: none;
	}
	
#footer_links a:hover{
	color: #566b99;
	text-decoration: underline;
	}
	
#footer_address {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.20em;
	color: #000;
	padding-top:12px;
	}
	
#footer_address a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.20em;
	color: #000;
	padding-top:12px;
	text-decoration: none;
	}
	
#footer_address a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.20em;
	color: #000;
	padding-top:12px;
	text-decoration: underline;
	}
	
/* Unordered List Styles */
	
ul.navlist {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
	}
	
ul.navlist li {
	background: url(/images/home_bullet.jpg) no-repeat 0 9px;
	margin:0;
	padding: 2px 1px 4px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #1e3a77;
	line-height: 1.42em;
	}
	
ul.navlist li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #1e3a77;
	line-height: 1.42em;
	}

ul.navlist li a:hover {
	text-decoration: none;
	}
	
#floatman{
	z-index: 2;
	position: absolute;
	left: 684px;
	top: 151px;
	}
