body,td,th {
	color: #8d0102;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-size: 14px;
	color: #000000;
}
.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#141414;
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#EBEBEB; 
} 
 
#header{
 position:relative; 
 height:100px; 
  background-color:#8d0102; 
 width:100%;
} 
 
#leftcol{
 width:100px; 
 float:left; 
 position:relative; 
 background-color:#EBEBEB; 
 }
 
#maincol{background-color: #EBEBEB;  
 float: right; 
 display:inline; 
 position: relative; 
 width:700px; 
 }
 
#footer{
 height:20px; 
  background-color:#8d0102; 
 clear:both;
  border-left:medium #EB9C00;
 border-right:medium #EB9C00;
 } 

#imgborder{
border-color:#8d0102;
border-width:medium;
} 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
