body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, serif;
  background-color: #ADD8E6;
}
div#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height:85px;
  background-color: #E6D7AE;
  z-index: 1
  }
  
div#topmenu {
position: absolute; 
left: 0px; 
top: 85px; 
width:100%; 
height:20px; 
background:#57AAC3; 
border:solid 1px #215667;
}


div#left {
position: absolute;
left: -1px; 
top: 105px; 
width:110px; 
height:1000px; 
background-color: #E6D7AE; 
padding:5px; float-left;
  border-bottom-color: #6AB6CE;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #6AB6CE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #6AB6CE;
  border-right-style: solid;
  border-right-width: 1px;
}

div#right {
  position: absolute;
  right: 10px;
  top: 105px;
  width: 110px;
  background: #E6D7AE;
  height: 1000;
  padding:5px;
  border-bottom-color: #6AB6CE;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #6AB6CE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #6AB6CE;
  border-right-style: solid;
  border-right-width: 1px;
}

div#main {
  margin-top: 105px;
  margin-left: 120px;
  margin-right: 120px;
  padding:15px;

}

a:Link {
 color: Black; 
 text-decoration: underline;
  }
 
 
A:Visited {
color: #000084; 
text-decoration: underline;
}

A:Hover {
 border-top-color: #33788E;
 background-color: #C3E2EA;
 border-top-style: solid;
 border-top-width: 1px;
}



body {
background-color:White; 
margin-top:0px; 
margin-right:0px; 
margin-bottom:20px; 
margin-left:0px; 
scrollbar-arrow-color:White; 
scrollbar-face-color:#57AAC3; 
scrollbar-shadow-color:#286679; 
scrollbar-highlight-color:#B4D9E6; 
scrollbar-track-color:White;
}


P,UL,OL {
color:#000000; 
font-family: Arial, Verdana, serif;
font-size:13px;
}


H1 {
color:#000000; 
font-family: Arial, Verdana, serif;
font-size:22px; 
font-weight:700;
}

H3 {
color:#000000; 
font-family: Arial, Verdana, serif;
font-size:18px; 
font-weight:700;
}
