/*** CSS Document ***//*** Main Selector CSS ***/body{	background-image:url(images/topbg.jpg);	background-repeat:repeat-x;	border:0;	margin:0;	padding:0;	text-align:center;	background-color:#000000;	color:#ffffff;	font-family: Verdana, Arial, Helvetica, sans-serif;}h1 {	font-size:125%;}h2 {	font-size:100%;	}h3 {	font-size:90%	}	form{	margin: 0;}/*** Layout CSS DIVS***/#head-container{ /*main heading container*/	height:109px;	margin:auto;	width:750px;}#logo{	position:relative;	float:left;}#text-nav{ /*navigation div*/	position:relative;	top:39px;	margin-left:194px;	width:500px;	color:#000000;}#text-nav ul {	font-size:80%;	font-weight:bold;    margin-left: 0;    padding-left: 0;    display: inline;        } #text-nav ul li {    margin-left: 0;    padding: 2px 13px;    list-style: none;    display: inline;        }                    #text-nav ul li.first {    margin-left: 0;    list-style: none;    display: inline;        }#text-nav{	font-size:15px;}#text-nav a:link {	font-size:13px;	color:#000000;	text-decoration:none;}#text-nav a:visited {	color:#000000;	text-decoration:none;}#text-nav a:hover {	color:#0400ea;	text-decoration:none;}/*** Body layout Div ***/#main-container{	position:relative;	margin:auto;	width:750px;}#main-container p{	margin-top:0px;	font-size:85%;}#main-container h1, h2, h3, h4, h5, h6{	margin-top:0px;}#body-content{	float: left;	width: 540px;	margin-left: 10px;	text-align: left;}#left-column{	float: left;	width: 200px;	margin-top: 5px;}#body-content a {	color:#6699FF;}/*** Footer Layout Div ***/#footer-container{	height:63px;	background-image:url(images/bottombg.jpg);	background-repeat:repeat-x;	clear:both;	margin:auto;}#footer{	margin:auto;	width:750px;}#footer-nav{ /*navigation div*/	position:relative;	top:25px;	margin-left:194px;	width:500px;	color:#000000;}#footer-nav ul {	font-size:80%;	font-weight:bold;    margin-left: 0;    padding-left: 0;    display: inline;        } #footer-nav ul li {    margin-left: 0;    padding: 3px 15px;    list-style: none;    display: inline;        }                    #footer-nav ul li.first {    margin-left: 0;    list-style: none;    display: inline;        }#footer-nav a:link {	color:#000000;	text-decoration:none;}#footer-nav a:visited {	color:#000000;	text-decoration:none;}#footer-nav a:hover {	color:#0400ea;	text-decoration:none;}#copyright {	font-size:60%;	margin-top:0px;	}#copyright a {	color:#6699FF;}div#clear{	clear:both;	width:100%;}/* The message near the top of the page when you are logged in */p.logged-in-message{	text-align: left;}p.logged-in-message a{	color: #ddd;}/* Added 6-15-06 - Why wasn't this in here before??? */.clearall{  clear: both;  overflow: hidden;  height: 1px;}.row{  margin-top:1em;  padding-top: .1em;  width:370px;  }.contact_row{  width:370px;  clear:left; height:20px;}.lcol{  float: left;  text-align: right;  width:150px;}.rcol{  text-align: left;  float: right;  padding-left:5px;  width:215px;}