/***************************************************//*structure styles*//***************************************************//** {	margin: 0;	padding: 0;}html,body {	margin: 0px 0px 0px 0px;	padding: 0px;}*/body {	background-color: #ffffff;	border-top: 15px solid #005e9f;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;		text-align: center;}/***************************************************//*container styles*//***************************************************/div#content-container {	margin: 0px auto;	padding: 0px 0px 0px 0px;	text-align: left;	width: 992px;}div#content-container-home {	margin: 20px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 992px;	}div#col-left {	float: left;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 220px;	}div#col-center {	float: left;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 532px;	}div#col-right {	float: left;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 240px;	}/***************************************************//*header styles*//***************************************************/div#header-home {	background-color: #ffffff;	margin: 13px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 992px;	}div#header-sub{	margin: 205px 0px 0px 0px;	padding: 0px 0px 0px 0px;	width: 992px;	}/***************************************************//*content styles*//***************************************************/div#wcms-content {	color: #333333;	font-size: 13px;	font-family: trebuchet, verdana, sans-serif;	line-height: 23px;	margin: 0px 0px 0px 0px;	padding: 0px 30px 0px 30px;	text-align: left;}div#wcms-content h2 {	color: #ff3333;	font-size: 18px;	font-family: trebuchet, verdana, sans-serif;	font-weight: lighter;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}div#wcms-content h3 {	color: #3399cc;	font-size: 16px;	font-family: trebuchet, verdana, sans-serif;	font-weight: lighter;	margin: 20px 0px 0px 0px;	padding: 0px 0px 0px 0px;}div#wcms-content hr {	background-color: #dedede;	border: 0px solid #dedede;	color: #dedede;	height: 1px;	line-height: 1px;	padding: 0px 0px 0px 0px;	width: 100%;	margin: 20px 0px 20px 0px;}div#wcms-content hr.headerline {	background-color: #dedede;	border: 0px solid #dedede;	color: #dedede;	height: 1px;	line-height: 1px;	padding: 0px 0px 0px 0px;	width: 90%;	margin: 10px 0px 20px 0px;}div#wcms-content a, div#wcms-content a:active, div#wcms-content a:visited{	color: #ff3333;	text-decoration: underline;}div#wcms-content a:hover{	color: #ff3333;	text-decoration: none;}div#clear {	clear: both;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;}/***************************************************//*navigation styles*//***************************************************/div#navigation {	background: #ffffff url(../images/bg-nav.jpg) no-repeat bottom center;}div#navigation ul {	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	vertical-align: middle;	width: 215px;}div#navigation li {	background: url(../images/btn-navarrow.gif) no-repeat 9px 9px; /* use image position to align to text */	border-bottom: 1px solid #dedede;	color: #333333;	font-family: trebuchet, verdana, sans-serif;	font-size: 12px;	list-style: none;	margin: 0px 0px 0px 0px;	padding: 10px 0px 10px 25px;	vertical-align: middle;}div#navigation li.noborder {	border-bottom: 0px solid #ffffff;}div#navigation li a, div#navigation li a:active, div#navigation li a:visited{	color: #006699;	text-decoration: none;}div#navigation li a:hover{	color: #333333;	text-decoration: none;}/***************************************************//*promo styles*//***************************************************/div#comments {	margin: 0px 0px 0px 0px;	padding: 0px 10px 0px 10px;	}div#comments p {	color: #333333;	font-family: trebuchet, verdana, sans-serif;	font-size: 11px;	line-height: 16px;	margin: 8px 0px 0px 0px;	padding: 0px 15px 0px 15px;	}div#comments i {	color: #006699;}div#comments a, div#comments a:active, div#comments a:visited{	color: #ff3333;	text-decoration: none;}div#comments a:hover{	color: #ff3333;	text-decoration: underline;}/***************************************************//*footer styles*//***************************************************/div#footer {	background-color: #e7e7e7;	margin: 0px 0px 0px 0px;	padding: 20px 0px 20px 0px;	width: 100%;	}div#footer p{	color: #000000;	font-family: trebuchet, verdana, sans-serif;	font-size: 10px;	line-height: 21px;	margin: 0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	text-align: center;}div#footer a, div#footer a:active, div#footer a:visited{	color: #000000;	font-family: trebuchet, verdana, sans-serif;	font-size: 10px;	text-decoration: underlined;}div#footer a:hover{	color: #333333;	font-family: trebuchet, verdana, sans-serif;	font-size: 10px;	text-decoration: none;}
