body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
}
body {
	background-color: #FFFFCC;
	margin: 10px;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
/*	background-color: #336699; */
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.menu {
	background-color: #FFFFCC;
	padding: 2px;
	width: 152px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFCC;
	padding: 20px;
	height: 400px;
	vertical-align: top;
}
.footer {
	background-color: #FFFFCC;
	text-align: center;
	font-size: 10px;
	height: 10px;
	padding-top: 10px;
}

.navMenuColumn
{
	width: 152px;
}

.navMenuSelection
{
	padding: 1px;
	padding-bottom: 3px;
}

.navButton
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(images/Button_Down.png) no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 24px;
	margin: 0;
}

.navButton a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 150px;
	height: 24px;
	display: block;
	float: left;
	color: black;
	text-decoration: none;
}

.navButton img
{
	width: 150px;
	height: 24px;
	border: 0
}

.navButton a:hover img
{
	visibility:hidden
}

.navButton span
{
	position: absolute;
	left: 32px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
} 
