
html {
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #000080;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #8080ff;
	scrollbar-lightshadow-color: #80ffff;
	scrollbar-darkshadow-color: #000080;
	scrollbar-highlight-color: #8080ff;
	scrollbar-3dlight-color: #8080ff;
}


body {
	font-size: 62.5%; 
	margin: 0em auto; 
	padding: 0em; 
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	background-color: #191970; 
	
} 


.menu {
	clear: both; 
	float: left; 
	width: 800px; 
	margin: 0px; 
	padding: 0px; 
	
	background-color: White;
	border-top: thin solid #8080ff;
	border-bottom: thin solid #8080ff;
}

.menu ul {	
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	font-weight: bold;
}	

.menu li {
	float: left; 
	display: block; 
	white-space: nowrap; 
	background-color: inherit;
}

.menu li a {
	color: #80ffff; 
	margin: 0px; 
	padding: 0px 10px 0px 10px; 
	border-right: solid 1px rgb(255,255,255); 
	text-decoration: none; font-size: 130%;		
}

.menu a:hover, .menu a.selected {
	background-color: inherit; 
	color: #8080ff; 
	text-decoration: none;
}

div.body	{
	
	background-color: #ffffff;
	background-repeat: repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 130px;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.5em;
}

h1 {
	text-align: center;
	color: #8080ff;
	font-family: "Garamond", Arial, sans-serif;
	background-color: transparent;
	font-size: 36px;
	}
	
	
	
h2, h3 {
		margin-left: 25px;
		font-family: "Garamond", Arial, sans-serif;
		color: #8080ff;
		background-color: transparent;
	}

	
	h4, h5 {
		margin-left: -25px;
		font-family: "Garamond", Arial, sans-serif;
		color: #8080ff;
		background-color: transparent;
		font-size: medium;
	}
	
	
#container {
width: 800px;
margin: 0 auto;
background: center;
 border-bottom: 1px solid #8080ff;
 border-bottom-width: thin;
 border-top: 1px solid #8080ff;
 border-top-width: thin;
  border-right: 1px solid #8080ff;
 border-right-width: thin;
  border-left: 1px solid #8080ff;
 border-left-width: thin;
  background-color: White;
}



#content {
background: #ffffff;
float: left;
width: 295px;
text-align: right;
 margin-left: 40px;

}

.containera {
background: #fff;
float: left;
width: 340px;
font: medium;
margin: 0px 15px 0px; 
padding: 0px;  
 
}

.containerb {
background: #ffffff;
position: absolute;
top: 1em;
left: 26.5%;
overflow: auto;
height: 54.5em;
margin: 0px 15px 0px 0px; 
padding: 0px;
float: center;
width: 635px;
font: medium;
}

#leftbar {
background: #ffffff;
background-image: url(../img/side.jpg);
float: left;
width: 160px;
height: 550px;

}


#rightbar {
background: #ffffff;
float: right;
width: 160px;
}

li {
	list-style-type: none;
}


a:link {
	color: #8080ff;
}
a:visited {
	color: #8080ff;
}
a:active {
	color: #8080ff;
}
a:hover {
	color: #80ffff;
} 


footer {
font-size: 2px;
	text-align: center;
	font-family: "Garamond", Arial, sans-serif;
	color: #8080ff;
	background-color: #191970;
}
