
body{background-color:#58002b;}/*****************************************************/

/*****************************************************/
/*MISC FORMATTING BEGINS HERE!*/
/*****************************************************/
body
{
	margin-left:25px;
	margin-top:15px;
	margin-bottom:auto;
	margin-right:auto;
}
a:link/*****************************************************/
{
	border-style:none;
	color:#facd8a;
}

a:visited/*****************************************************/
{
	border-style:none;
	color:#facd8a;
}

p/*****************************************************/
{
	font:87%/170% "Verdana",Georgia; 
	color:black;
	font-size:10pt;
	font-weight: bold;
	margin-left:25px;
	margin-right:25px;
}

h1/*****************************************************/
{
	font:87%/170% "Verdana",Georgia; 
	color:#black;
	font-size:20pt;
	font-weight:bolder;
	white-space:nowrap;
	position:absolute;
	left:-65px;
}

h2/*****************************************************/
{
	font:87%/170% "Verdana",Georgia; 
	color:white;
	font-size:12pt;
	font-weight:bold;
	white-space:nowrap;
	position:absolute;
	margin-top: -25px;
	margin-left:10px;
}

#buttons/*****************************************************/
{
	margin-top:10px;
	margin-left:18px;
	position:relative;
}

/*****************************************************/
/*TABLE LAYOUT BEGINS HERE!*/
/*****************************************************/

table
{
	background-image:url(images/tableBG.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:540px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.altTableBioBig
{
	background-image:url(images/tableBG.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:540px;
	border:none;
	margin-left:auto;
	margin-right:auto;
}

.altTableBioSm
{
	background-image:url(images/infoTable.png);
	background-repeat:no-repeat;
	width:675px;
	height:250px;
	border:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
}


#leftbox /*****************************************************/
{
	z-index:1;
	position: relative;
	padding:0px;
	
	width: 112px;
	height: 500px;
	right:95px;
	
	border: none;
	overflow:visible;
	float:right;
}

#centerbox/*****************************************************/
{
	z-index:0;
	position: relative;
	
	width: 400px;
	height: 500px;
	left:20px;
	
	border: none;
	overflow:visible;
}

#rightbox /*****************************************************/
{
	z-index:1;	
	position: relative;
	
	width: 112px;
	height: 500px;
	right: -95px;
	
	border: none;
	overflow:visible;
	float:left;
}
/***************************************************************/
		/*NAVAGATION MENU ON FRONT PAGE LEFT SIDE*/
/***************************************************************/

#navbarL ul
{
	z-index: 1;
	margin:0;
	padding:0;
	list-style:none;
}

#navbarL a
{
	z-index: 1;
	display:block;
	width: 112px;
}

#navbarL li
{
	z-index: 1;
	float:left;
	width:112px;
}

#navbarL li ul
{
	z-index: 1;
	display:none;
}

#navbarL li:hover ul
{
	z-index: 1;
	margin-bottom:20px;
	margin-top:-131px;
	margin-left:113px;
	display:block;
	width:112px;
	position:absolute;
}

#navbarL a.change:hover
{
	border-style:double;
	width:116px;
}

#navbarL h2.change:hover
{
	width:116px;
	color:#58002b;
}

div.content
{
	clear:right;
}

/***************************************************************/
		/*NAVAGATION MENU ON FRONT PAGE RIGHT SIDE*/
/***************************************************************/


#navbarR
{
	z-index: 1;
	margin-top:100px;
	margin-left:-115px;
	width:112px;
	position:absolute;
}

div.content
{
	clear:left;
}

/***************************************************************/
		/*BIO PAGE SPECIFIC*/
/***************************************************************/

