body {
	background-color: black;
}
#wrapper {
	width: 980px;
	background-color: #d20229;
	margin-left: auto;
	margin-right: auto;
}
#homewrapper {
	width: 980px;
	background-color: #d20229;
	margin-left: auto;
	margin-right: auto;
}
#border {
	border: 1px #d20229 solid;
	width: 980px;
}	
#main {
	width: 980px;
	margin: 0 0 0 0px;
}
#navbar {
	float: left;
	width: 980px;
	height: 56px;
	background-color: #d20229;
	margin: 0px;
}
#navbar li {
	display: inline;
	font-family: Courier, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	padding: 0px 0px 0px 50px;
}
#navbar a:link {
	color: #000000;
	text-decoration: none;
}
#navbar a:visited {
	color: #000000;
	text-decoration: none;
}
#navbar a:active {
	color: #000000;
	text-decoration: none;
}
#navbar a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#follow {
width: 33px;
position: fixed;
right: 0;
top: 150px;
z-index: 200;
background-color: #ffbb00;
padding: 10px 0 10px 6px;
border: 4px solid #ffffff;
border-right-width: 0;
-moz-box-shadow: -2px 2px 10px #333333;
	-webkit-box-shadow: -2px 2px 10px #333333;
	box-shadow: -2px 2px 10px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333')";
	 /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=-135, Color='#333333');
	-moz-border-radius: 6px 0 0 6px;
-webkit-border-radius:  6px 0 0 6px;
border-radius:  6px 0 0 6px; /* future proofing */
-khtml-border-radius:  6px 0 0 6px; /* for old Konqueror browsers */ 
}
#leftborder {
	width: 100px;
	float: left;
	background-image: url(images/homepage/stripe.gif);
	background-repeat: repeat;
	height: 100%;
}
#rightborder {
	width: 100px;
	float: right;
	background-image: url(images/homepage/stripe.gif);
	background-repeat: repeat;
	height: 100%;
}
#leftborder2 {
	width: 100px;
	float: left;
}
#rightborder2 {
	width: 100px;
	float: left;
}
#leftborder3 {
	position: relative;
	width: 100px;
	float: left;
	background-image: url(images/homepage/stripe.gif);
	background-repeat: repeat;
	height: 100%;
}
#rightborder3 {
	width: 100px;
	float: right;
	background-image: url(images/homepage/stripe.gif);
	background-repeat: repeat;
	height: 100%;
}
#leftcolumn {
	width: 290px;
	float: left;
	padding: 0px 0px 0px 75px;
}
#rightcolumn {
	width: 360px;
	float: left;
	padding: 20px 0px 0px 20px;
}
#center {
	float: left;
	width: 780px;
	padding: 0px;
	background-image: url(images/homepage/grad_bkgrnd_2.gif);
	background-color: #CC9A3C;
	background-repeat: repeat-y;
}
#biocenter {
	position: relative;
	float: left;
	width: 780px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/homepage/grad_bkgrnd_2.gif);
	background-color: #CC9A3C;
	background-repeat: repeat-y;
	height: 619px;
}
#homecenter {
	position: relative;
	float: left;
	width: 780px;
	background-image: url(images/homepage/grad_bkgrnd_2.gif);
	background-color: #CC9A3C;
	background-repeat: repeat-y;
}
#player {
	width: 370px;
	height: 140px;
	float: right;
	padding: 100px 20px 0px 0px;
}
#player2 {
	width: 641px;
	float: right;
	padding: 20px 80px 0px 0px;
}
#homefooter {
	background-color: #d3072a;
	width: 980px;
	padding: 0px 0px 16px 0px;
	float: left;
	margin: auto;
}
#footer {
	clear: both;	
	font-family: Courier, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #d3072a;
	border: 0px #d20229 solid;
	width: 980px;
	padding: 0px 0px 16px 0px;
}
#footer li {
	display: inline;
	list-style-type: none;
	}
#footer a:link {
    color: #000000;
	text-decoration: none;
	}
#footer a:active {
    color: #000000;
	text-decoration: none;
	}
#footer a:visited {
	color: #000000;
	text-decoration: none;
	}
#footer a:hover {
    color: #ffffff;
	text-decoration: underline;
	}
h1 {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #f1dcb2;
	text-align: left;
	}
h2 {
	font-family: Courier, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #330000;
	}
.text {
	font-family: Georgia, Times, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #330000;
	}
.text a:link {
	color: #330000;
	text-decoration: underline;
	}
.text a:active {
	color: #330000;
	text-decoration: none;
	}
.text a:visited {
	color: #330000;
	text-decoration: underline;
	}
.text a:hover {
	color: #330000;
	text-decoration: none;
	}
.hometext {
	font-family: Georgia, Times, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #330000;
	text-decoration: none
	}
.dropCap {
	font-size: 500%;
	float: left;
	margin-top: 20px;
	margin-right: 9px;
	margin-bottom: 20px;
	color: #d3072a;
	}
.linkstext {
	font-family: Georgia, Times, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #330000;
}
.linkstext a:link {
	color: #330000;
	text-decoration: underline;
	}
.linkstext a:active {
	color: #330000;
	text-decoration: none;
	}
.linkstext a:visited {
	color: #330000;
	text-decoration: underline;
	}
.linkstext a:hover {
	color: #330000;
	text-decoration: none;
	}
.caption {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #f1dcb2;
	text-decoration: none;
	text-align: right;
	padding: 0px 20px 0px 0px;
	}
.caption a:link {
	color: #330000;
	text-decoration: underline;
	}
.caption a:active {
	color: #330000;
	}
.caption a:visited {
	color: #330000;
	}
.caption a:hover {
	color: #330000;
	text-decoration: none;
	}
.formtext {
	font-family: Georgia, Times; 
	font-size: 12px; 
	line-height: 16px; 
	font-weight: bold; 
	color: #330000;
}
.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;