body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin:0
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

h1 {
	padding-left: 10px;
	font-family: Verdana, sans-serif;
	font-size: 130%;
	color: #CC0000;
}

h2 {
	font-family: Verdana, sans-serif;
	font-size: 110%;
	color: #333333;
    border-bottom: 1px solid #666666;

}

h3 {
	font-family: Verdana, sans-serif;
	font-size: 95%;
	font-weight: bold;
	color: #333333
}


a {
	text-decoration: underline;
	color: #336699;
}

a:visited { 
        color: #cc0000;
        }
a:hover { 
        color: #cc0000;
        }


ul {
	font-size: 100%;
	padding-bottom: 5px;
	
}

ol {
	font-size: 100%;
	padding-bottom: 5px;
	
}

li {
	font-size: 100%;
	padding-bottom: 5px;
	list-style: square url(/images/bullet.gif);
}

#fullcol {
	padding-left: 10px;
	width: 98%;
}

#col1 {
	padding-left: 10px;
	float: left;
	width: 35%;
}

#col2 {
	float: left;
	width: 15pt;
}

#col3 {
background-color: #f2f3f5; 
float: left;
width: 55%;
margin-left: 1%;
padding-left: 10px;
padding-right: 10px;
border: 1px dashed #336699;
 }
 
#news-archive {
background-color: #f2f3f5; 
float: left;
margin-left: 1%;
padding-left: 10px;
padding-right: 10px;
border: 1px dashed #336699;
 } 

#footer { clear: both; }

#navlist li a#current
{
background: #999999;
}

.heading {
 border-bottom: 1px solid #666666;
 font-weight: bold;
 padding-bottom: 1px;
 text-align: left;
}
	

