body {
	background-image: url(images/background.jpg);
	background-color: #8daa43;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}
#page {
	margin: auto;
	width: 813px;
}
#content {
	background-image: url(images/content_background.png);
	padding-left: 7px;
	padding-right: 7px;
}
div.page_content {
	margin-left: 2px;
	margin-right: 2px;
	padding: 8px;
	background-color: #fff;
}
div.heading {
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	border-top: 1px solid #fff;
	margin: 0px 1px;
	overflow: hidden;
	background-image: url(images/heading_bg.png);
}
.menu {
	border: 1px solid #333;
	background-color: #fff;
	font-size: 12px;
	position: absolute;
	padding: 5px 10px;
	line-height: 20px;
	width: 150px;
	display: none;
}
.menu a {
	display: block;
	text-decoration: none;
	color: black;
}
.menu a:hover {
	text-decoration: underline;
}
#noFlashMessage {
	text-align: center;
	background-color: #fff;
}
#footer {
	text-align: center;
	font-size: 90%;
}
#footer a {
	color: black;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
hr {
	border: none;
	background: black;
	height: 1px;
	color: black;
}

.imgpadding {
	margin-bottom: 10px;
}

.linkslower {
	margin-top: 10px;
        margin-left: 0px;
}

div.page_content_main {
	margin-left: 2px;
	margin-right: 2px;
	padding: 5px;
	background-color: #fff;
}