body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/back.jpg);
}
.bottomback {
	background-image: url(../images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center 620px;
	height: 100%;
}
.header {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 268px;
	background-image: url(../images/header.jpg);
}
.header ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 208px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
.header ul li {
	display: inline;
	float: left;
}

.navigation {
	width: 183px;
	float: right;
}

.navigation ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navigation ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.navigation ul li a {
	color: #A29A87;
	text-decoration: none;
	display: block;
	width: 159px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
.navigation ul li a:hover {
	color: #FFFFFF;
	background-image: url(../images/menuhover.jpg);
}
.navigation ul li a.selected {
	background-image: url(../images/menuactive.jpg);
	color: #A29A87;
}
.navigation ul li a:focus {
    outline: none;
}
.contentarea {
	padding: 20px;
	margin: 0px;
	height: 294px;
	width: 529px;
}
.content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 753px;
	background-image: url(../images/content_back.jpg);
}
.scroll {
	height: 294px;
	width: 529px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.scrollContainer div.panel {
	padding: 0px;
	height: 294px;
	width: 529px;
	margin: 0px;
}

.scrollContainer div.panel p {
	font-family: "Trebuchet MS";
	color: #757062;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.scrollContainer div.panel h2 {
	font-family: "Trebuchet MS";
	color: #ADAD8D;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/back.jpg);
	letter-spacing: 2px;
	border: 1px solid #bdbda3;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.scrollContainer div.panel ul {
	font-family: "Trebuchet MS";
	color: #757062;
	font-size: 12px;
	font-weight: normal;
}
.scrollContainer div.panel ol {
	font-family: "Trebuchet MS";
	color: #757062;
	font-size: 12px;
	font-weight: normal;
}
.scrollContainer div.panel ol li {
	display: block;
	float: left;
	width: 240px;
}
.scrollContainer div.panel a {
	color: #564b45;
	text-decoration: underline;
}
.scrollContainer div.panel a:hover {
	color: #000000;
	text-decoration: underline;
}
.footer {
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	height: 100px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #757062;
	text-decoration: none;
	text-align: center;
	padding-top: 218px;
}



.positioning {
	float: left;
	position: relative;
	margin: 3px;
	border: 2px solid #FFFFFF;
}
.formfield {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #757062;
	text-decoration: none;
	background-color: #FAFAF2;
	border: 1px solid #BDBDA3;
	width: 150px;
}
.formarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #757062;
	text-decoration: none;
	background-color: #FAFAF2;
	border: 1px solid #BDBDA3;
	width: 300px;
}
.formbutton {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #FAF9F4;
	background-color: #4E4A24;
	border: 1px solid #BDBDA3;
	width: 100px;
}
.cattext {
	font-family: "Trebuchet MS";
	color: #757062;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
}


.hide {
    display: none;
}


.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
