h1 {font-size: 20px; color:#747474;}
h1.alt {font-size: 20px; color:#acacac;}
h2 {font-size: 16px; color:#000;}

body  {
	margin: 0; 
	min-height: 100%; height: 100%;
	background: #fff;
	font: normal 13px 'Trebuchet MS';
	color: #000; }
	
a:link, a:active, a:visited, a:hover { font: normal 13px 'Trebuchet MS'; color:#0028BC; text-decoration: underline; }
	
a.footer:link, a.footer:active, a.footer:visited, a.footer:hover { font: normal 11px 'Trebuchet MS'; color:#747474; text-decoration: underline; }
	
a.bio_link:link, a.bio_link:active, a.bio_link:visited { font: bold 11px 'Trebuchet MS'; color:#0028BC; text-decoration: none; }
a.bio_link:hover { font: bold 11px 'Trebuchet MS'; color:#0028BC; text-decoration: underline; }

#wrapper  {
 	width: 950px;
 	margin: 0 auto; 
	align: center;
	height:auto !important; 
	height:100%; 	
	min-height:100%; }
	
#header {
	height: 125px;
	width: 950px; 	}
	
#page_content {
	height: 100%;
	width: 950px;
	v-align: top;
	}
	
#left_column {
	float: left;
	height: 100%;
	width: 260px; 
	}
	
#right_content {
	padding-left: 15px;
	float: left;
	width: 675px;
	text-align: left;
	}
	
#bio_links {
	float: left;
	width: 220px;
	text-align: left;
	}
	
#nav_content {
	padding-top: 20px;
	float: left;
	width: 690px;
	text-align: center;
	}
	
#home_button {
	padding-top: 10px;
	float: left;
	text-align: center;
	height: 100px;
	width: 310px;
	}
	
#footer { 
	padding-top: 10px;
	width: 950px; 
	text-align: left; }

#bottomlinks { 
	float: left; 
	width: 950px; 
	line-height: 18px; 
	text-align: center; }

.copyright {
	padding-top: 10px;
	font: normal 11px 'Trebuchet MS';
	color: #747474;
	text-align: center; 
	width: 950px; }