body {
	background:#365f02;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
}
.main_table {
	background:#8fac47;
	width:980px;
}
.leaf_bottom {
	position:absolute;
	width:190px;
	height:111px;
	margin:0;
	z-index:20;
}

.menu_box {
	width:151px;
	background-color:#d1e472;
	color:#7a4e16;
	height:459px;
	padding-top:111px;
}
.menu_p {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:7px;
	margin-top:0px;
	width:100%;
}
.menu_p:hover {
	background-color:#FFFF00;
	cursor:pointer;
}
.menu_p a:hover {
	text-decoration:none;
}

.date {
	position:absolute;
	width:250px;
	height:30px;
	margin-left:210px;
	margin-top:75px;
	z-index:10;
	color:#FFFFFF;
	font-size:11px;
}

.page_header {
	position:absolute;
	width:350px;
	height:35px;
	margin-left:210px;
	margin-top:110px;
	z-index:11;
	color:#FFFFFF;
	font-size:22px;
}

.main_content_box {
	background-color:#FFFFFF;
	overflow:auto;
	padding-left:22px;
	padding-top:20px;
	height:500px;
	width:628px;
	z-index:15;
}

.footer_box {
	width:640px;
	background-color:#d1e472;
	color:#7a4e16;
	height:30px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:11px;
	margin-top:10px;
	text-align:center;
}
.right_buttons_layer {
	position:absolute;
	width:142px;
	height:200px;
	margin-top:-188px;
	z-index:50;
	text-align:center;
}
.right_buttons {
	width:140px;
	border:#7a4e16 solid 1px;
	color:#7a4e16;
	padding:5px;
	background-color:#d1e472;
	margin-bottom:8px;
	margin-left:7px;
}
.right_buttons:hover {
	background-color:#FFFF00;
	cursor:pointer;
}
a {
	color:#7a4e16;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.p_highlight {
	background-color:#365f02;
	color:#FFFFFF;
}

.text_head_large {
	color:#336633;
	font-weight:bold;
	font-size:18px;
}
.text_head_med {
	color:#336633;
	font-weight:bold;
	font-size:14px;
}
.thumbnails {
	border:1px solid #000000;
	margin-left:3px;
	margin-right:3px;
}