/* --------------------------------------------------
                  MAIN TOPIC STYLES
-------------------------------------------------- */
HTML {
	height : 100%;
}
BODY {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #111B14 url(../images/bgr.gif) repeat-x;
	text-align: center;
	font: normal 13px Arial, Helvetica, sans-serif;
}
IMG {
	border: 0;
}
A {
	outline: none;
}
.page {
	margin: 8px auto;
	width: 938px;
}
.logo {
	float: left;
	height: 92px;
}
.logo a {
	display: block;
	height: 100%;
}
.top {
	background: #26342E url(../images/ExlevelSmall_Logo_02.jpg) no-repeat right 0;
	height: 92px;
}
.topmenu {
	background: #233328 url(../images/menu.gif) repeat-x;
	color:  #ADAD8E;
	text-transform: uppercase;
	width: 100%;
	float: left;
	line-height: 24px;
}
.topmenu A.free {
	color: #556B61;
	width: 110px;
	text-decoration: none;
	text-align: center;
	float: right;
}
.topmenu A.free:hover {
	text-decoration: underline;
}
.text {
	color: #5A5A4F;
	background: #E2E2D3;
	text-align: left;
	line-height: 1.5;
	padding: 16px;
	text-align: justify;
	width: 906px;
}
.text h1, .text h2, .text h3 {
	color: #4F7C2B;
	font-weight: bold;
}
.text h1 {
	font-size: 18px;
}
.text h2 {
	font-size: 16px;
}
.text h3 {
	font-size: 14px;
}
.text p {
	margin: 0;
}
.text hr {
	clear: both;
	height: 1px;
	color: #ADAD8E;
	background-color: #ADAD8E;
	border: none;
	margin-bottom: 8px;
}
.text .link {
	font-size: 10px;
	margin: -10px 0;
}
.text a {
	color: #4F7C2B;
	font-weight: bold;
}
.text a:hover {
	text-decoration: none;
	color: #BC5500;
}
.footer {
	color: #5A5A4F;
	background: #E2E2D3 url(../images/footer.gif) repeat-x;
	height: 79px;
	margin-bottom: 20px;
	clear: both;
}
.footer div {
	color: #86866D;
	padding: 10px 0 16px 0;
}
.footer div div {
	margin: 0px 10px;
	display: inline;
}
.footer a {
	color: #86866D;
}
.footer a:hover {
	text-decoration: none;
}
/* Link Stiles */
a {
	outline: none;
}
text.buttons {
	margin: 20px;
}
a.button {
	background: #4F7C2B url(../images/button.gif) repeat-x;
	color: #E2E2D3;
	width: 160px;
	height: 20px;
	margin: 8px 20px 8px 0;
	padding: 8px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
}
a.button:hover {
	color: White;
}

form {
	width: 500px;
	margin: 0 auto;
}
form h2 {
	text-align: center;
}
.field {
	clear: both;
	padding: 6px 0;
}
.field .info {
	width: 280px;
	text-align: left;
	float: left;
}
.field .error {
	width: 500px;
	color: #B22222;
	font-weight: bold;
	font-size: 10px;
	padding-left: 190px;
}
input.radio {
	float: left;
	margin-right: 5px;
}
input.txt {
	border: 1px solid #ADAD8E;
	width: 250px;
}
select {
	border: 1px solid #ADAD8E;
}
select.txt {
	width: 254px;
}
select.txt1 {
	width: 100px;
}
.field .label {
	width: 170px;
	text-align: right;
	float: left;
	font-weight: bold;
	margin: 0px 20px 0px 0;
}
input.button {
	background: #4F7C2B url(../images/button.gif) repeat-x;
	color: #E2E2D3;
	width: 160px;
	height: 36px;
	font-weight: bold;
	border: 0;
	cursor:pointer;
}
.submit {
	display: block;
	text-align: right;
	margin: 15px 0;
	width: 445px;
}