body { 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: black; 
	font-size:8pt;
	background-color: #ffffff;
}

body h1 {font-size: 14pt }
body h2 {font-size: 13pt }
body h3 {font-size: 12pt }
body h4 {font-size: 11pt }
body h5 {font-size: 6pt }
body h6 {font-size:  5pt }

body a:visited {
 color: #444444;
 text-decoration: none;
}
#nav {
 position: absolute;
 left:8px; 
 background-color: #000000;
 color: white;
 width: 200px;
 padding:2px;
}
#nav ul {
 list-style: none;
}
#nav a {
 display: block;
 background: #CCCCCC;
 border: 1px solid #000000;
 text-decoration: none;
 text-align: right;
 color: #000000;
 padding: 2px;
}

#nav a:hover {
 background: #A48A4A;
 color: #FFF;
}

.menu {
  top:200px;
	left:8px;
  position: absolute;
  color: white;
	text-align: right;
	width: 200px;
	background-color: #000000;
/*	margin:10px 10px 10px 10px; */
	padding: 2px;  
}
.mainbody {
  position:absolute;
	left: 238px;
	width:555px;
 /*padding:10px 10px 10px 10px;*/
	height: 100%;

}

.mainbody h2, h3, h5, h6 {
	text-align: center;
}



.menu a:link {
color: #ffffff;
text-decoration: none;
}

.menu a:visited {
color: #ffffff;
text-decoration: none;
}

.menu a:hover {
color: #ffffff;
text-decoration: none;
	}

.menu a:active {
color: #ffffff;
text-decoration: none;
}

.ads {
	text-align: right;
	float: right;
	width: 160px;
	position: absolute;
	left: 800px;
}



.links img {
	border-style:solid;
	border-color:#000044;
}
.mainbody img {
	border-style:solid;
	border-color:#000000;
	border-width: 1px 1px 1px 1px;
}

