body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Tahoma;
	font-size: 9pt;
	color: black;
	background-color: #135;
	}

h1, h2, h3 {
	font-family: Century Gothic;
	font-style: italic;
	}

h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }

a, a:visited {
	color: black;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #036;
	text-decoration: none;
	}

#main {
	background-color: white;
	width: 800px;
	margin: 0 auto;
	}

#leftcolumn {
	background-color: #9CF;
	text-align: left;
	width: 200px;
	float: left;
	font-size: 0.9em;
	}

#leftcolumn a:hover, #leftcolumn a:active {
	text-decoration: underline;
	}

#rightcolumn {
	text-align: left;
	width: 600px;
	float: left;
	}

#rightcolumn a:hover, #rightcolumn a:active {
	text-decoration: underline;
	font-style: italic;
	}

#topleft {
	background-color: white;
	text-align: center;
	font-family: Century Gothic, Tahoma, Verdana;
	padding: 10px;
	line-height: 0.8em;
	font-size: 1.4em;
	}

#topleft h1 {
	font-size: 1.5em;
	line-height: 1em;
	font-style: italic;
	margin: 0;
	}

#topleft a {
	font-weight: bold;
	}

#topleft a, #topleft a:visited {
	color: #06F;
	text-decoration: none;
	}

#topleft a:hover, #topleft a:active {
	color: #03C;
	text-decoration: underline;
	background-color: #BEF;
	}

.leftbox1 {
	padding: 10px;
	}

.leftbox2 {
	background-color: #7AB7FF;
	padding: 10px;
	}

.leftheading {
	font-weight: bold;
	font-style: italic;
	font-size: 1.6em;
	margin: 0;
	line-height: 0.7em;
	}

.leftsubheading {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3em;
	text-align: right;
	margin: 0;
	}

.miniheading {
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
	margin: 0;
	}

#topbanner {
	padding: 5px;
	text-align: center;
	background-color: #05C;
	color: white;
	margin: 0;
	}

#homesplash {
	width: 298px;
	height: 250px;
	background-color: #09F;
	background-image: url(homesplash1.jpg);
	float: left;
	}

#biosplash {
	width: 298px;
	height: 250px;
	background-color: #09F;
	background-image: url(biosplash.jpg);
	float: left;
	}

#videosplash {
	width: 368px;
	height: 303px;
	background-color: #059;
	background-image: url(videosplash.jpg);
	float: left;
	}

#splashad {
	float: right;
	padding: 0 10px 0 10px;
	height: 250px;
	text-align: center;
	}

#mainbody {
	margin: 0;
	padding: 0 10px 10px 10px;
	}

.tn {
	float: right;
	width: 33%;
	overflow: hidden;
	text-align: center;
	height: 155px;
	margin-bottom: 10px;
}

.textad {
	border: 1px dashed #36C;
	padding: 5px;
	}

.textad strong a, .textad strong a:active, .textad strong a:hover { text-decoration: underline; }
.textad a, .textad a:active, .textad a:hover { text-decoration: none; }