/* IMPORTS */
@import url(basic.css);
@import url(modules.css);

a {
	color: #Ae7a57;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
body {
	background: #989688 url(images/body.gif) repeat-x top;
	text-align: center;
	padding-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #628307;
}
img {
	border: 0 solid #000;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	color: #3E3E3E;
	font: 80% Tahoma, Arial, Verdana, sans-serif;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 988px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 234px;
	position: relative;
	width: 988px;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 234px;
	padding: 0;
	position: absolute;
		left: 0;
		top: 0;
	width: 521px;
}
#header a.logo {
	display: block;
	position: absolute;
	left: 429px;
	top: 32px;
	width: 528px;
	height: 42px;
}
#language {
	position: absolute;
	left: 880px;
	top: 5px;
}
#language li {
	margin-right: 9px;
	list-style-type: none;
	float: left;
}

/* LEFT */
#left {
	background: url(images/left.jpg) no-repeat top left;
	float: left;
	width: 202px;
	padding-top: 83px;
}

/* MENU */
#menu {
	margin-left: 4px;
	width: 194px;
	margin-bottom: 2px;
}
#menu ul {
	padding: 0;
}
#menu ul ul {
	padding: 0;
	background: #dce4ad;
	border-top: 1px solid #96b14b;
}
#menu ul ul ul {
	border: none;
}
#menu li {
	background: #698c09 url(images/menu_li.gif) no-repeat top;
	border-top: 1px solid #96b14b;
}
#menu li li {
	background: none;
	border: none;
}
#menu li a, #menu span {
	background: url(images/menu_li_bullet.gif) no-repeat 11px 6px;
	border-bottom: 1px solid #516e00;
	display: block;
	padding: 5px 0;
	padding-left: 30px;
	text-decoration: none;
	margin-bottom: 1px;
	color: White;
}
#menu a:hover {
	text-decoration: underline;
}
#menu li li a, #menu li li span {
	background: transparent;
	border: none;
	color: #3c5200;
	padding-left: 38px;
}
#menu span {
	text-decoration: underline;
}
#menu li li li a, #menu li li li span {
	padding-left: 47px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 56px;
}
#menu li li li li li a, #menu li li li li li span {
	padding-left: 65px;
}

/* CONTENT */
#content {
	float: left;
	width: 584px;
	background: url(images/content.jpg) no-repeat top;
	min-height: 100px;
	_height: 100px;
}
#info {
	height: 1.6em;
	margin-left: 1px;
	padding: 5px 0;
}
#navi {
	height: 1.6em;
	line-height: 1.6em;
	margin: 0 14px;
	text-align: right;
	font-size: 80%;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a, #navi {
	color: #5f8006;
}

/* RIGHT */
#right {
	float: left;
	width: 202px;
}

/* BOXES */
.lb_1, .lb_2, .lb_3 {
	margin-left: 4px;
	width: 192px;
	margin-bottom: 2px;
	position: relative;
}
.rb_1, .rb_2, .rb_3 {
	margin-left: 4px;
	width: 193px;
	margin-bottom: 2px;
	position: relative;
}
.lb_1, .lb_3, .rb_2, .rb_3 {
	background: #dce4ad;
	border: 1px solid #90a457;
}
.lb_2, .rb_1 {
	background: #fbd291;
	border: 1px solid #ae8857;
}
.lb_1 h3.access, .lb_2 h3.access, .lb_3 h3.access {
	width: 192px;
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	font-size: 1em;
}
.lb_1 h3.access, .lb_3 h3.access, .rb_2 h3.access, .rb_3 h3.access {
	background: url(images/lb_1_top.gif) repeat-x top;
	color: #586c20;
}
.rb_1 h3.access, .lb_2 h3.access {
	background: url(images/lb_2_top.gif) repeat-x top;
	color: #853e0d;
}
.lb_1 h3.access span, .lb_2 h3.access span, .lb_3 h3.access span,
.rb_1 h3.access span, .rb_2 h3.access span, .rb_3 h3.access span {
	padding-left: 5px;
}
.rb_1 h3.access, .rb_2 h3.access, .rb_3 h3.access {
	width: 193px;
	position: relative;
	top: 0;
	left: 0;
	height: 25px;
	font-size: 1em;
}

/* FOOTER */
#footer {
	background: url(images/footer.jpg) no-repeat top;
	border-top: 0;
	font-size: 95%;
	padding-top: 10px;
	position: relative;
	width: 988px;
	height: 54px;
}
#footer p {
	color: White;
	padding: 0 10px;
	font-size: 90%;
}
#footer a {
	color: White;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 490px;
}
#footer_right {
	text-align: right;
}
/* LOGIN */
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error{
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}




#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
