@charset "utf-8";
html {
	height: 100%;
}
body {
	background-color: #077a01;
	background-image: url(../gfx/bgr.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-position: center;
	height: 100%;
	margin-bottom: 20px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #077a01;
}
a:visited {
	color: #077a01;
}
a:hover {
	color: #000;
}
a:active {
	color: #077a01;
}
#bgcontainer {
	background-image: url(../gfx/bgp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 100%;
	width: 100%;
	text-align: center;
}
#mcontainer {
	width: 892px;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#tmcontainer {
	padding-top: 12px;
	height: 98px;
}
#tmcontainer ul {
	margin: 0px;
	padding: 0px;
}
#tmcontainer li {
	list-style: none;
	margin-right: 8px;
	float: left;
}
#tmcontainer a {
	display: block;
	padding-top: 6px;
	padding-left: 24px;
	width: 135px;
	height: 26px;
	background-image: url(../gfx/topbuttonoff.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#tmcontainer a:hover {
	background-image: url(../gfx/topbuttonon.jpg);
	padding-top: 7px;
	height: 25px;
}
#contentcontainer {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

h1, h2 {
	padding: 0px;
	display: block;
	margin-bottom: 14px;
	font-size: 18px;
	color: #060;
}
h2 {
	font-size: 16px;
}
h3 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #060;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	margin-bottom: 8px;
}

.form {
	padding: 0px;
	margin: 0px;
}
.form label {
	display: block;
	float: left;
	width: 160px;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 8px;
	font-weight: bold;
}
.form input, .form textarea, .form .nice textarea {
	display: block;
	float: left;
	width: 300px;
	background-color: #EEEEEE;
	border: 1px solid #666;
	margin-bottom: 8px;
}
.form .nice {
	margin-left: 170px;	
}
.form .nice label {
	float: none;
	text-align: left;
} 
.form .nice textarea {
	width: 600px;
	float: none;
	margin-left: 0px;
}
.nicEdit-main {
	background-color: #EEEEEE;
}
.form br {
	clear: both;
}
.form #submit {
	float: none;
	width: auto;
	margin-left: 400px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
}
.picbox {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.picbox img {
	margin-right: 7px;
	margin-left: 7px;
	border: 1px solid #333;
}
p {
	padding: 0px;
	margin: 0px;
	margin-left: 7px;
	margin-right: 12px;
}
.editbox {
	border: 1px solid #333;
	margin-top: 9px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	text-align: right;
}
.listbox {
	margin-left: 12px;
	margin-right: 12px;
}
.listbox .midcol {
	float: left;
	width: 200px;
	margin-left: 12px;
	font-weight: bold;
}
.listbox .rightcol {
	float: left;
	margin-left: 12px;
}
.listbox a.imgbox {
	border: 1px solid #333;
	float: left;
	width: 190px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
}
.clear {
	clear: both;
	visibility: hidden;
}
#admincontainer {
	display: block;
	text-align: left;
	background-color: #030;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#admincontainer a {
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	background-color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
#admincontainer a:hover {
	background-color: #090;
}
