body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #b0b28d;
	background-image: url('/img/newback.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	color: black;
	  margin-top: 20px;
	  font-size: 10px;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  width: 500px;
}

#error {
	width: 770px;
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	color: red;
}

#invis {
	display: block;
	position: absolute;
	width: 780px;
	height: 270px;
	margin: 0px;
	padding: 0px;
}

#invis > span {
	display: none;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#super {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#subleft {
}

#body {
	width: 780px;
	margin: 0px;
	padding: 0px;
}

#subright {
}

#nav {
	width: 745px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: -5px;
	clear: both;
}

#nav li {
	margin-top: 24px;
	display: block;
	float: left;
}

#clear {
	clear: both;
}

#nav li a {
	font-size: 20px;
	font-family: helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: 900;
	margin: 13px;
}

#nav li:hover {
	background: #FEFFCB;
}

#content {
	margin-top: 460px;
	color: black;
	width: 740px;
	padding-left: 30px;
	padding-right: 10px;
	font-size: 16px;
	background: white;
	min-height: 800px;
}

#content img {
	margin: 30px;
}

#content p {
	text-align: justify;
}

.mceContentBody {
	color: black;
	background: white;
	font-size: 16px;
}

.mceContentBody img {
	margin: 30px;
}

.mceContentBody p {
	text-align: justify;
}

fieldset {
	clear: left;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #921a1b;
}

a {
	color: black;
}

a:visited {
	color: #989965;
}