/* Default Stylesheet */															/** BODY ELEMENTS **/body {	background-color:#F5F5F5;	background-image: url(../images/bg.gif);	background-repeat: repeat-y;	background-position: center;	font-family:Arial;}															/** MAIN CONTAINERS **/div#container {	width: 800px;	margin: 0 auto;	text-align: left;	padding-top: 10px;}body.fullwidth div#container {	width: 100%; }div#header a:link, a:hover{	border:none;	text-decoration: none;}div#header-in {	background-image: url(../images/banner.gif);	background-position: center center;	margin: 0 auto;	padding: 0px;	height: 100px;	width: 765px;}#header a:link a:hover {text-decoration:none;border:none;}#menu {	margin: 0 auto;	width: 765px;}div#content-wrap {margin-left:20px;		}div.content {			}div.lcol div.content 	{ 	margin: 0 0 0 500px; }		/* left column */						div.content-in {		}div.column {	width: 450px;	}div.lcol div.column 	{ 	float: left; 	}				/* left column */div.column-in {				}		div#footer {}		div#footer-in {	background-image: url(../images/footer_pic.gif);	height: 78px;	width: 765px;	margin:auto;	background-repeat: no-repeat;}															#container #content-wrap .content .content-right .boxcredit {	font-family: Arial;	font-size: 10px;	color: #fff;	padding: 10px;}#container #content-wrap .column .column-in h6 {	font-family: Arial;	font-size: 14px;	font-weight: bold;	color: #44647F;}#container #content-wrap .content .content-right .boxcopy {	font-family: Arial;	font-size: 12px;	color: #fff;		padding: 10px;}#container #content-wrap .content .content-right {	background-color: #44647F;	width:260px;	margin-top:20px;	}#container #content-wrap .column .column-in p {	font-family: Arial;	font-size: 14px;	color: #000000;}#container #footer .blueline {	background-color: #44647F;	height: 5px;	width: 765px;	margin:10px auto;	font-size:11px;}/*Example CSS for the two demo scrollers*/#pscroller1{width: 260px;height: 240px;padding: 10px;font:Arial;color:#FFFFFF;font-size:13px;line-height:1.5;}#pscroller2{width: 350px;height: 20px;border: 1px solid black;padding: 3px;}#pscroller2 a{text-decoration: none;}.someclass{ //class to apply to your scroller(s) if desired}#container #content-wrap .content #imagebox img {	margin-top: 20px;}li{list-style-type: disc;list-style-position:outside;font-size:14px;}ol{list-style-type: circle;list-style-position:outside;font-size:14px;}#container #header #header-in img a:link, a:hover {text-decoration:none;border:none;}a img {border: none; } 