@charset "UTF-8";
body  {
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	background: #cdc9c7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #181818;
}
img {
	border: none;
}

a:link, a:visited {
text-decoration: none;
color: #CCCCCC;
}

a:hover {
text-decoration: underline;
color: #CCCCCC;
}

#container {
	width: 930px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #cdc9c7;
	padding-top: 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 312px;
	margin-right: 23px;
	margin-left: 20px;
	background-color: #cdc9c7;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 355px;
	padding-top: 20;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#bluetextbox {
	background-color: #47A2D3;
	width: 525px;
	padding: 10px;
	margin-top: 4px;
}
#pinktextbox {
	background-color: #CB4F69;
	width: 525px;
	padding: 10px;
	margin-top: 4px;
}
#greentextbox {
	background-color: #70A64F;
	width: 525px;
	padding: 10px;
	margin-top: 4px;
}

#biotextbox {
	background-color: #70A64F;
	width: 525px;
	padding: 10px;
	margin-top: 4px;
}

.headings {
	font-size: 1.2em;
	font-style: italic;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: 0px;
}
.mainp {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 400px;	
}
.mainp2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 245px;	
}
.copyright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 400px;
	font: normal 0.75em Georgia, "Times New Roman", Times, serif;
		
}
.biocolumnleft {
	width: 245px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
.biocolumnright {
	width: 245px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}