@charset "ISO-8859-1";

body {
	padding: 0;
	margin: 0;
	background:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} 

a:link, a:visited, a {
	font-size: 12px;
	text-decoration: underline;
	color: #492C13;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

div.floater {
	float: right;  
	padding: 10px; 
	width: 200px;
}

.headBold {
	font-size: 20px;
	font-weight: bold;
	color: #b63a04;
}
.subheadBold {
	font-size: 12px;
	font-weight: bold;
	color: #b63a04;
}
.bodytext {
	color: #361e0b;
	font-size: 12px;
}

.textArea {
	width: 676px;
}
.textArea_top {
	background-image: url(../images/txt_area_01.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #F0E5DB;
}
.textArea_mid {
	min-height: 333px;
	height: expression( this.scrollHeight < 334 ? "333px" : "auto" );
	background-color: #F0E5DB;
	background-image: url(../images/txt_area_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-left: 30px;
}
.textArea_bot {
	background-image: url(../images/txt_area_03.gif);
	background-repeat: no-repeat;
	height: 11px;
}
.navArea {
	background-image: url(../images/navArea_BG.gif);
	height: 298px;
	width: 251px;
	position: absolute;
	left: 706px;
	top: 0px;
	padding: 12px;
}
.middle {
	position: relative;
	width: 1000px;
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 21px;
	padding-left: 21px;
}
	.navigationtitle {
	color: #492c13;
	font-weight: bold;
	font-size: 13px;
	background:#FFFFFF;
	height: 18px;
	width: 265px;
	position: absolute;
	left: 0px;
	top: 8px;
	padding-left: 10px;
	padding-top: 2px;
}

.footerfont {
	font-size: 8px;
	padding: 0px 10px;
	color: #eae0cc;
}

#navi a , #navi strong {
	color: #492c13;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 215px;
	padding: 2px 10px;
	margin: 7px;
}

#navi strong {
	font-weight: bold;
	background: #DDD;
}

#navi a {
	

}

#navi a:hover {
	background: #fff;
}

#navi2 a , #navi2 strong {
	color: #492c13;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	display: block;
	background: #fff;
	width: 215px;
	padding: 2px 10px;
	margin: 7px;
}

#navi2 strong {
	font-weight: bold;
	background: #DDD;
}

#navi2 a {
	

}

#navi2 a:hover {
	background: #fff;
}