body {
  font-family: Arial, Verdana, serif;
  font-size:0.8em;
  color: Black;

background-color:#ffffff; 
margin-top:0px; 
margin-right:0px; 
margin-bottom:20px; 
margin-left:0px; 
scrollbar-arrow-color:White; 
scrollbar-face-color:#7497B8; 
scrollbar-shadow-color:#283B55; 
scrollbar-highlight-color:White; 
scrollbar-track-color:#BACADE;
}


div#header {
  position: absolute;
  left: 0px;
  top: 5px;
  width:100%;
  height:90px;
  background-color: #BACADE;
  z-index: 1
  }
  
div#topmenu {
	position: absolute;
	left: 1px;
	top: 96px;
	width:100%;
	height:20px;
	background:#B0C0D5;
	border:solid 1px #364E74;
}


div#left {
position: absolute;
left: -1px; 
top: 115px; 
width:190px; 
height:2000px; 
background-color: #D9E1EF; 
padding:5px; float-left;
  border-bottom-color: #42658F;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #42658F;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #42658F;
  border-right-style: solid;
  border-right-width: 1px;
}

div#right {
  position: absolute;
  right: 1px;
  top: 115px;
  width: 190px;
  background: #D9E1EF;
  height: 2000px;
  padding:5px;
  border-bottom-color: #42658F;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #42658F;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #42658F;
  border-right-style: solid;
  border-right-width: 1px;
}

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

a:Link {
 color: #182436; 
 text-decoration: underline;
  }
 
 
A:Visited {
color: #31486C; 
text-decoration: underline;
}

A:Hover {
 border-top-color: #1C2B3D;
 background-color: #DCDEBA;
 border-top-style: solid;
 border-top-width: 1px;
}




P, UL,OL{
	color:Black;
	font-family: Arial, Verdana, serif;
	font-size:1.2em;
	line-height: 1.5em;
	text-align: left;
}



H1 {
color:Black; 
font-family: Arial, Verdana, serif;
font-size:2em; 
font-weight:700;
}

H2 {
color:Black; 
font-family: Arial, Verdana, serif;
font-size:1.8em; 
font-weight:700;
}

H3 {
color:Black; 
font-family: Arial, Verdana, serif;
font-size:1.6em; 
font-weight:700;
}

.wrapleft {
	float : left;
	margin: 10px;
}

.wrapright {
	float : right;
	margin: 10px;
}


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

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

.menu ul{ font-size: 10pt; 
    list-style-type:none;
	 margin: 5px;
	 padding: 2px;
	 border: 1px solid #B7B9FF;
}

.menu li{
	 text-decoration: none; 	
    border: 0;
    background: #CACAFF;
	 margin: 0px;
	 padding: 2px 10px;
	 border-left: 1px solid #fff;
	 border-top: 1px solid #fff;
	 border-right: 1px solid #8286FF;
	 border-bottom: 1px solid #8286FF;
	 
}

.menu a:Link {
	 text-decoration: none; 	
	 background: #CACAFF;
    border: 0;
	 margin: 0;
  }
 
 
.menu A:Visited {
	 text-decoration: none; 	
    border: 0;
	 background: #CACAFF;
	 margin: 0;
}

.menu A:Hover {
    text-decoration: none; 
	 display: block;
	 background: #A5B3CB;
	 color: White;

}
