
/* Fix for the stupid disappearing text thing in IE. */
* html .visualIEFloatFix { height: 0.01%; }

.rootmenu
{
}

.itemclass
{
	display: inline;
	position: relative;
	font-family: Tahoma;
	font-size: 11px;
	background-color: Navy;
	color: #bbbbbb;
	
}

.itemclass a
{
	color: #eeeeee;
	text-decoration: none;
}

.flyoutmenu
{
	display: block;
	position: absolute;
	background: white;
	top: 18px;
	left: 0px;
	border-top: 1px solid #242a55;
	border-right: 1px solid #242a55;
	border-left: 1px solid #242a55;
	z-index: 500;
	text-align: left;
}

.flyoutmenu a.menulink
{
	background: #5679b1;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #242a55;
	font-weight: normal;
	width: 150px;
	position: relative;
}

.flyoutmenu a.menulink:visited
{
	color: #ffffff;
	
}

.flyoutmenu a.menulink:hover
{
	background:  #2c4d89;
	background-image: none;
	
}

.flyoutmenuitem
{
	text-align: left;
}

.flyoutanchor
{
	text-decoration: none;
	font-family:"Times New Roman", Times, serif; 
	font-weight: bold; 
}

span.datespan
{
	font: Arial;
	font-size: 10px;
	color: #E1F0FF;
	vertical-align: middle;
	display: block;
	margin-top: 3px;
}

span.title_span
{
	font-size: 16px;
	font-weight: bold;
	display: block;
}

div.bodydiv
{
	padding: 10px;
}


/* Use this class when the document's contents are supposed to be tabular, like the personnel page. */
/* Don't use this as layout. */
table.bodytable
{
	width: 100%;
	font-size: 12px;
}

table.bodytable th.catheading
{
	text-align: left;
}

h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
}

