body {
	margin: 20px 0px 0px;
	padding: 0px;
	background: #999999 url(../../images/bg.jpg) repeat-x;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
td {
	font-size: 11px;
	vertical-align: top;
}
#container {
	margin: 0px auto;
	padding: 0px;
	width: 783px;
	text-align: left;
}

.logo {
	padding-left: 4px;
}
.utilnav {
	text-align: right;
	padding-bottom: 6px;
}
.nav {
	text-align: right;
	vertical-align: top;
}
.nav img {
	margin-left: 1px;
}
#bottom {
	background: #FFFFFF url(../../images/bg_footer.gif) no-repeat left bottom;
}

.sidebar {
	border-left: 1px solid #999999;
	padding: 10px;
}
.sidebar table {
	margin-bottom: 20px;
	margin-right: 2px;
}
#footer {
	padding: 10px;
	color: #FFFFFF;
}
#footer td {
	color: #FFFFFF;
}
.small {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.req {
	font-weight: bold;
	color: #82251E;
}








.layerCloser {
	overflow: visible;
	visibility: hidden;
	z-index: 1;
	height: 300px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 9px;
	font-weight: bold;
	color: #82251E;
}
.layerMenu {
	overflow: visible;
	position: absolute;
	visibility: hidden;
	z-index: 2;
	width: 150px;
	left: 0px;
	top: 90px;
}
.dropDownMenu {
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.dropdown {
	text-align: left;
	width: 165px;
	background: #A86A10;
}
.dropdown ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.dropdown li, form {
	margin: 0px;
	padding: 0px;
}
.field, .textarea {
	color: #67420A;
	height: 20px;
	width: 150px;
	padding-left: 5px;
	border: 1px solid #A86A10;
	margin-bottom: 15px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

 .textarea {
	height: 75px;
	width: 300px;
}
.dropdown a {
	display: block;
	margin: 0px;
	width: 150px;
	padding: 4px 8px;
	border-bottom: 1px solid #FFFFFF;
}
.dropdown a:link, .dropdown a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.dropdown a:hover, .dropdown a:visited:hover {
	color: #FFFFFF;
	background: #82251E;
	font-weight: normal;
}
.border_bottom {
	border-bottom: 1px dotted #A86A10;
}
.border_bottom td {
	padding-bottom: 15px;
}

.border_top {
	border-top: 1px dotted #A86A10;
	margin-top: 15px;
}
.border_top td {
	padding-top: 15px;
}

