body {
	background-color: #E2DBC6;	
	text-align: center;
}

a {
	color: #85720E;
        text-decoration: none;
	
}



p {
	color: black;
	padding: 5px;
	margin: 0px;
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 0px;
	margin-left: 12px;
	list-style: disc;
	list-style-position: outside;
}

li {
	margin-bottom: 4px;
	margin-left: 5px;
	text-align: justify;
}

label {
	font-family: Verdana;
	font-size: 11px;
}

input {
	font-family: Verdana;
	font-size: 11px;
}

h1 {
	font-family:Verdana;
	font-size: 20px;
	text-align: center;
	color: #85720E;
	margin-top: 2px;
}

h2 {
	font-family:Verdana;
	font-size: 16px;
	text-align: justify;
	color: #85720E;
	margin-top: 2px;
}

#hid {
	position: absolute;
	left: -22000px;
	width: 2000px;
	height: 300px;
	top: 0px;
	overflow: auto;
}

#container {
	background-image: url('../images/header_background.gif');
	background-color: #C1B475;
	background-repeat: repeat-y;
	background-position: right;
	width: 900px;
	height: 530px;
	text-align: left;
	margin: auto;
}

#header {
	height: 82px;
	background-repeat: repeat-y;
}

#center {
	height: 430px;
	width: 900px;
	background-image: url('../images/container_background.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #A49983;
}

#pagetitle {
	float: left;
	width: 75px;
	vertical-align: middle;
}

#pagetext {
	float: left;
	font-family:Verdana;
	font-size: 13px;
	width: 580px;
}

#navigation {
	height: 30px;

}

div.menu_item{
	float: left;
}

a.menu_item {
	text-decoration: none;
	font-size: 20px;
	color: #85720E;
	font-weight: bold;
	font-family:Verdana;
}

a.menu_item:hover {
	text-decoration: underline;
}

a.menu_item:visited {
	color: #85720E;
}

#text {
	height: 380px;
}

#AdBlock {
	float: right;
	width: 150px;
}

#textblock {
	height: 380px;
	margin-left: 6px;
	background-repeat: no-repeat;
	font-family:Verdana;
	overflow: auto;
}

#footer {
	clear: left;
	height: 10px;
	width: 100%;
	text-align: center;
	font-family:Verdana;
	font-size: 12px;
	color: #50524C;
	vertical-align: middle;
}

#titelimg {
	top: 5px;
}

/* 
mambo top menu layout
you need to add menu class suffix: -nav
*/

/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 13px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #E3DCC7;
	font-weight:bold;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
   background-color: #686763;
	color: #CDB739;
	text-decoration:none;
}

/*
*  Main content table style
*/
table.contentpaneopen {
	
}

td.contentheading {
  color: #85720E;
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}

div.back_button {
  padding-left: 10px;
}