body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #00407D;
}
div#header {
  position: absolute;
  left: 1px;
  top: 5px;
  width:100%;
  height:90px;
  background-color: #A6A6FF;
  z-index: 1
  }
  
div#topmenu {
position: absolute; 
left: 0px; 
top: 95px; 
width:100%; 
height:20px; 
background:#7B7CFF; 
border:solid 1px #000180;
}


div#left {
position: absolute;
left: -1px; 
top: 115px; 
width:190px; 
height:4000px; 
background-color: #CCCCFF; 
padding:5px; float-left;
  border-bottom-color: #0002FD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0002FD;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0002FD;
  border-right-style: solid;
  border-right-width: 1px;
}

div#right {
  position: absolute;
  right: 0px;
  top: 115px;
  width: 190px;
  background: #CCCCFF;
  height: 4000;
  padding:5px;
  border-bottom-color: #0002FD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0002FD;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0002FD;
  border-right-style: solid;
  border-right-width: 1px;
}

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

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

A:Hover {
 border-top-color: #B6B700;
 background-color: #FEFF6E;
 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:#D4D6FF; 
scrollbar-face-color:#7B7CFF; 
scrollbar-shadow-color:#00014A; 
scrollbar-highlight-color:White; 
scrollbar-track-color:White;
}


P, UL,OL{
color:Black; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}



H1 {
color:Black; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:22px; 
font-weight:700;
}

H2 {
color:Black; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:18px; 
font-weight:700;
}

H3 {
color:Black; 
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:16px; 
font-weight:700;
}

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

.inverselightblue {
background-color: #0079EE;
font: bold;
color: White;
}

.inversered {
background-color: Red;
font: bold;
color: White;
}

.inverseyellow {
background-color: Yellow;
font: bold;
color: Black;
}

.inversedarkblue {
background-color: Navy;
font: bold;
color: White;
}
.inversegreen {
background-color: #228B22;
font: bold;
color: White;
}
