@charset "utf-8";
/* CSS Document */

body {
	background:  #000;
	margin-top: 0px;
	margin-left: 0px;
	scrollbar-face-color: #666;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #666;
	scrollbar-track-color: #333;
	scrollbar-arrow-color: #fff;

}

html, body {
margin: 0px;
overflow: hidden;
height: 100%;
} 

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color:#FFF;
	font-weight:bold;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color:#FFF;
	font-weight:bold;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 100%;
	/*border-left: 1px solid #666;
	border-right: 1px solid #666;*/
	
}

/* Left Column */

#leftcol {
	float: left;	
	width: 955px;
	height: 125px;
	color: #fff;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	line-height: 25px;
	/*background: url(images/menu-back.jpg) repeat-x; */
	
}

#menuarea  {
	width: 955px;
	height: 35px;
}

#menuleft {
	float: left;
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	margin-top:5px;
	margin-bottom: 5px;
}

#menuitem {
	width: 155px;
	height: 15px;
	margin-top:5px;
	margin-bottom: 5px;
	/*padding-left: 10px;*/
	vertical-align:middle;
	border-right: 1px #000 solid;
	float:left;
	text-align:center;
	/*border-bottom: 1px #999 dotted;*/
}

a.menu {
	color: #000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;;
	font-size: 10px;	
}

a.menu:hover {
	color:#900;
	text-decoration:underline;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;	
}


/* Flash Column */

#flashcol {
	float: left;
	width: 594px;
	height: 290px;
	/*margin-top: -75px;*/
	margin-top: 25px;
	margin-left: 200px;
	padding: 4px 4px 4px 4px;
	border: 4px double #fff;
	
}

#mainarea {
	padding-top: 20x;
	padding-bottom: 20px;
	border-top: 1px #000 solid;
	border-bottom: 4px #000 double;
	width: 955px;
	margin-top: 10px;
	height: 340px;
}

#centercol {
	float: left;
	width: 660px;
	height: 362px;
	margin-top: 25px;
	padding-top: 10px;
	padding-left: 10px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	/*height: auto;	*/
	height: 397px;
}




/* Right Column */
#rightcol {
	float: left;
	width: 82px;
	height: 362px;
}

#righcolcopy {
	margin-top: 190px;
	margin-left: 5px;
	width: 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ccc;

}

a.rc {
	color: #333;
	text-decoration: none;	
}

a.rc:hover {
	text-decoration: underline;
	color: #900;
}

#overlook {
	
}

.copycol {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
}

#bioimgcol {
	float: left;
	width: 290px;
	margin-right: 20px;
}

#biocopy {
	float: left;
	width: 315px;
	margin-right: 15px;
	height: 397px;
	padding-right: 20px;
	overflow: auto;
}