/* CSS Document */body{	background:white;	text-align:center;}h1, h2, h3, h4, h5, h6, p {  position: relative;} #wrapper{	width:800px;	margin:0px auto 0px auto;}#banner{		width:800px;	border-bottom:3px solid white;	margin:0px;}#ticker{	 width:800px;	 background:url(images/ticker_bg.gif);	 height: 16px;	 margin:0px; } #ticker_txt{	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color: white;	text-align:center;	line-height:15px;	font-weight:bold;} #content_wrapper{		width:800px;	text-align:left;	margin:0px;	background:url(images/main_bg.gif) repeat-y;	border-top:3px solid white;	border-bottom:3px solid white;}#nav_left{	float:left;	width: 231px;	margin:0px;	height: 100%;}#main_content{	width:564px;	margin-left:235px;}#main_txt{	margin:0px 5px 0px 10px;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color: white;	text-align:left;	line-height:120%;}#main_txt img{		border:1px solid #E0DA94;	margin:5px;}h1{	font-size:14px;	font-weight:bold;	color:#E0DA94;	line-height:120%;	position: relative;}#footer{	width:800px;	background-color:#8E893B;	font-family:Arial, Helvetica, sans-serif;	font-size:9px;	color: white;	text-align:center;	line-height:130%;	padding:5px 0px;}.clear{	clear:both;}a:link{	color:#FFFFFF;	text-decoration:underline;}a:hover{	color:#CCFFCC;	text-decoration:underline;}a:active, a:visited{	color:#FFF;}