body
{
	color: black;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Verdana, Helvetica;
}

td
{
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
}

td.menu
{
	padding-left: 30px;
	padding-top: 30px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	line-height: 20px;
}

td.content
{
	padding-right: 30px;
	padding-bottom: 20px;
}

h2
{
	color: #5D9CC0;
	padding-top: 20px;
	font-weight: lighter;
}

a:link {
	text-decoration: underline;
	color: #003399;
}

a:active {
	text-decoration: underline;
	color: #003399;
}

a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #ffcc00;
}

.footer {
	font-size: 10px;
	font-family: Arial, Verdana, Helvetica;
	color: white;
}

a.footer {
	text-decoration: underline;
	color: white;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	color: white;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav ul li a { 
	padding-bottom: 10px;
}
#nav ul li a:hover { 
	padding-bottom: 10px;
	color: #fbff56;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #2530ff;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
    padding: 10px;
}

#content {
	clear: left;
	color: #ccc;
}
