body {font-family: Helvetica, Arial, sans-serif; background: #000080;}
h1 { font-family: "Trebuchet MS", sans-serif; font-size: 2.8em; margin-top: 0px; margin-bottom: 0px; color: #a70000; text-align: right; }
h2 { font-family: "Trebuchet MS", sans-serif; color: navy; font-weight: normal; font-size: 1.6em; margin-top: 9px; margin-bottom: 3px; }
h3 { font-family: "Trebuchet MS", sans-serif; color: navy; font-weight: normal; font-size: 1.2em; margin-top: 9px; margin-bottom: 3px; }
h4 { font-family: "Verdana, Arial, Helvetica, sans-serif", sans-serif; color: #a70000; font-size: 0.9em; margin-top: 12px; margin-bottom: 3px; }
p, ul, li, td { color: navy; line-height: 1.3em; font-size: 0.9em; }
#visible {min-width: 960px; }
blockquote { color: navy; font-size: 1.1em; background-color: #fcf; }
div.main {width: 540px; background: #fff url(000080tl.jpg) top left no-repeat; padding-left: 8px; padding-right: 8px; padding-bottom: 8px;}
p.calendar, ul {margin-top: 3px; margin-bottom: 3px; }
p.calendar, td.calendar {font-size: 0.81em; background-color: white; }
#Navigation {
width: 100%;
margin-right: 0px;
	margin-left: 0px;
min-height: 12px
	padding-top: 5px;
	overflow: hidden;
	background: #d2e2f4;
}
#navmenu, #navmenu ul, #navmenu ul.mainMenu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
align: center;
}

#navmenu a {
	display: block;
	width: 10em;
text-decoration: none;
}

#navmenu li { /* all list items */
	float: left;
font-size: 12px;
text-align: center;
text-transform: uppercase;
background-color: transparent;
border-right; 1px solid #ffffff; border-left; 1px solid #ffffff;
	width: 10em; /* width needed or else Opera goes nuts */
}

#navmenu li ul { /* second-level lists */
	position: absolute;
	background-color: #d2e2f4;
text-align: center;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#navmenu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#navmenu li:hover ul ul, #navmenu li.sfhover ul ul {
	left: -999em;
}

#navmenu li:hover ul, #navmenu li li:hover ul, #navmenu li.sfhover ul, #navmenu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#navmenu .activeLI, #navmenu a.activeA { font-weight:bold; height: auto; }
annotation { color: navy; font-size: 0.9em; }
