* {
	margin: 0;
	padding: 0;}
html, body {
	background: #FFFFCC;
    	height: 100%;
	width: 100%;
	overflow: auto;
	overflow-x: hidden;
	}
div.header {
	color: #877F00;
	font-family: Arial;
	font-size: 14px;
	padding-top: 130px;
	text-align: center;
	position: absolute;
	left:50%;
	top: 0px;
	margin-left: -475px;
	width: 950px;
	height: 155px;
	background: #FFFFCC url(../data/images/header.png) no-repeat;
	}
div.footerbar{
	position: absolute;
	left:50%;
	top: 620px;
	margin-left: -475px;
	width: 950px;
	height: 21px;
	background: #FFFFCC url(../data/images/footer.png) no-repeat;
	}
div.back_left{
	position: absolute;
	left:50%;
	top: 0px;
	margin-left: -840px;
	width: 365px;
	height: 750px;
	background: #FFFFCC url(../data/images/left.png) no-repeat;
	}
div.back_right{
	position: absolute;
	left:50%;
	top: 0px;
	margin-left: 475px;
	width: 365px;
	height: 750px;
	background: #FFFFCC url(../data/images/right.png) no-repeat;
	}
div.footermenu{
	font-family: Arial;
	font-size: 12px;
	color: #3E7C4B;
	text-decoration: none;
	position: absolute;
	left:50%;
	top: 645px;
	margin-left: -475px;
	width: 950px;
	height: 22px;
	text-align: right;
	}
div.copyright{
	font-family: Arial;
	font-size: 12px;
	color: #3E7C4B;
	text-decoration: none;
	position: absolute;
	left:50%;
	top: 645px;
	margin-left: -475px;
	width: 950px;
	height: 22px;
	}
div.content{
	padding-top: 20px;
	position: absolute;
	font-family: Arial;
	font-size: 12px;
	left:50%;
	top: 155px;
	margin-left: -475px;
	width: 950px;
	height: 465px;
	overflow: auto;
	}
a {
	color: #3e7c4b;
	text-decoration: none;
	}
h2 {
	color: #3e7c4b;
	font-family: Arial;
	font-size: 18px;
	}
td.content_logo {
	padding-top: 10px;
	}
td.content_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	vertical-align:text-top;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	}
img {
	border: 0px;
	}
p {
	padding-top: 6px;
	}
td.content_button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	}
td.content_vert_space {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	width: 10px;
	text-align: center;
	}
div.debugbutton{
	padding: 2px;
	text-align: right;
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	width: 12px;
	height: 12px;
	top: 0px;
	right: 0px;
	position: absolute;
	background-color: #FFFFFF;
	visibility: hidden }
div.adminblocks{
   	border: 1px solid black;
	width: 500 px;
	background-color: #f1f1d9
	}
td.border {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 1px;
	margin: 0px }
table.border {
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px }

