/* ------------------------------------------------------------------------------------------------CSS DOCUMENT------------------------------------------------------------------------------------------------*/body {	font-family: Helvetica, Arial, sans-serif;	font-size: 11px;	margin: 0px;	padding: 0px;	width: 100%;	background: #F2F4FC;	color: #565A4C;	text-align: left;}a{	color: #6CABD6;	font-weight: bold;	text-decoration: none;}a:hover{	color: #565A4C;	font-weight: bold;	text-decoration: none;}a img {	border:none;}				/* ------------------------------------------------------------------------------------------------CSS DIV TAGS------------------------------------------------------------------------------------------------*/  #wrapper {	margin: 0px;	margin-left: auto;	margin-right: auto;	padding-bottom: 0px;	padding: 0px;	width: 727px;	height: auto !important;}#container {	/* 	background: url("../images/content_box.jpg");	background-repeat: no-repeat;	*/		float: left;	position:relative;	width: 727px;	background: #FFFFFF;}	#header{	clear: left;	position:relative;	width: 727px;}#navigation{	clear: both;	position:relative;	width: 727px;}#content_left{	float: left;	position:relative;	width: 141px;}#content_main{	float: left;	position:relative;	width: 566px;	padding: 10px;	background: #FFFFFF;}#footer{	clear: both;	position:relative;	width: 727px;}#navlink a{	display: block;	width: 121px;	padding-left: 15px;	padding-top: 5px;	padding-bottom: 5px;	color: #FFFFFF;	font-weight: bold;	text-decoration: none;	background: #565A4C;	margin-top: 0px;	margin-bottom: 8px;}#navlink a:hover, a:active{	display: block;	width: 121px;	padding-left: 15px;	padding-top: 5px;	padding-bottom: 5px;	color: #FFFFFF;	font-weight: bold;	text-decoration: none;	background: #6CABD6;	margin-top: 0px;	margin-bottom: 8px;}#navlink_selected{	display: block;	width: 121px;	padding-left: 15px;	padding-top: 5px;	padding-bottom: 5px;	color: #FFFFFF;	font-weight: bold;	text-decoration: none;	background: #6CABD6;	margin-top: 0px;	margin-bottom: 8px;}/* ------------------------------------------------------------------------------------------------CSS CLASSES ------------------------------------------------------------------------------------------------*/.menu_padder{	margin-top:40px;	padding:20px;	width: 141px}.subheader{	font-size: 14px;	font-weight: bold;	color: #6CABD6;}.style1 {	color: #565A4C;}.style2 {	font-weight: bold;	font-size: 13px;	color: #6CABD6;}.storytitle{	color: #6CABD6;}