@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(background_grad.gif);
	background-repeat:repeat-x
}
.container {
	margin-left:auto;
	margin-right:auto;
	width: 638px;
	background-color: #f9f0ea;
	margin-top: 20px;
}

.header {
	background-image:url(ozark_hdr.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff4ec;
	height: 108px;
	padding-right: 15px;
	line-height: 30px;
	text-align: right;
	background-color: #f9f0ea;
	padding-top: 15px;
	letter-spacing: 1pt;
}

.spacer {
	width: 500px;
	height: 2px;
	border-bottom: 2;
	border-bottom-color: #caa499;
}

.text {
	border-right-color: #fde4d2;
	border-left-color: #fde4d2;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24pt;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f9f0ea;
	padding-bottom: 10px;
	margin-top: -17px;
}

.text a {
	color: #302B27;
}

.text a:hover {
	color: #CBA59B;
	text-decoration: underline;
}

.text h1 {
	font-size: 10px;
	line-height: normal;
	color: #666666;
}
.text h2 {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.nav {
	text-align: left;
	background-image: url(nav_rept.jpg);
	height: 31px;
	background-repeat: repeat-x;
	padding-top: 3px;
	background-color: f9f0ea;
	margin-top: -20px;
}

.nav a {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 25px;
	text-decoration: none;
	bottom: inherit;
	padding-left: 10px;
}

.nav a:hover {
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}
.footer {
	border-right-color: #fde4d2;
	border-left-color: #fde4d2;
	border-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	border-top-width: 1px;
	border-top-color: #e9ded9;
	border-top-style: solid;
	color: #caa499;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fde4d2;
	background-color: #f9f0ea;
	padding-bottom: 5px;
}

.footer a {
	color: #caa499;
	font-size: 8pt;
	line-height: 15pt;
	text-decoration: none;
}
