@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.75em;	
	margin: 0px;
	padding: 0px;
	background:#eada9e;
}
#container {
	width:1000px;
	margin:0 auto;
	text-align: left;
	background:#ffffff;
	overflow:hidden;
}
#header {
	margin:0;
	padding:0;
	border-bottom:1px solid #eada9e;
}
#sidebar1 {
	float: left;
	width: 199px;
	margin:0;
	padding:0;
}
#navbar {
	margin:0;
	padding:20px 10px 10px 20px;
	font-size:1.3em;
	text-align:left;
	line-height:1.5em;
}
.nav-indent {
	padding-left:20px;
	font-size:.8em;
}
#wrapper {
	width:761px;
	margin:0 0 0 199px;
	padding:0;
	border-left:1px solid #eada9e;
}
#mainContent {
	margin:0;
	padding: 20px 20px 0 20px;
}
#footer { 
	margin:20px 0;
	padding:10px 20px;
	text-align:center;
} 

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight:bold;
	margin: 0;
	padding: 0;
}

h1{
	font-size:2em;
	padding: 10px 0 20px 0;
	text-align:center;
}
h2 {
	font-size:1.75em;
	padding: 10px 0;
}
h3 {
	font-size:1.5em;
	padding: 5px 20px;
	font-style:italic;
}
h4 {
	font-size:1.5em;
	padding: 20px 20px 5px 20px;
	text-align:center;
}
img { 
	border: none;
}
p {
	margin: 0;
	padding: 5px 0;
	line-height:1.5em;
}

.cell-border {
	text-align:center;
	padding:20px 0 10px 0;
	border:10px solid #eada9e;
	margin-bottom:.5em;
}
.center {
	text-align:center;
}
.indent {
	padding: 5px 20px;
}
.indent2 {
	padding: 5px 40px;
}
.highlight {
	font-weight:bold;
	font-size:1.3em;
}
.highlight-center {
	font-weight:bold;
	font-size:1.5em;
	text-align:center;
	color:#800000;
}
.image-border {
	text-align:center;
	padding:20px 0 10px 0;
}
.image-border img {
	border:10px solid #eada9e;
	margin-bottom:.5em;
}
.red {
	color:red;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
}
.tan-line {
	color: #eada9e;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltrt2 {
	float: right;
	margin: 0 20px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* place on a div or break element as the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul {
	margin-top:0;
	margin-bottom:1em;
}
a:link, a:visited {
	color:#996600;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#eada9e;
	text-decoration:none;
	font-weight:bold;
}
.link-button {
	text-align:center;
}
.link-button a {
	padding:7px 12px;
	background:#eada9e;
}
.link-button a:hover {
	color:#111;
	text-decoration:none;
	font-weight:bold;
}
