/* Standard HTML CSS*/
body{font-family: Arial;background-color: #353535;}
hr{color: darkred;}
/* Page Classes */
.sitename{font-size: 24px; font-weight: bolder;}
.header{  
	background-color: black;
	border-bottom: white 5px solid;	
}
.leftnav{
	width:17%;
	border-right: white thin solid;
	color: white;
	width: 200px;
	font-size: 12px;
	vertical-align: top;
	
}
a:link {color: #000000; text-decoration: underline; }
a:visited {color: darkred; text-decoration: underline; }
.main{vertical-align: top;}
.rightnav{width:13%; vertical-align: top;}
.footer{border-top: white thin solid;}
.main_table{
  border: white thin solid;
  width:85%;
  margin-left: auto;
  margin-right: auto;
  background-color: #777777;
  color: white; 
}
.subcat_table{
	color: darkRED;
	background-color: #aaaaaa;
	border: white thin solid;
	width: 95%;
	padding: 10px;
	align: center;
	
}
