body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCC99; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

h1 {
	font-size: 25px;
	font-weight: normal;	
	color: #000000;
	margin: 10px 0px 10px 0px;
	
}

.tall{
	font-size: 35px;
	color: #cc6600
}

div.footer{
	width: 784px;
	margin: 0px auto;
	text-align: right;
	padding: 0px;
}

table.maintable{
	width: 784px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid;
	background-color: #FFFFFF;
}

table.maintable td.navigationtop, table.maintable td.navigationbottom{
	height: 17px;
}

table.maintable td.navigationtop, table.maintable td.navigationbottom, table.maintable td.navigation{
	width: 200px;
}

table.maintable td.navigationtop{
	background: url(../images/design/lft_nav_top_w200_h17.jpg) no-repeat;
}

table.maintable td.feature{
	height: 295px;
	background: url(../images/design/home_feature_w784_h295.jpg) no-repeat;
	
}

table.maintable td.navigation{
	background: url(../images/design/lft_nav_bkg_w200_h1.jpg) repeat-y;
}

table.maintable td.navigation a {
	border-bottom:1px solid #CCCCCC;
	color:#FFFFFF;
	float:left;
	font-size:16px;
	font-weight:600;
	margin:0px;
	padding:4px 10px;
	text-decoration:none;
	width:180px;
}

table.maintable td.navigation a:hover {
	color: #0F3F29;
	background: url(../images/design/lft_nav_bkg_ovr_w200_h1.jpg) repeat-y;
}

table.maintable td.navigationbottom{
	background: url(../images/design/lft_nav_btm_w200_h17.jpg) no-repeat;
}

table.maintable td.whitespace, table.maintable td.content{
	width: 584px;	
}

table.maintable td.whitespace{
	height: 17px;
}

td.content{
	min-height: 300px;
	padding: 3px 10px 3px 10px;
}

.member_bar{
	border: 1px dashed white;
	padding: 0px 5px 0px 5px;
	background-color: #e99b4e;
}

.control_section{
	border: 1px dashed white;
	padding: 0px 5px 0px 5px;
	background-color: #CCCC99;
}

.statstable {
	border-collapse:collapse;
	margin-left: auto;
    margin-right: auto;
}
.statstableheader {
	margin:5px; 
	padding: 8px;
	border:1px solid #003366;
	background-color:#CCCC99;		
	color:#FFFFFF;	

	font-weight:bold;
}

.statstablerow {
	margin:5px; 	
	padding: 5px;
	border:1px solid #003366;	
	background-color:#FFFFFF;	
	color:#000000;	

}
