BODY, TD, P, LI, BLOCKQUOTE { 
   
	font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   color: #000000;
	margin: 0;
   }

H1 {
   font-family: arial,helvetica,sans-serif;
   font-size: 24px;
   font-weight: bold;
   text-align: center;
   color: #000080;
   background: White;
   border-top: solid Red 2px;
   border-bottom: solid Red 2px;
   padding-top: 3px;
   padding-bottom: 3px;
   }

H2 {
   font-family: arial,helvetica,sans-serif;
   font-size: 17px;
   font-weight: bold;
   text-align: center;
   color: #000080;
   background: White;
   border-top: solid Red 2px;
   border-bottom: solid Red 2px;
   padding-top: 3px;
   padding-bottom: 3px;
   }

H3 {
   font-family: arial,helvetica,sans-serif;
   font-size: 15px;
   font-weight: bold;
   text-align: center;
   color: #000080;
   border: solid Red 2px;
   background-color: #e0f0ff;
   }

H4 {
   font-family: arial,helvetica,sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   color: White;
   background: #000080;
   border: solid Red 2px;
   }

H5 {
   font-family: arial,helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   color: #000080;
   background: White;
   }

A:link {
   color: #000099;
   text-decoration: underline;
   font-weight: bold;
   }

A:active {
   text-decoration: underline;
   }

A:visited {
   color: Purple;
   background: White;
   text-decoration: none;
   font-weight: bold;
   } 

A:hover {
   text-decoration: underline;
   color: Red;
   font-weight: bold;
   }

#nav {
   font-family: arial,helvetica,sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   color: #000080;
   background: White;
   border-top: solid Red 2px;
   padding-top: 3px;
	margin-top: 40px;
   }

#mainnav {
	height: auto;
	width: 100%;
	margin-left: 0%;
}

#mainnav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   }

#mainnav a {
   display: block;
   color: White;
   background-color: #000080;
   width: 80%;
   padding: 3px 12px 3px 8px;
   text-decoration: none;
   border: 4px outset White;
   font-weight: bold;
   }

#mainnav a:hover {
   background-color: #000099;
   color: Red;
   text-decoration: underline;
   }
	
.table {
   border: medium double #000080;
   background: #e0f0ff;
   font: 14px arial,helvetica,sans-serif;
	color:  #000080;
	padding: 10px;
   }
	
.tablemain {
   border: 1px solid #000080;
   background: White;
   }
	
.titlebar {
   border: 2px solid Red;
	background-color: #000080;
	font: 16px arial,helvetica,sans-serif;
	font-weight: bold;
	color: White;
   }
	
.bottombar {
   border: 2px solid Red;
	background-color: #000080;
   }
	
.divider {
   border-right: 2px solid #000080;
}
