/* CSS Document */
body {
	margin: 0;
	padding: 0;
	color: #473E3B;
	background-color: #A8958B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
    text-align: center;
}

a:link {
	color: #669A40;
	text-decoration: underline;
}
a:visited {
	color: #669A40;
	text-decoration: underline;
}
a:hover {
	color: #669A40;
	text-decoration: none;
	background-color: #F9FCD4;
}
a:active {
	color: #669A40;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding:0;
	border:none;
	font-size: 1.5em;
}
h2 {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding:0;
	border:none;
	font-size: 1.3em;
}
p {
	margin: 0px 0px 15px 0px;
	line-height: 140%
}
ul {
	padding: 0 15px 0 15px;
	list-style-type: disc;
	margin: 0px 0px 20px 0px;
}
li {
	margin: 0 3px 3px 0;
	padding: 0;
}
.clear {
	clear: both;
}
.backtotop
{
	padding-top: 10px;
	font-size: .8em;
}
.centeralign { 
	text-align: center; 
}
/* ------------------------------------------------- */

#container {
	margin: 0px;
	width: 750px;
	background-color: #FBFEFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* ------------------------------------------------- */

#float-right {/* header element float */
	float: right;
	line-height: 27px;
	position:relative;
	background-color: #EDF2C9; 
	padding: 15px;
	margin: 10px;
}

#line1 {
	font-weight: bold;
	color: #F89A1F;
	font-size:large;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:1.9em;
}

#line2 {
	color: #669A40;
	font-size:medium;
	voice-family: "\"}\""; voice-family:inherit;
	font-size:1.4em;
}

/* ------------------------------------------------- */
#main {
	padding: 10px 35px 20px 35px;
}
/* ------------------------------------------------- */
#logo {
	margin: 0px;
	padding: 0px;
	height: 149px;
	background-color: #EDF2C9;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#logotext {
	position: absolute;
	padding: 10px 0px 0px 580px;
	font-size: .8em;
}
#logotext ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669A40;
	line-height: 20px;
	white-space: nowrap;
}
#logotext li {
	list-style-type: none;
	display: inline;
	font-weight: normal;
}
#logotext li a {
	font-weight: normal;
	color: #669A40;
	text-decoration: underline;
	padding: 0 4px 0 4px;
}
#logotext li a:hover {
	text-decoration: none;
	background-color: #F9FCD4;
}

/* ------------------------------------------------- */

#navbar {
	height: 30px;
	width: 100%;
	border-bottom: solid #FBFEFF 1px;
	background-color: #E9E0D3;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	padding-left:28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#navbar li {
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
#navbar li a {
	text-decoration: none;
	padding: 7px 8px;
	color: #669A40;
}
#navbar li a:hover {
    font-weight: bold;
	text-decoration: underline;
    background-color: #F2E9DD;
}

/* ------------------------------------------------- */

#footer {
	height: 20px;
	width: 100%;
	color: #669A40;
	background-color: #E9E0D3;
		font-size: .8em;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	padding-left:28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669A40;
	line-height: 20px;
	white-space: nowrap;
}
#footer li {
	list-style-type: none;
	display: inline;
	font-weight: normal;
	padding: 7px 5px;
}
#footer li a {
	font-weight: normal;
	color: #669A40;
	text-decoration: underline;
	padding: 0 5px 0 5px;
}
#footer li a:hover {
    background-color: #F2E9DD;
}
/* ------------------------------------------------- */
/* Nav list CSS courtesy of A list apart */
#hidden {
	position: absolute;
	left: -9000px;
	top: 0;
}

