* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background-color: #484848;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 100%;
	text-align: center;
}

h2 { font-size: 100%; }

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

ul, ul li {
	list-style: none outside;
}

ol, ol li {
	list-style: decimal inside;
}

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.featurethis {
	font-size: .85em;
	font-weight: bold;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}

.centerme {
	text-align: center;
}

.centerme img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}

#wrapper {
	margin: 35px auto 35px 10px;
	width: 982px;
	background: url('images/srightbg.gif') no-repeat 100% 28px;
	font-size: 0.71em;
}

#container {
	float: right;
	position: relative;
	left: -243px;
	width: 496px;
	background: url('images/main-bot.gif') no-repeat 0% 100%;
}

#container2 {
	padding: 15px 0px;
	width: 496px;
	background: url('images/main-top.gif') no-repeat 0% 0%;
}

#container3 {
	color: inherit;
	background-color: #8e8257;
	border-left: #fff 6px solid;
	border-right: #fff 6px solid;
}

#header {
	padding-bottom: 2px;
	color: inherit;
	background-color: #b3ab78;
}

#header h1 {
	position: relative;
	top: -4px;
	width: 100%;
	height: 40px;
	background: url('images/logo.gif') no-repeat 50% 50%;
}

#content {
	padding: 15px 17px 10px;
	text-align: left;
	min-height: 569px;
}

* html #content { height: 569px; }

#navmenu {
	text-align: left;
	float: left;
	margin-top: 68px;
	position: relative;
	left: 77px;
	width: 166px;
	background: url('images/navmenu-bot.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu2 {
	padding: 15px 0px;
	width: 166px;
	background: url('images/navmenu-top.gif') no-repeat 0% 0%;
}

#navmenu3 {
	color: inherit;
	background-color: #6d6845;
	border-left: #fff 6px solid;
}

#navmenu a {
	text-decoration: none;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #989160;
}

#navmenu li.list_first {
	border-top: none;
}

#slideright {
	float: right;
	margin-top: 40px;
	position: relative;
	left: 490px;
	width: 237px;
	font-size: 1.15em;
	font-weight: bold;
}

#footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
}

.error_box {
	color: #000000;
	background: #FFC0C0;
	margin: 10px 0;
	padding: 12px;
}

.submit_form .desc {
	font-weight: bold;
}

.pager {
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #b3ab78;
	padding-right: 5px;
}

.title {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: 1px solid #b3ab78;
}

