body {
	background-color: #195C11;
	margin: 0px;
}
#container_table {
	background-attachment: scroll;
	background-image: url(../images/container_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #195C11;
}
#splash_cell {
	background-attachment: scroll;
	background-image: url(../images/splash_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_cell {
	background-attachment: scroll;
	background-image: url(../images/menu_background_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#content_cell {
	background-attachment: scroll;
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#content_table {
	border: 5px solid #7dc474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #307a28;
}
#footer_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.menubullet {
	list-style: disc;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	line-height: 24px;
	padding: 4px;
}
.menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #82ce74;
	padding: 4px;
}
.menulink_active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	line-height: 24px;
}
.menulink_active:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #82ce74;
}
.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9C9C9;
}
.left_repeat {
	background-attachment: scroll;
	background-color: #195C11;
	background-image: url(../images/left_repeat_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.right_repeat {
	background-attachment: scroll;
	background-color: #60b755;
	background-image: url(../images/right_repeat_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}