/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 6, 2015, 5:13:22 PM
    Author     : Tom
*/

table
{
    border-spacing: 0px;
    border: 0px;
    padding: 0px;
    font-family: Verdana;
    
}
* {  
	vertical-align: baseline;  
	font-family: inherit;  
	font-style: inherit;  
	font-size: 100%;  
	border: none;  
	padding: 0;  
	margin: 0;  
	} 

tr{
    vertical-align: top;
}
table#maintable
{
    background-color: #C0C0C0;
     height: 600px;
}

td#spacer
{
    width: 14px;
    background-color: #FFCC00;   
}
td#content
{
    width: 132px;
    padding-left: 20px;
    padding-top: 40px;
    font-size: 90%;   
}
tr#navrow
{
   
    //line-height: 180%;
    //margin-top: 20px;
}
td
{
    padding-top: 5px;
}

a:hover
{
    font-style: italic;
}
a:visited
{
    color: #000000;
    font-style: normal; 
   
}
a:link
{
    color: #000000;
    text-decoration: none;   
}

ul#navrowbio
{
    background-color: #C0C0C0; height:0; overflow:hidden;
}

tr#navrow:hover ul#navrowbio
{
    height: 50px;
    padding:0 0 10px 0;
}

tr#navrow td a:focus + ul#navrowbio
{
    height: 50px;
    padding:0 0 10px 0;
}

#dropdownli
{
    padding-left: 20px;
    padding-top: 5px;
}
