body {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, serif;
  color: Black;
}
div#header {
  position: absolute;
  background-image: url(blanklogo.gif);
  left: 0px;
  top: 5px;
  width:100%;
  height:90px;
  background-color: #BACADE;
  z-index: 1
  }
  
div#topmenu {
position: absolute; 
left: 0px; 
top: 95px; 
width:100%; 
height:20px; 
background:#B0C0D5; 
border:solid 1px #364E74;
}


div#left {
position: absolute;
left: -1px; 
top: 115px; 
width:190px; 
height:1000px; 
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: 10px;
  top: 115px;
  width: 190px;
  background: #D9E1EF;
  height: 1000;
  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: 200px;
  padding:15px;
}

.imagewrap{
	float: left;
}

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;
}



body {
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;
}


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

UL,OL{
	list-style-image: url(bullet1.gif);
}



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

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

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

.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;
	list-style-image: none;
}

.menu li{

    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;
	list-style-image: none;
}


.menu a:Link {
	 text-decoration: none; 	
    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;
}


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

.recommended li{
	 text-decoration: none; 	
    border: 0;
    background: #DCDEBA;
	 margin: 0px;
	 padding: 2px 10px;
	 border-left: 1px solid #fff;
	 border-top: 1px solid #fff;
	 border-right: 1px solid #6C6F34;
	 border-bottom: 1px solid #6C6F34;
	 
}


.recommended a:Link {
	 text-decoration: none; 	
    border: 0;
	 margin: 0;
  }

 
.recommended A:Visited {
	 text-decoration: none; 	
    border: 0;
	 background: #DCDEBA;
	 margin: 0;
}

.recommended A:Hover {
    text-decoration: none; 
	 display: block;
	 background: #DCDEBA;
	 color: White;
}


