body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, serif;
  color: #003119;
}
div#header {
  position: absolute;
  left: 0px;
  top: 0px;
  width:100%;
  height:65px;
  background-color: #00FF80;
  z-index: 1
  }
  
div#topmenu {
position: absolute; 
left: 0px; 
top: 66px; 
width:100%; 
height:20px; 
background:#57FFAD; 
border:solid 1px #00AC58;
}


div#left {
position: absolute;
left: -1px; 
top: 86px; 
width:190px; 
height:1000px; 
background-color: #BFFFE0; 
padding:5px; float-left;
  border-bottom-color: #00AC58;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00AC58;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00AC58;
  border-right-style: solid;
  border-right-width: 1px;
}

div#right {
  position: absolute;
  right: 10px;
  top: 86px;
  width: 190px;
  background: #BFFFE0;
  height: 1000;
  padding:5px;
  border-bottom-color: #00AC58;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #00AC58;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #00AC58;
  border-right-style: solid;
  border-right-width: 1px;
}

div#main {
  margin-top: 86px;
  margin-left: 200px;
  margin-right: 200px;
  padding:15px;
}

a:Link {
 color: #00773D; 
 text-decoration: underline;
  }
 
 
A:Visited {
color: #00BD61; 
text-decoration: underline;
}

A:Hover {
 border-top-color: #00934B;
 background-color: #79FFBD;
 border-top-style: solid;
 border-top-width: 1px;
}



body {
background-color:#ffffff; 
margin-top:0px; 
margin-right:0px; 
margin-bottom:20px; 
margin-left:0px; 
scrollbar-arrow-color:White; 
scrollbar-face-color:#00E675; 
scrollbar-shadow-color:Black; 
scrollbar-highlight-color:White; 
scrollbar-track-color:#8CFFC7;
}


P, UL,OL{
color:#00391D; 
font-family: Arial, Verdana, serif;
}



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

H2 {
color:#00391D; 
font-family: Arial, Verdana, serif;
font-size:18px; 
font-weight:700;
}

H3 {
color:#00391D; 
font-family: Arial, Verdana, serif;
font-size:16px; 
font-weight:700;
}

.google {
	padding: 0px 20px 10px 0px;
	float: left;
	width: 300px;
	height: 250px;
	position: relative;
}