@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #736357;
	background-color: #FBF8EF;
}

input {
	font-family: Arial;
	font-size: 11px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
.clearboth
{
	clear: both;
}

.accesskey {
	text-decoration: none;
}

.logo {
	height: 128px;
}

.navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	height: 33px;
}

.nav-home {
	height: 27px;
	padding: 6px 10px 0 20px;
	text-align: left;
	background-repeat: no-repeat;
	color: #FFFFFF;
	background-image: url(images/navend.gif);
	background-position: right top;
}

.nav-home a {
	color: #FFFFFF;
}
.nav-sub {
	padding: 8px 15px 0 15px;
	height: 23px;
	color: #36515d;
	text-align: left;
}
.nav-sub a {
	color: #36515d;
}
.nav-end {
	background-image: url(images/navend.gif);
	height: 54px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
}



.padding {
	padding: 0 0 0 25px;
}
.content {
	padding: 1px 10px 1px 10px;
	line-height: 16px;
	margin: 0 5px 0 4px;

}

.contentarea {
	padding: 17px 10px 0 5px;
}

.content h1 {
	font-size: 11px;
	font-weight: bold;
	color: #d96a15;
	margin: 0px 0 15px 0;
	text-transform: uppercase;
}



.content li
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 10px 10px 15px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c7c5c0;
}
.content  ul {
	margin: 0;
	padding: 0;
}
.content a {
	font-weight: bold;
	color: #d96a15;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}

.contentline {
	padding: 15px 10px 15px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #c7c5c0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c7c5c0;
}
.contentline a {
	color: #d96a15;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 74px;
	margin: 0;
}

.footer-home {
	height: 25px;
	padding: 12px 0 0 20px;
	color: #FFFFFF;
	background-image: url(images/footer-home.gif);
	background-repeat: no-repeat;
	background-position: left;
}



.footer-home a {
	color: #FFFFFF;
}

.footer-txt {
	color: #c59e67;
	padding: 13px 0 0 15px;
	font-size: 11px;
	height: 22px;
}
.txt-bold {
	font-weight: bold;
}
.txt-normal {
	font-weight: normal;
	color: #797979;
	line-height: 19px;
}
