body {
	background-color: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1 {	
	color: #000000;
	font-size: 80%;
	font-family: helvetica, geneva, sans serif;
}


p {	
	color: #ffffff;
	font-size: 80%;
	font-family: helvetica, geneva, sans serif;
}


a:link {text-decoration: none }
a:active {text-decoration: none }
a:visited {text-decoration: none }
a:hover {text-decoration: underline }


#column1 {
	float:left;
	position: absolute;
	left:15px;
	top:125px;
	width: 150px;

}


#column3 {
	float: left;
	position: absolute;
	left:140px;
	top: 125px;
	padding: 10px 10px 10px 10px;
	width: 700px;
	height: 550px;
	border: 5px solid #69762A; 
	background-color: #5E5F50;
	

}

#column2 {
	float: left;
	position: absolute;
	left:140px;
	top: 710px;
	width: 800px;	

}

.boldtable, .boldtable TD, .boldtable TH
{
font-family:tahoma;
font-size:85%;
color:white;
background-color: #000000;
}







	

