a.Information:link
{
  color: #000;
}
a.Information:visited
{ 
  color: #000;
  font-style: italic;
}
a.copyright:link
{
  color: #669;
}
a.copyright:visited
{ 
  color: #669;
  font-style: italic;
}

em
{
 font-style: italic;
}

#Body
{
 background: #fff;
 margin: 25px;
}

#Logo
{
 margin:0px;
 padding: 0px;
}

#Information
{
  width: 715px;
  background: #eef;
  padding-top: 15px;
  padding-bottom: 25px;
  min-height:400px;
}


p.InformationText:first-letter
{
  font:  normal 14pt "Verdana", serif;
}

p.InformationTextNoFirst
{
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 15px;
  width:380px;
  color: #000;
  font: normal 12pt "Verdana", serif; 
}

p.InformationText
{
  margin-top: 30px;
  margin-left: 40px;
  margin-bottom: 15px;
  width:380px;
  color: #000;
  font: normal 12pt "Verdana", serif; 
}

.InformationHeader
{
  margin-top: 40px;
  padding-left: 20px;
  display:block;
  width: 394px;
  height: 26px;
  color: #000;  
  background-image: url("images/heading.jpg");
  font: normal 14pt Verdana, sans-serif;
}

#ringNav
{
   border: none;
   margin-top: 10px;
}

#InformationImage
{
  float:right;
  margin-top: 30px;
  margin-right: 15px;
}

.InformationImage
{
  float:right;
   margin-top: 30px;
  margin-right: 15px;
}

#Footer
{ 
    text-align: right;
    padding:5px;
    padding-right: 25px;
    background-color: #fff;
    width: 690px;
    color: #669;
    font: normal 10pt "Times New Roman", serif;    
    border-bottom: solid 5px #bbf;
}

#FooterImage
{
   text-align: center;
   padding-top:55px;
   display: block;
   float:left;
   color: #226;
   width:200px;
   font: bold 16px sans-serif;
}

#Contact
{
   width: 175px;
   padding:10px;
  display:block;
  float:right;
   color: #003;
   font: normal 12px Arial;
}

#navDiv
{
   padding: 0px;
   margin: 0px;
   border-top:solid 2px black;  
   border-bottom:solid 2px black;
   height:30px;
   width: 715px;
}

ul 
{
  display:block;
  padding: 0;
  margin: 0;
  list-style: none;
  height: 25px;
}

ul.bullets
{
   
   display: inline;
   list-style: disc;
    list-style-position: outside;
}
  
ul.bullets li
{
  padding-top: 0px;
  width: 340px;
  font: normal 12pt "Verdana", serif; 
  margin-left: 40px;
  margin-bottom: 15px;
  padding-left: 25px;
  float: none;
  position: static;
}
  
li 
{
  float: left;
  position: relative;
  width: 166px;
}

li ul 
{
  display: none;
  position: absolute; 
  top: 30px;
  left: 0;
}

li > ul 
{
  top: auto;
  left: auto;
}


li:hover ul, li.over ul
{ 
	display: block;	
}

ul li a:hover
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;

	display: block;
	height:20px;
	text-decoration: none;
	color: #000;
	font: bold 16px sans-serif;
	background: #fff;
	border-left: dashed 1px black;
	border-right: dashed 1px black;
	
}

ul li ul li a:hover
{
	text-align: center;
	height:20px;
	font: normal 16px sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background: #eee;	
}

ul li a 
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;	
	text-align: center;
	display: block;	
	height:20px;
	background: #fff;
	text-decoration: none;
	color: #000;
	font: bold 16px sans-serif;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

ul li ul li a
{
	text-align: center;
	font: normal 16px sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	background: #fff;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}
