@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: ;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 14
	px;
	color: #333333;
}

input {
	font-family: Arial;
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 100%;
}
.clearboth
{
	clear: both;
}
.coloredbg {
	background-color: #eee8d6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bebaab;
	border-bottom-color: #bebaab;
}

.accesskey {
	text-decoration: none;
}

.logo {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 132px;
}
.navbar {
	background-image: url(images/navbar.gif);
	height: 50px;
	background-repeat: no-repeat;
}
.nav-home {
	height: 18px;
	padding: 4px 0px 0 10px;
	text-align: left;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: left;
	color: #FFFFFF;
}
.nav-home a {
	color: #FFFFFF;
}
.nav-sub {
	padding: 8px 0px 0 15px;
	height: 22px;
	text-align: left;
	color: #493A13;
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
}
.nav-sub a {
	color: #493A13;
}
.content {
	padding: 2px 0 10px 0;
}
.contentarea {
	padding: 17px 20px 0 15px;
}

.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #ff9600;
	margin: 0px 0 10px 0;
	text-transform: uppercase;
}



.content li
{
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 10px 10px 15px 15px;
	border-bottom-width: 1px;
	font-size: 14px;
	color: #300;
}
.content  ul {
	margin: 0;
	padding: 0;
}
.content a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
	color: #900;
	font-size: 14px;
}

.contentline {
	background-color: #eee8d6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #bebaab;
	border-bottom-color: #bebaab;
	padding: 15px 15px 15px 15px;
	margin: 0 0 13px 0;
}
.contentline a {
	color: #ff9600;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	height: 90px;
}
.footer-home {
	height: 20px;
	padding: 9px 0 0 15px;
}
.footer-sub {
	height: 21px;
	padding: 10px 0 0 15px;
	color: #493A13;
}
.footer-sub a {
	color: #493A13;
}

.footer-txt {
	color: #716547;
	padding: 10px 0 0 13px;
}


.footer-home a {
	color: #EFF2D0;
}
.txt-bold {
	font-weight: bold;
	color: #000000;
}
.txt-normal {
	font-weight: normal;
	color: #333333;
	line-height: 19px;
}
