body {
    background-color: #264571;
    color: #FFFFFF;
    margin-top: 0;
    margin-left:2pt;
    margin-right:2pt;
    margin-bottom:0;
}

table {
    border: 0;
}

td {
    vertical-align: top;
}

a:link {
    text-decoration: none;
    color:#99CC00;
	font-weight:bold;
}
a:visited {
    text-decoration: none;
    color:#99CC00;
font-weight:bold;
}
a:hover {
    text-decoration: underline;
    color:#99CC00;
font-weight:bold;
}
a:active {
    text-decoration: underline;
    color:#3366FF;
}

a.menu:link {
    text-decoration: none;
    color:#ffffff;
}
a.menu:visited {
    text-decoration: none;
    color:#ffffff;
}
a.menu:hover {
    text-decoration: underline;
    color:#ffffff;
}
a.menu:active {
    text-decoration: underline;
    color:#ffffff;
}

<!--was 90% -->
.primary_nav a:link{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
.primary_nav a:visited{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
td.primary_nav a:link{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
td.primary_nav a:visited{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
.primary_nav2 a.forum:link{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
.primary_nav2 a.forum:visited{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #99ccff;
}
<!--was 90% -->
td.primary_nav2 a.forum:link{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #ffffff;
}
<!--was 90% -->
td.primary_nav2 a.forum:visited{
    font-family: arial, serif;
    font-weight: bold;
    font-size: 10;
    color: #99ccff;
}

table.page_content {
    background-color: #ffffff;
    color: #000000;
}
<!-- old 
td.portlet_header {
    background-color: #9bc4e2;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 120%;
    color: #264571;
}
-->
td.portlet_header {
    background-color: #9bc4e2;
    font-family: arial;
    font-weight: bold;
    font-size: 12;
    color: #264571;
}
<!--was 90% -->
td.portlet_content {
    background-color: #f9f2e8;
    font-size: 10;
}
td.portlet_pop {
    background-color: #ffc469;
    font-size: 10;
}
<!-- old green color was #99cc33 -->
td.section_header {
    background-color: #9bc4e2;
    color: #264571;
    font-family: arial;
    font-weight: bold;
    font-size: 12;
}
td.section_content {
    color: #000000;
}
.subheader {
    color: #264571;
    font-family: arial;
    font-weight: bold;
    font-size: 11;
}
.subheader2 {
    color: #264571;
    font-family: arial;
    font-weight: bold;
    font-size: 18;
}

caption {
     font-family:arial,helvetica; 
     font-size:11px; 
     color: black;
     font-weight: bold;
}
#wrap {padding:0px 10px; width:690px;}
#wrapIn {padding:0px 10px; width:760px;}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#nav a {
	display: block;
	
}

#nav li {
	float: left;
      
}

#nav li ul { /*second level lists*/
	position: absolute;
	width: 15em;
	left: -999em;
	background: #99CC00;
      border: solid #008000;	
	border-width: 0.18em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

