/*  classic.css

Classic CSS 

Peter Forbes
23 Jan 2002

*/

body {
  font-family: Verdana, Georgia, Arial, Helvetica, sans-serif; 
  font-size: small;	/* There are 7 different sizes  xx-small, medium to xx-large */ 
	margin:10px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:780px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
	


h2 {
   font-size: small;
   font-weight: bold;
   color : black;
}


.date_font {
  color: #FF0000;
}


.next {
  font-weight: bold;
}

#header {  
	text-align: center;
	margin-bottom: 10px;
}

#header h1 {
	font-size: 40px; 
	font-family: Courier New; 
	font-weight: none;
	color: black;
	margin: 5px 0px 5px 0px;
}

#horiz_nav {  
	clear:both;
	text-align: center;
	font-weight: bold;
	background-color: #cccccc
}

#lhsNav {
   float: left;
   width: 180px;
   margin: 3px;
   margin-top: 10px;
   padding-left: 5px;
}

#mainbody {
   padding: 3px;
   margin-bottom: 20px;
}


#mainbody h1 {
   font-size: medium;
   font-weight: bold;
   color : #FF0000;
   margin: 10px 0px 8px 0px;
}

#footer_sep {
	clear: both;
	background-color: #cccccc;
	text-align: center;
	text-weight: bold;
	line-height:140%;
}
	
#footer {  
	clear: both;
	font-size: x-small; 
	text-align: center;
}

#htstats {  
	width: 90%;
	background-attachment: fixed; 
	background-color: #ffffff; 
	background-image: url(../Images/htprem-bg.jpg); 
	background-repeat: no-repeat; 
	background-position: left center
}

.vespa-logo {  
   	background-attachment: fixed; 
	background-color: #ffffff; 
	background-image: url(images/vespa_logo.gif); 
	background-repeat: no-repeat; 
	background-position: left center
}

.ht-logo {  
   	background-attachment: fixed; 
	background-color: #ffffff; 
	background-image: url(../Images/ht-logo.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom
}



a  {
	text-decoration: none; /* gets rid of the underline in links */
	color : #0000FF
}

a:hover  {
	color : #FF9933;
}


a:link {  
}
