body {
	background: #78A478;
}

a {
	text-decoration: none;
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #000000;
}

a:link {
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	
}

a:hover {
	color: #ff3910;

}

a:visited {
	color:  #efefde;

}


#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

	height: 570px;

}

#topleft {
	width: 399px;
	height: 285px;
	float:left;
	
	
	background-image: url('../images/mainlogo.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;

}


#topright{
	width: 399px;
	height: 286px;
	float:left;
	border-left: 1px solid #adc6ad;
	background-image: url('../images/roundTopRight.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;


}


#botleft {
	width: 399px;
	height: 286px;
	float:left;
	border-top: 1px solid #adc6ad;
	background-image: url('../images/roundBotLeft.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
	
}


#botright {
	width: 399px;
	height: 286px;
	float:left;
	
	border-top: 1px solid #adc6ad;
	border-left: 1px solid #adc6ad;
	border-left: 1px solid #adc6ad;
	background-image: url('../images/tree_slide2.gif');
	background-position: top left;
	background-repeat: no-repeat;

}

ul {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;
	text-decoration: none;
	list-style: none;
	width: 4em;

}

ul li {
	display: block;
	width: 4em;
	height: 1em;

}

ul li a {
	
	display: block;
	text-decoration: none;
	color: #efefde;
	height: 1em;
	width:10em;
	
	
	}

ul li a:hover {
	 color: #ff3910;

}

#footer {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	text-align: center;
	border-top: 1px solid #efefde;
	border-bottom: 1px solid #efefde;
	font-family: Tahoma,Verdana,Arial;
	font-size: 12px;

}

#preload {
	visibility: hidden;

}