#nav_box{
	height: 330px;
	width: 205px;
	position:  relative;
	top:  -5px;
}
#topbar{

}
.mainbody{
	position: absolute;
	left: 200px;
	top: 5px;

	height: 400px;
	width: 550px;
}
.header{
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.maintext{
	margin: 5px;
	padding: 5px;
	position:  relative;
	left:  10px;
	top: -20px;
	width:  500px;
}
.button{
	position: relative;
	top: -10px;
	
}
.button2{
	position: relative;
	top: -15px;
	
}
.button3{
	position: relative;
	top: -20px;
	
}
.button4{
	position: relative;
	top: -25px;
	
}
.button5{
	position: relative;
	top: -30px;
	
}
.button6{
	position: relative;
	top: -35px;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000066;
	background-color: #FFFFFF;
}
a {
	color: #006600;
	text-decoration: underline; 
		font-weight: bold;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
}