
/**********************  Generic Definitions */


BODY
{
	Background-Color: #2C3343;
    font-family: Times New Roman, serif; 
    FONT-SIZE: 3
}

/************************ Pseudo Link Definitions */


A:link
{
    COLOR: #B0B0B0
}
A:visited
{
    COLOR: #B0B0B0
}
A:active
{
    COLOR: #B0B0B0
}
A:hover
{
    COLOR: #707070
}

/**************************** Navigation Bar Definitions */

A.ddmenu:link {
	color: #333333;
	font-family: Times New Roman, serif; 
	text-decoration: none;
}

A.ddmenu:visited {
	color: #333333;
	font-family: Times New Roman, serif; 
	text-decoration: none;
}

A.ddmenu:active {
	color: #333333;
	font-family: Times New Roman, serif; 
	text-decoration: none;
}

A.ddmenu:hover {
	color: #FFFFFF;
	font-family: Times New Roman, serif; 
	text-decoration: none;
}

TD.ddmenu {
	font-family: Times New Roman, serif; 
	font-size: 12px;
}

DIV.ddmenu {
	font-family: Times New Roman, serif; 
	font-size: 12px;
}

/**********************  Bio Page Definitions */


#all {
position:relative; 
padding: 0 0 0 0;
margin:0 0 0 0;
background-color: white; 
border: 0;
z-index: 1;
}

#right {
position:absolute; 
margin-left: 14px;
margin-right: 12px;
display: block;
top: 0px;
height: 252px;
width: 443px;
background-color: white; 
left: 36%; 
display: block;
overflow: auto;
z-index: 1;
}