body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#669;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
    background-image:url(../images/950bg1.gif);
	background-position:center;
	background-repeat:repeat-y;
}
div#container { 
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/950bg1.gif);
} 
div#sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0;
}
div#sidebarleftcontent {
width:179px;
height:2000px;
margin:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
div#center { 
float:left;
width:490px;
	padding:0;
		font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
div#centercontent {
	width:460px;
	margin:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}


div#sidebarright {
	float: left;
	width: 250px; 
	color:#ffffff;
}

div#sidebarrightcontent {
width:155px;
margin:300px 10px 10px 72px;
font-family:"Courier New", Courier, monospace;
font-size:12px;
}


A.special:link {color:black;
	text-decoration:none}
A.special:visited	{color:black;
	text-decoration:none}
A.special:hover {color:red;
	text-decoration:none}
A.special:active {color:black;
	text-decoration:none}	
	
	td.maillist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#123e7b;
	width:auto;
	height:auto;
	margin:2px;
	padding:2px;
	text-align:right;
}

td.maillistleft {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#123e7b;
	width:auto;
	height:auto;
	margin:2px;
	padding:2px;
	text-align:left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}