html
{
	height: 100%;
}
html,BODY,table
{
	font-family: Verdana, Arial;
	color: Black;
	font-size: 11px;
}
A
{
	color: Black;
	font-style: italic;
	font-size: 11px;
}
ul 
{
	margin: 0;
	padding: 0;
	width: 320px;
	position: relative;
	_width: 300px;
	_margin-left: 20px;
}
ul li 
{
	display: inline;
	text-align: center;
	font-size: 80%;
	list-style-type: none;
	
}
ul li a 
{
	display: inline-block;
	text-decoration: none;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	font-style: normal;
	font-size: 10px;
}
li ul 
{
	position: absolute;
	top: 11px;
	padding-top: 6px;
	text-align: right;
	display: none;
	margin-left: -15px;
	_margin-left: -57px;
	padding-bottom: 10px;
}
li ul li A
{
	padding-right: 5px;
	padding-left: 5px;
	color: black;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li:hover ul, li.over ul 
{ 
	display: block;
}
li A:hover
{
	background-color: #82889A;
	color: White;
}
.caption
{
	font-size: 9px;
	letter-spacing: 6px;
	color: #333366;
}
.Textbox
{
	background-color: Transparent; border: 1px solid black;
}
.Dropdown
{
	background-color: #e0dee1; border: 3px solid black;
}
.Button { BORDER-RIGHT: 2px outset; BORDER-TOP: 2px outset; FONT-WEIGHT: bold; FONT-SIZE: 8pt; BORDER-LEFT: 2px outset; COLOR: black; BORDER-BOTTOM: 2px outset; FONT-FAMILY: arial; HEIGHT: 21px; BACKGROUND-COLOR: #afb0c2; TEXT-ALIGN: center; TEXT-DECORATION: none }
ol { list-style-type: disc; }
#deptLinkList { margin: 0px; padding: 0px; }
#deptLinkList li { list-style-type: none; padding-bottom: 10px; }
#tbComments { width: 450px; height: 60px; }
