
A:link{color:#006fa8;text-decoration:underline} 
A:visited{color:#006fa8;text-decoration:underline} 
A:active{color:#006fa8;text-decoration:underline} 
A:hover{color:#1B1B1B;text-decoration:underline}

body {
	background-image: url(/new/bg.jpg);
	background-position: center top;
	background-color: #010101;
	font: 13px Arial;
	margin: 0 auto;
	text-align: center; /* for IE */
}
th,td,tt,p,div,span,tr,td {
	font: 13px Arial;
}
/*TOPLINKS*/
a.toplinks {
	font: 17px Arial;
	font-weight: bold;
}
a:link.toplinks, a:visited.toplinks, a:active.toplinks {
	color: #FAEF5A;
	text-decoration: none;
}
a:hover.toplinks {
	color: #FFFFFF;
	text-decoration: underline;
}
a:link.tableheader, a:visited.tableheader, a:active.tableheader {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.tableheader {
	color: #FFFFFF;
	text-decoration: none;
}
/*NAV*/
a.nav {
	font: 15px Arial;
	font-weight: bold;
	}
a:link.nav, a:visited.nav, a:active.nav {
	color: #CC0000;
	text-decoration: none;
}
a:hover.nav {
	color: #0073C5;
	text-decoration: underline;
}
#navcolumn{
	background-color: #FFFFFF;
	width: 181px;
	margin-left: 13px;
	margin-top: 4px;
	float: left;
}
.menubg{
	background-color: #F3F3F3;
}
#loginbox{
	background-color: #FFFFCC;
	width: auto;
	padding: 5px;
	margin-bottom: 10px;
}	
.menuheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menulinks{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 12px;
}
#header {
	height: 270px;
	background-image: url(/new/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0px;
}
#container{
	background-image: url(/new/contentbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;   /* align for good browsers */
	margin-top: -18px;
	text-align: left; /* counter the body center */
	width: 930px;
	min-height: 1350px;
}
#headerad {
	padding-top: 108px;
	padding-left: 190px;
	text-align: center;
}
#membersmenu {
}
#content{
	background-color: #FAFAFA;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	border: 1px dashed #e2e2e2;
	margin-left: 199px;
	margin-right: 4px;
	margin-top: 4px;
}
#topnav {
	padding-right: 10px;
	padding-top: 2px;
	margin-top: 24px;
	margin-left: 270px;
	text-align: center;
}
.pageheader{
	color: #CC0000;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 4px;
}
.error{
	color: #CC0000;
	font: 14px Arial;
	font-weight: bold;
	padding-bottom: 4px;
}