body	{
	margin-left: auto;
	margin-right: auto;
	padding:	0;
	font-family: verdana, arial, helvetica, sans-serif;
	color:	#fff;
	background-color : #002468;  
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  verdana, arial, helvetica, sans-serif;
    }
	
.nav {
text-align: center;
padding: 0 0 5px 10px;
border-bottom: 1px solid #369
}

.nav li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
	
li { color: #ccc;
	}	
	
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#ccc;
	background-color: transparent;
	}
a:visited	{
	color:	#666;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#699;
	background-color: transparent;
	text-decoration:	underline overline;
	}
.centered {
	text-align: center;
	}
.centered-table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
dt 	{
	font-weight: bold;
	}
.bld 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
.content     {
	  
     border: 1px solid #039;
	margin-left: auto;
	margin-right: auto;
     margin-top: 5%;
	 margin-bottom: 5%;
	 padding: 5px;
	 width: 700px; 
	 }
.middle     {
	position: relative;
	top: 0%;
	bottom: 15%;
	left: 15%;
	right: 15%;
	width: 70%;
	height: auto;
	margin-left: 50px;
	margin-right: auto;
	 }

p {
	margin-top: 0;
	padding-top: 0;
	line-height: 1.5em;
	color: #ccc;
	}	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	padding-top: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin:	10px 0 0 10px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}
hr	{
	color: #039;
	height: 3px;
	}		
.first 	{
	margin-top: 0; 
	padding-top: 0;
	}	
h1, h3, h4, h5, h6	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin:	10px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
.ahem	{
	display:	none;
	}
.small {
	font-size: 9px;
	}
.emph {
	font-size: 11px;
	color: #FF0000;
	font-weight: bold;
	}
.med {
	font-size: 11px;
	}
.white {
	color: #fff;
	background-color: #699;
	}	
.choicesbox {/* primary navigation bar  */
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	background-color: #ccc;
	border: 1px dotted #039;
	text-align: center;
	}
.choicesbox3 {/* sub navigation bar  */
	margin-top: 5px;
	margin-right: 5px;
	padding: 1px 1px 1px 1px;
	font: bold 10px/normal verdana, arial, helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	border: 1px dotted #039;
	width: 400px;
	}
.choicesbox a:link {color: #039}
.choicesbox a:visited {color: #666}
.choicesbox a:active, .choicesbox a:hover {color: #699}
.subnav {
	font: bold 12px/normal verdana, arial, helvetica, sans-serif;
	color: #999;
	text-align: center;
	}
.red {  color: #FF0000}
.blue { color: #039}
.block {margin-left: 2em;
		margin-right: 2em;
	text-align:left;
}
div.floatleft {
  float: left;
      }
  
div.floatleft p {
   font-size: 10px; color: #333333; text-align: center;
   }
   
div.floatright {
  float: right;
      }
div.spacer { clear: both;
}