﻿body
{
	color: #ffffff; 
	background-color: #006451; 
	margin-top: 0px; 
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 8pt;
}
td 
{
	color: #006451; 
	background-color: #ffffff; 
	margin-top: 0px; 
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt;
}

img 
{
	border: 0;
}

p 
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt;
}

p.std 
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	color: #000000;
	background-color: #FFFFFF; 
	margin-left: 24px; 
	margin-right: 24px; 
	margin-bottom: 6px;
	text-align: left;
}

p.email
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 11pt; 
	color: #006451;
	background-color: #FFFFFF; 
	margin-left: 24px; 
	margin-right: 24px; 
	margin-bottom: 6px;
}

p.emailbg
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 11pt; 
	color: #FFFFFF;
	background-color: #006451; 
}

p.stdblk 
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	font-color: #ffffff;
	background-color: #000000; 

}

ul	{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	margin-left: 48px; 
	margin-right: 24px; 
	margin-bottom: 6px;}

li {
	margin-bottom: 6px;
	color:#000;
}

p.std2
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	color: #000000;
	background-color: #FFFFFF; 
	margin-left: 24px; 
	margin-right: 24px; 
	margin-bottom: 6px;

}
p.lnav
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 12pt; 
	margin-left: 24px; 
	margin-right: 24px;
}
#footer
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	font-color: #ffffff;
	background-color: #BBD4CC; 

}

#emailbg
{
	font-family: arial, helvetica, helv, "sans serif"; 
	font-size: 9pt; 
	font-color: #ffffff;
	background-color: #666;
}

p.phd	{color: #C3DEF8; font-family: arial, helvetica, helv, "sans serif"; font-size: 10pt; font-weight: bold; margin-left: 23px; margin-right: 24px; margin-top: 0px;}
p.question	{color: #F68E55; font-style: italic; font-family: arial, helvetica, helv, "sans serif"; font-size: 10pt; font-weight: bold; margin-left: 23px; margin-right: 24px; margin-top: 0px;}
#formfill	{color: #ffffff; font-family: arial, helvetica, helv, "sans serif"; font-size: 9pt;}
A:link	{color: #006451; font-weight: bold; text-decoration: none;}
A:active	{color: #F68E55; font-weight: bold; text-decoration: none;}
A:visited	{color: #006451; font-weight: bold; text-decoration: none;}
A:hover	{color: #f09349; font-weight: bold; text-decoration: underline;}

/* THE FOLLOWING CODE is for THE NAVIGATION BAR */

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a   /* this code is for each individual cell */
{	display: block;
	margin: 0 1px 0 0;
	padding: 5px 10px;
	width: 91px;
	background: #84B2A7;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

#sddm li a:hover    /* this code is for the hover color of the menu bar, not the drop down hover color */
{	background: #006451;
	}

#sddm div  /* this code is for drop down square.  when i changed the border, the drop down sauare border changed */
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #84B2A7;
	border: 0px solid #006451}

	#sddm div a    /* this is the drop down width - the actual cells that drop down */
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #84B2A7;
		color: #FFFFFF;
		font: 11px arial}

	#sddm div a:hover
	{	background: #006451;
		color: #FFF}
