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

a {
	color: #551702;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body{
	background: url(images/body.gif);
	text-align: center;
	padding: 12px 0;
}

img {
	border: 0;
}

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

/* HEADER */
#header {
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	height: 146px;
	width: 548px;
	position: relative;
	padding: 0;
}
#header h1 a {
	display: block;
	height: 146px;
	width: 548px;
	position: absolute;
	top: 0;
	left: 0;
}

/* LEFT */
#left {
	float: left;
	position: relative;
	width: 222px;
}

/* MENU */
#menu a.logo {
	position: relative;
	top: -5px;
}
#menu {
	background: url(images/menu.jpg) no-repeat;
	font-weight: bold;
	text-align: center;
	width: 222px;
	padding-bottom: 40px;
}
#menu h2 {
	font-size: 1.1em;
}
#menu a span {
	display: none;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul ul {
	margin-top: 3px;
}
#menu li {
	border-top: 1px solid #B5A176;
	margin: 0 30px;
	padding: 3px;
}
#menu li li {
	background: url(images/parent.gif) no-repeat;
	margin: 0;
}
#menu li li a {
	font-weight: normal;
}

/* CONTENT */
#content {
	float: left;
	width: 548px;
}
#navi {
	height: 1.6em;
	padding: 10px 30px;
	font-size: 90%;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	font-weight: bold;
	margin: 0 6px 0 0;
	padding: 0 15px 0 0;
	list-style-type: none;
}
#navi li.last {
	background: transparent;
	font-weight: normal;
}

/* BOXES */
.leftbox {
	width: 176px;
	margin: 5px 23px;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat;
	clear: both;
	height: 40px;
}
#footer p, #footer a {
	color: #F8EFDB;
	margin: 0;
	padding: 5px 5px 0 0;
	text-align: right;
}
#footer p {
	padding-top: 20px;
}
p#footer_left {
	float: left;
	padding-left: 10px;
}
#footer_right a {
	font-weight: normal;
}

/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}
.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;
}
