html { height: 100%; margin-bottom: 1px; }

body {
margin-left: auto;
margin-right: auto;
width: 792px;
}

p.banner {

   background-color: #FFD480;
   margin-top:0px;
   margin-bottom:0px; 
   margin-left:0px;
   color: black; 
   text-align: center;
   font-weight: bold;
   font-family: "Verdana", serif;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-bottom-style: solid;
   border-top-style: solid;
   border-left-style: solid;
   border-right-style: solid;
   padding:15px;}
   
a.nav {
  color:black;
  text-decoration: none;}

a.nav:visited {

  color:black; 
  text-decoration: none;}

a.nav:hover {
  color:red; 
  text-decoration: none;}
  
ul.navcontainer
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

li.navcontainer
{
	display: block;
	float: left;
	text-align: center;
	width: 130px;
	background-color:#FFD480;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
}
  
div.main {
  
   /*
border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-style: solid;
*/
   padding:15px;}

p.copyright {

   background-color: #FFD480;
   margin-top:0px;
   margin-right:0px;
   margin-bottom:0px; 
   margin-left:0px;
   color: black; 
   text-align: center;
   font-family: "Verdana", serif;
   font-size:12px;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-top-style:solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-right-style: solid;
  }
