/* background color and text styles. */

   body {
   
     background:#F7F4EF;
     font-size: 14px;
     font-family:verdana,arial;
     color:#000000;

   }




/* link information */

   a:link {
     color:#0D004C;
     text-decoration:none;
   }

   a:visited {
     color:#003663;
     text-decoration:none;
   }

   a:active {
     color:#0D004C;
     text-decoration:none;
   }

	.class2 A:link {color: #EAE1D0;} 
	.class2 A:visited {color: #EAE1D0;} 
	.class2 A:active {color: #FFFFFF;} 
	.class2 A:hover {text-decoration: underline;}
	
	.class3 A:link {color: #ffff00;} 
	.class3 A:visited {color: #ffff00;} 
	.class3 A:active {color: #FFFFFF;} 
	.class3 A:hover {text-decoration: underline;}	
	
	

/*underline the text and make it orange when mouse hovers over the link */
   a:hover {
     text-decoration:underline;
   }

/* font styles */

.bioHeader {
	font-family: Times New Roman;
	font-weight: bold;
	font-size: 14pt;
	
}

.bioText {
	font-family: Times New Roman;
	font-size: 10pt;
}

.menu {
   font-family: arial;
	font-size: 14px;
}

.menuSmall {
   font-family: arial;
	font-size: 14px;
}

.mainText {
   font-family: verdana;
	font-size: 13px;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

.homeText {
	font-family: arial;
	font-size: 11px;
}
	


/* Dropdown menu stuff */
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}