/* CSS Document *//* www.daleypws.com */body {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	background-color: #000;	font-size: .8em;	color: #2E2E2E;	margin-top:0px;	padding-top:0px;	margin-left:0px;	padding-left:0px;	margin-bottom:0px;	padding-bottom:0px;	margin-right:0px;	padding-right:0px;	text-align: center;}html { margin: 0; padding: 0; }h1 { font-size: 1.5em; 	color: #002d6d; margin-top:0px; padding-top:0px; }h2 { font-size: 1.3em; color: #002d6d; margin-top:0px; padding-top:10px; }h3 { font-size: 1.1em; color: #002d6d; margin-top:0px; padding-top:10px; }h4 { font-size: 1em; color: #002d6d; margin-top:10px; padding-top:0px; }h1 a { color: #002d6d; 	text-decoration: none;}h2 a { color: #002d6d; 	text-decoration: none;}h3 a { color: #002d6d; 	text-decoration: none;}h4 a { color: #002d6d; 	text-decoration: none;}h1 a:hover { color: #002d6d; 	text-decoration: underline;}h2 a:hover { color: #002d6d; 	text-decoration: underline;}h3 a:hover { color: #002d6d; 	text-decoration: underline;}h4 a:hover { color: #002d6d; 	text-decoration: underline;}a { color: #000; text-decoration: underline; }a:hover { text-decoration: none; }#header {	margin-left: auto;	margin-right: auto;	width: 840px;	height: 175px;	position: relative;/* 	float: center; */	background-repeat: no-repeat;	background-position: left top;	background-image: url("header.jpg");}#maincontainer { 	clear:both; 	width: 840px;	padding: 0px;	margin-left: auto;	margin-right: auto;	text-align: left; 	position: relative;/* 	xfloat: center; */	background-repeat: no-repeat;	background-position: left top;/* 	background-image: url("mainbkg.jpg"); */	background-color: #990000;  	z-index: 1;}/* Navigation */#nav {	background-color: #990000; 	font-size: 11px !important;	width: 149px;	float: left;	padding: 0;	margin-bottom: 10px;	color: #333; 	z-index: 2;}#nav ul {	list-style: none;	margin: 0;	padding: 0;	border: none;}#nav li {	border-bottom: 1px solid #000;	margin: 0;}#nav li a {	display: block;	padding: 5px 5px 5px 0.5em;	border-left: 5px solid #990000;	border-right: 10px solid #000;	background-color: #990000;	color: #FFF;	text-decoration: none;}html>body #nav li a { 	width: auto; }#nav li a:hover {	border-left: 5px solid #990000;	border-right: 10px solid #000;	background-color: #000;	color: #ffcc66;}/* Main Body - Content Area */#main {	background-color: #E6E6EA;	width: 640px; /* adjust width to create right sidebar. See rightbar div, below */	padding: 15px; 	position:relative; 	top:0; 	left:0;  	float: left;	margin: 0px; 	border-left: 2px solid #000;	border-right: 2px solid #000;	border-top: 2px solid #000;	border-bottom: 2px solid #000;	z-index: 4;}#rightbar { 	position:relative;	width: 0px; /* placeholder */ 	top:0; 	left:0;  	float: right;	margin: 0px;	padding: 0px;	background-color: #000;  	z-index: 2;}#main ul {	color: #333333;	list-style-image: url(images/dot.png);}#footertxt {	width: 100%;	font-size: .7em;	float: center;	text-align: center;	padding-top: 10px;	padding-bottom: 0px;}/* Footer, Privacy, Print and Tagline */#footer { clear:both;	position: relative;	float: center;	margin-left: auto;	margin-right: auto;	width: 840px;	background-color: #990000;	font-size: 10px;	height: 20px;	padding-top: 5px;}#privacy {	width: 150px;	float: left;	padding-left: 15px;}#print {	width: 300px;	float: right;	text-align: right;	padding-right: 10px;}#footer a { color: #FFF; text-decoration: none; }#footer a:hover { color: #CCCCCC; text-decoration: underline; }#tagline {    clear:both;	position: relative;	margin-left: auto;	margin-right: auto;	width: 840px;	font-size: 10px;	padding-left: 1px;	padding-top: 5px;	text-align: left;	float: center;}#tagline a { color: #999999; text-decoration: none; }#tagline a:hover { color: #000; text-decoration: underline; }/* Buttons */.button {	font-size: 8pt;	color: #333333;	padding: 1px;	background-color: #F3F3F3;}.button2 {	font-size: 9pt;	color: #333333;	font-weight: bold;	padding: 1px;	background-color: #F3F3F3;}/* Poll */.poll {	width: 135px;	background-color: #FFF;	border: thin solid #000033;	padding: 1px;	top: 5px;}.pollheader {	font-size: 11px 	! important;	color: #000;	font-weight: bold;	text-align: center;}.pollcontent {	font-size: 10px	! important;	color: #000; }/* Navbar */.navtext {	padding: 10px;	width: 130px;	font-size: 10px;	top: 5px;	color: #FFF;}/* Maillist */#maillist {	padding: 5px;	width: 135px;align: center; 	font-size: 10px;	top: 5px;	color: #FFF;}