body 
{
background-image:
url('website1top.gif');
background-repeat: no-repeat;
background-color: #456B7D;
margin-left: 2%;
}


dd#aboutDef a{ 
position: absolute; 
top: 30px; 
left: 510px; 
width: 110px; 
height: 25px; 
text-decoration: none; }

dd#researchDef a{ 
position: absolute; 
top: 87px; 
left: 362px;
width: 108px; 
height: 25px; 
text-decoration: none; }

dd#teachingDef a{ position: absolute; top: 135px; left: 440px; width: 95px; height: 25px; text-decoration: none; }

dd#homeDef a{ position: absolute; top: 176px; left: 560px; width: 65px; height: 25px; text-decoration: none; }


h1 {
color: #000000;
text-align: center;
font-family: Garamond;
font-variant: small-caps;
font-size: 20pt;
}

h2 {
 font-size: 16pt;
 font-family: Garamond, serif;
 color: #000033;
 background-color: #6A99AF;
 text-align: left;
 font-weight: bold;
 font-style: italic;
}

p {
color: #22343D;
font-family: Garamond;
margin: 10px;
}


A:link { text-decoration: none; font-weight: bold; color: #22343D; }
A:visited { text-decoration: none; font-weight: bold; }
A:active { text-decoration: none; }
A:hover { text-decoration: underline; color: black; }


UL {
padding-left: 2;
margin-left: 2;
font-family : Garamond;
color : #22343D;
list-style-image: url('bullet.gif');
}


hr {
color: #81261C;
border: 1px solid #81261C;
}


div#center {
position: absolute;
margin-left: 25%; margin-right: 25%;
top: 300px;
width: 48%; padding: 3px; 
border-top: 2px solid #003333;
border-left: 2px solid #003333;
border-right: 2px solid #003333;
border-bottom: 2px solid #003333;
background-color: #6A99AF;
text-align: justify;
padding-bottom: 10px;
}

div#left {
margin-left: 2%;
margin-right: 77%;
width: 21%;
top: 300px;
height: 500px;
position: absolute;  padding: 3px;  
border-top: 2px solid #003333;
border-left: 2px solid #003333;
border-right: 2px solid #003333;
border-bottom: 2px solid #003333;
background-color: #6A99AF;
text-align: left;
}

div#right {
margin-left: 75%;
margin-right: 5%;
width: 21%;
top: 300px;
height: 500px;
position: absolute;  padding: 3px; 
padding-left: 5px; 
border-top: 2px solid #003333;
border-left: 2px solid #003333;
border-right: 2px solid #003333;
border-bottom: 2px solid #003333;
background-color: #6A99AF;
text-align: justify;
}




