html, body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #333;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 90%
	}

a:link {	
	font-weight: bold;
	color: #039;
	/*color: #03c;*/
	background-color: transparent; 
	text-decoration: underline;
	}	
		
a:visited {	
	font-weight: bold;
	color: #036;
	/*color: #36c;*/
	background-color: transparent; 
	text-decoration: underline;
	}	
		
a:active	{
	font-weight: bold;
	color:	#c00;
	background-color: #fc3; 
	text-decoration: underline;
	}	
		
a:hover {	
	text-decoration: none;
	font-weight: bold;
	color: #c00;
	background-color: #fc6; 
	text-decoration: none;
	}

h1.tagline {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

#content {
	position: absolute;
	padding: 10px 8px 0 12px;
	width: 624px;
	left: 140px;
	}

#lftcol {
	width: 125px;
	height: 100%;
	float: left;
	margin-left: 0px;
	}

#lftcol img {
	display: block;
	}

#lftmenu {
	display: block;
	padding-left: 8px; 
	color: #c00; 
	background-color: transparent
	}

ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	}


#date {
	font-size: 12px
	}

#addr {
	border: 1px solid #006;
	font-size: 12px;
	}

.spacer {
	clear: both;
	}

.spacerule {
	clear: both;
	color: #000;
	background-color: #ccc
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}

td p {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 90%;
	}

#listing td p {
	font-family: Georgia, Palatino, serif;
	font-size: 1.0em;
	}


dd, dt {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}

h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 225%
	}

h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 175%	
	}

h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 150%	
	}


h4 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 125%	
	}

h5 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 100%	
	}

h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 90%	
	}

#copyright {
	background-color: #fff;
	color: #333;
	border-top: 1px solid #999;
	text-align: left;
	padding: 8px 10px 0 0;
	margin-top: 24px;
	clear: both;
	}

#copyright p {	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px
	}



