@charset "UTF-8";
/* CSS Document */
body {
	text-align: center;
	min-width: 979px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	color: #5D5D5D;
	font-weight: normal;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

a:link {color: #7e927b; text-decoration: none;}
a:hover {color: #666;}
a:visited {color: #7e927b; text-decoration: none;}

ul {list-style-type: none;}
p {margin-top: 0px; margin-bottom: 10px;}

#wrapper {
	width: 979px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
#header {
	padding: 0px;
	font-weight: normal;
	font-size: 290%;
	margin: 10px 0px 10px 0px;
	}
#header img {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	}
#headertitle {
	display: inline;
	position: absolute;
	top: 25px;
	margin: 0px;
}
.titlecolor {
	color: #B0CCAD;
	margin-right: -10px;
	margin-left: -10px;
}
#header a {
	text-decoration:none;
	color: #866e3e;
	}
#header a:hover {
	text-decoration:none;
	color: #444;
	}
#description {
	clear: both;
	height: 33px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 979px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	}
#content-wrapper {
	clear: both;
	margin-top: 10px;
	}

#left-top {
	float: left;
	width: 100%;
	height: 4px;
	background: url(images/190-top.gif) no-repeat;
	line-height: 4px;
	}
#left {
	float: left;
	width: 190px;
	margin-bottom: 8px;
	padding: 5px 0 2px;
	background: url(images/190-bottom.gif) bottom no-repeat;
	}
#left p {
	margin: 0px 15px 10px 15px;
	}

#left ul{
	display: block;
	margin: 0px 10px 0px 15px;
	padding: 0px;
	}
#left ul li{
	margin: 0px;
	padding: 6px 0px 4px 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	}


	
#content {
	float: left;
	width: 565px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
#content img {display:none;}

#content h1 {
	color: #866e3e;
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#content h2 {
	color: #9bb298;
	font-size: 150%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top: 1px solid #cdcdcd;
	padding-top: 10px;
	}
#content h3 {
	color: #9bb298;
	font-size: 100%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}

#about {
	color: #866e3e;
	margin: 0px;
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0px 5px 15px;
	}



#right-wrapper {
	width: 190px;
	float: right;
	}
#right-top {
	height: 4px;
	background: url(images/190-top.gif) no-repeat;
	line-height: 4px;
	}
#right {
	float: right;
	width: 190px;
	margin-bottom: 8px;
	padding: 5px 0 2px;
	background: url(images/190-bottom.gif) bottom no-repeat;
	}
#right p {
	margin: 0px 15px 10px 15px;
	}
#right select {
	margin: 5px 10px 10px 10px;
	width: 170px;
	}

#footer {
	clear: both;
	margin: 0px 0px 10px 0px;
	background-color: #f1f1f1;
	height: 33px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 979px;
	}
#footer p {
	float:left;
	margin: 9px 0px 0px 10px;
	}

.address {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aec0ca;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aec0ca;
	margin-top: 5px;
	margin-bottom: 20px;
}
.disclaimer {
	font-size: 90%;
	}