a:link
{
	color: rgb(0,0,102); 
}
a:visited
{
	color: rgb(153,102,153); 
} 
a:active 
{
	color: rgb(153,0,255);
}
body
{
  font-family: Verdana, Arial, Times;
  background-color: rgb(255,255,255);
  color: rgb(0,0,0);
  font-size: 80%
}
table
{
  table-border-color-light: rgb(204,153,255);
  table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5, h6, title, box-list, box-title
{
  font-family: Verdana, Arial, Times;
}
h1
{
  color: rgb(65,83,93);
  font-weight: bold
}
h2
{
  color: rgb(51,102,51); 
  font-weight: bold
}
h3
{
  color: rgb(102,0,51); 
}
h4
{
  color: rgb(51,102,51);
}
h5
{
  color: rgb(102,0,51);
}
h6
{
  font-family: Times;
  font-size: larger
  color: rgb(80,80,80);
  font-weight: bold
}
title
{
  color: rgb(0,0,0);
}
ol 
{ 
  list-style-type: decimal; 
}
box-list 
{ 
  text-indent: 10%; 
}
box-title
{
  color: rgb(80,80,80);
  font-weight: bold
}

#logo
{
  padding-left: 0;
  margin-left:  auto;
  margin-right:  auto;
  background-color: #658393;
  float: left;
  width: 702;
  top: 100
  font-family: arial, helvetica, sans-serif;
}
#navcontainer 
{
  margin-left:  auto;
  margin-right:  auto;
  position: absolute;
  left: 200px; 
  top: 83px;
  float: right;
}
#navcontainer ul
{
  padding-left: 0;
  margin-left: 0;
  background-color: #658393;
  color: White;
  float: left;
  top: 0
  font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li 
{ 
  display: inline; 
}
#navcontainer ul li a
{
  padding: 0.2em 1em;
  background-color: #658393;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #fff;
}
#navcontainer ul li a:hover
{
  background-color: #369;
  color: #fff;
}