@charset "UTF-8";
/* CSS Document */

body {
	background: #eadcbd url(images/background.jpg) repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #404040;
}

#pagearea {
	position: relative;
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#logo {
	position: absolute;
	top: 0; left: 0;
	width: 146px; height: 86px;
	background: url(images/logo.gif);
}

#mainmenu { 
	position: relative; 
	top: 54px;
	height:32px;
	font-size: 14px;
}

#mainmenu ul { margin: 0px; padding: 0px; }

#mainmenu li { float: right; list-style-type: none; }
#mainmenu li a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #eadcbe;
	width: 96px;
	height: 32px;
	line-height: 34px;
	background: url(images/tab.jpg) no-repeat top left;
}
#mainmenu li a:hover {	background-position: bottom left; }
#mainmenu li.active { 
	display: block;
	text-align: center;
	font-weight: bold;
	width: 96px;
	height: 32px;
	line-height: 34px;
	background: url(images/tab_active.jpg);
}

#header {
	position: relative;
	top: 54px;
	height: 191px;
}

#news {
	position: absolute;
	left: 580px;
	top: 20px;
	width: 372px;
	height: 171px;
	text-align: left;
}

#news h1 {
	color: #eadcbe;
	font: 18px Arial;
	font-weight: bold;
	margin-top: 0px;
}

#news h2 {
	color: #fe570c;
	font: 14px Arial;
	font-weight: bold;
	margin-top: 5px;
}

#news p, #news a, #news a:visited {
	text-decoration: none;
	color: #bebdbd;
	font: 12px Arial;
	font-weight: bold;
}

#news a:hover {	color: #eadcbe; }

#title {
	position: relative;
	top: 54px;
	height: 43px;
	background: url(images/title.gif);
}

#title h1 {
	position: absolute;
	top: 12px;
	left: 25px;
	margin: 0; padding: 0;
	font: 16px Verdana, Geneva, sans-serif;
}

#page {
	position: relative;
	top: 54px;
	padding: 50px; padding-top: 10px;
	background: url(images/page_bg.gif) repeat-y;
}

#page p { margin-top: 12px; }

#page a, #page a:visited {
	text-decoration: none;
	color: #F30;
}

#page a:hover {
	color:#F90;
}

#content {
	margin: 25px;
}

#footer {
	clear: both;
	position: relative;
	top: 54px;
	height: 70px;
	border-top: #d6bc9b solid 1px;
	text-align: center;
	font: 12px Verdana, Geneva, sans-serif;
}

#footer a, #footer a:visited {
	text-decoration: none;
	color: #af3702;
}
#footer a:hover {
	color: #404040;
}

#highlight {
	position: relative;
	background: #404040; 
	color: #fdf5e3;
}

.hi1 {
	margin: 0; padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fdf5e3;
}

.hi2 {
	margin: 0; padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fe570c;
}

.hi2a {
	margin: 0; padding: 0;
	font-size: 14px;
	color: #fe570c;
}

.hi3 {
	margin: 0; padding: 0;
	font-size: 14px;
	color: #09F;
}

.no1 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #af3702;
}

.no2 {
	font-size: 14px;
	font-weight: bold;
}

.inv {
	color: #000;
}

a img { border: none; }

th.style1, td.style1 {
	border-bottom: 1px solid #CCC;
}

.form_error {
	font-size: 10px;
	color:#F00;
}

.form1 fieldset {
	border: none;
}

.bnsubmit {
	background:#6c614b url(images/button.gif) no-repeat left top;width:71px;height:25px;color:white;border-width:0;font-weight:bold;font-size:8pt;}
	
.field {
	width: 320px;
	padding: 4px;
	color: black; 
	border: 1px solid #99804d;
}
#wide {
	position: absolute;
	top: 340px;
	width: 100%;
	text-align: center;
	z-index: 20;
}
