<!--
body {
	background-color:gray;
}

.main_table {
	background-color:white;
}

.center_td {
	width:835px;
}		
.header_left {
	background-image:url('../images/header.jpg');	
	width:442px;
	height:239px;
}

.header_right {
	background-image:url('../images/header_background.jpg');
	width:460px;
	height:239px;
}

.menu td {
	border:1px solid black;
	padding:5px;
	background-color:#95b878;
}

.menu td a {
	text-decoration:none;
	color:white;
	font-size:.9em;
	font-weight:bold;
}		

.menu td a:hover {
	color:black;
	font-size:.9em;
	font-weight:bold;
}	

.footer {
	width:100%;
	background-color:#95b878;
	border-top:1px solid black;
}


-->