<style>
<!--
.spacer          {font-family: Arial, Helvetica, sans-serif; font-size: 2px; color:#000066}
.footnote         {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color:#000066;}
.text-sm-navy      {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#000066;}
.text-sm-white      {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color:#FFFFFF;}
.text            {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#000066;}
.text-serif           {font-family: Courier, Times Roman, serif; font-size: 14px; color:#000066;}
.text-mid     {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color:#000066;}
.text-big        {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color:#000066;}
.text-big-white        {font-family: Arial, Helvetica, sans-serif; font-size: 15px; color:#FFFFFF;}
.text-large        {font-family: Arial, Helvetica, sans-serif; font-size: 17px; color:#000066;}
.text-large-white        {font-family: Arial, Helvetica, sans-serif; font-size: 17px; color:#FFFFFF;}
.page-title      	{font-family: Arial, Helvetica, sans-serif; font-size: 18px; color:#000066;}
.page-title-white      {font-family: Arial, Helvetica, sans-serif; font-size: 18px; color:#000066;}

body  {
	background: #000066;
	margin-bottom: auto;
	margin-left: 0;
	margin-right: auto;
	margin-top: 0;
	text-align: center;
	width: 100%;	
}

ol {padding; 0px; margin: 0px;}
ul {padding; 0px; margin: 0px;}

li                     {margin-left: -1em;}
li.num            {margin-left: 2em;}
li.indent            {margin-left: 3em;}
li.square        {list-style-type: square}
li.square-in    {list-style-type: square; margin-left: 1em;}
li.small             {list-style-image: url(images/sm-square.gif)}
li.small-in     {list-style-image: url(images/sm-square.gif); margin-left: 2em;}
li.circle       {list-style-image: url(images/sm-circle.gif); margin-left: 2em;}




/** for navy text on white bkgrnd **/
a.navy       {text-decoration: none; color: #000066;} 
a:link.navy  {text-decoration: none; color: #000066;} 
a:hover.navy {text-decoration: none; color: #F32621;} 

a.navy-under       {text-decoration: underline; color: #000066;} 
a:link.navy-under  {text-decoration: underline; color: #000066;} 
a:hover.navy-under {text-decoration: underline; color: #F32621;} 

a.navy-big       {text-decoration: none; font-size: 15px; color: #000066;} 
a:link.navy-big  {text-decoration: none; color: #000066;} 
a:hover.navy-big {text-decoration: none; color: #F32621;} 

/** for white text on navy bkgrnd **/
a.white       {text-decoration: none; color: #FFFFFF;} 
a:link.white  {text-decoration: none; color: #FFFFFF;} 
a:hover.white {text-decoration: none; color: #F32621;} 

a.white-big       {text-decoration: none; font-size: 15px; color: #FFFFFF;} 
a:link.white-big  {text-decoration: none; color: #FFFFFF;} 
a:hover.white-big {text-decoration: none; color: #F32621;} 

/** styles for top-nav **/
.sublink {
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
color: #FFFFFF;
line-height: 15px;
z-index: 100;
background-color: #000066;
}

.sublink a{
width: 100%;
display: block;
text-indent: 7px;
color: #FFFFFF;
border-bottom: 1px solid #333399;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.sublink a:hover{ /*hover background color*/
background-color: #000066;
text-decoration: none;
font-weight: bold;
color: #F32621;
}

.sublink2 {
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
color: #FFFFFF;
line-height: 15px;
z-index: 200;
background-color: #000066;
}

.sublink2 a{
width: 100%;
display: block;
text-indent: 7px;
color: #FFFFFF;
border-bottom: 1px solid #333399;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.sublink2 a:hover{ /*hover background color*/
background-color: #000066;
text-decoration: none;
font-weight: bold;
color: #F32621;
}
//-->
</style>