
li a:hover {
background-color: #D0D0D0;
color: white;
text-decoration: none;
}

li a:visited { 
color: black;
text-decoration: none;

 }
li a:link { 
color: black;
text-decoration: none;
 }
li a:active { 
color: black;
text-decoration: none;
 }


ul.submenu { 
background-color: white; 
border-color: black; 
border-style: solid; 
border-width: 1px;
 }
li.current { 
color: white;
background-color: #000080;
 }

td.at { 
text-align: left; 
padding-left: 1em; 
color:#000080; 
font-size:150%;
}



h2 {
font-size:136%;
font-weight: bold;
}


h1 {
font-size:150%;
font-weight: bold;
}

td { 
text-align: left; }

img { behavior: url("css/pngbehavior.htc"); }


div.headerbar { 
  background-color: #000080;
 color: white;
text-align: right;

 }
div.nav { 
  text-align: center;
  font-size: 129%;
  width: 18%;
 padding-left: 2%;
  float: left;
 }

div.nav ul li { 
margin-top: 1em;
 }

div.content {
padding-left: 2%; 
font-size: 129%;
  float: left;
width: 75%;

 }

div.content p { 
text-align: left;
margin-top: 2em;

 }
