body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, serif;
  color: #00407D;
  line-height: 120%;
  scrollbar-arrow-color:White; 
scrollbar-face-color:#0080FF; 
scrollbar-shadow-color:#004F9B; 
scrollbar-highlight-color:White; 
scrollbar-track-color:White;
}
div#header {
  position: absolute;
  left: 0px;
  top: 5px;
  width:100%;
  height:90px;
  background-color: #0080FF;
  z-index: 1
  }
  
div#topmenu {
position: absolute; 
left: 0px; 
top: 95px; 
width:100%; 
height:20px; 
background:#82C2FF; 
border:solid 1px #0080FF;
}


div#left {
position: absolute;
left: -1px; 
top: 115px; 
width:190px; 
height:1000px; 
background-color: #C1E1FF; 
padding:5px; float-left;
  border-bottom-color: #0080FF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0080FF;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0080FF;
  border-right-style: solid;
  border-right-width: 1px;
}

div#right {
  position: absolute;
  right: 10px;
  top: 115px;
  width: 190px;
  background: #C1E1FF;
  padding:5px;
  border-bottom-color: #0080FF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #0080FF;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #0080FF;
  border-right-style: solid;
  border-right-width: 1px;
}

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

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

A:Hover {
 border-top-color: #0080FF;
 background-color: #FFFEC1;
 border-top-style: solid;
 border-top-width: 1px;
}





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



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

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

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

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


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

.imagefloatleft{
	float: left;
	margin: 20px;
	padding: 10px;

}

li {
	list-style-image: url(blue.jpg);
}

