body {
	background-image:url(/img/members/bkg_tile.jpg);
	background-repeat:repeat-x;
	background-color:#9DAAA1;
	font-family: Arial, Helvetica, sans-serif;
	color:#939393;
	font-size:12px;	
	line-height: 1.25em;
}

a:link {
	color: #2F5D88;
	text-decoration: underline;
	}     
	
a:visited {
	color: #2F5D88;
	text-decoration:underline;
	}

a:hover {
	color: #939393;
	text-decoration:underline;
}

a:active {
	color: #2F5D88;
	text-decoration:underline;
	}

#wrapper {
	background-color:#FFFFFF;
	margin:50px auto;
	width:923px;
}

#header {
	margin:0 0 20px 0;
	width:923px;
}

#footer {
	margin:20px 0 0 0;
	width:923px;
}



#content {
	margin-left:80px;
	width:800px;
	color:#666;
	
}


#topnav {
	font-family: Arial, Helvetica, sans-serif;
	color:#2F5D88;
	font-size:12px;	
	line-height: 1.25em;
	margin-bottom:20px;
}


.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#EAAE3F;
	font-size:22px;	
	line-height: 1.25em;
	padding: 18px 0px 0px 0px;

}


/* Table List
-------------------------------------------------- */
.tablelist th, .tablelist td { padding:.2em .4em; border:#CCCCCC solid 1px; }
.tablelist th { font-size:1.2em; color:#F4F4F4; background-color:#999999; }
.tablelist tr.alt {background-color:#EBEBEB; }
.tablelist tr:hover {background-color:#CCCCCC; }
.tablelist td:hover {background-color:#BBBBBB; }
