/***********************
Print CSS for BioG105106 Site by Sondroyo Communications Corporation.
Copyright 2006
Rebuild of biog.css file
***********************/

/* GENERAL RULES */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 18px;
}

A:link {text-decoration: none; color: #000000;}
A:visited {text-decoration: none; color: #000000;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #000000;}


hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color: #9DB6D9;
	border: none 0; 
	border-top: 1px dashed #9DB6D9;/*the border*/ 
	}

.topTitleBar, .midbar, .footerbar, .footerBar, #blueBarBack3, .footer, #mastheadBack, #masthead, #search-input, #search-filters {
	display: none;
	}
	
.centerTitle, .title {
	font-style: bold;
	font-size: 20px;
	text-align: center;
	background-color: white;
	}

img {
	margin: 0;
	padding: 5px;
}



