/* CSS Document */


body {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #203B1F;
	background-color: #F5F0EB;
}


/* The following assures that our footer will stick to the bottom of the document rather than the bottom of the content in all browsers except Konqueror and Safari */


#contents {
	position: absolute;
	top: 0;
	left: 0;
}


html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}


html>body, html>body #contents {
	height: auto;
}


/* Banner near top of page that says the name of the whole site */


#main-title {
	font-size: 1.8em;
	letter-spacing: 5px;
	text-align: left;
	font-weight: bold;
	background-color: #8D7049;
	color: #F3C817;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	padding: 3px 0px 3px 15px;
	margin: 0px;
}


/* To create the main image near the top of the page. */


#header-image {
	background-color: #40773E;
	background-image: url(images/header_image.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 90px;
}


#address {
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	padding: 3px 15px 3px 15px;
	background-color: #8D7049;
	color:#F5F0EB;
	border-top: 1px #000000 solid;
	margin: 0px;
}


#masthead {
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	padding: 3px 15px 3px 15px;
	background-color: #C8B39A;
	color: #DE3434;
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	font-variant: small-caps;
	margin: 0px;
}


/*For the individual page titles.*/


h1 {
	margin: 10px 0 10px 200px;
	font-size: 1.4em;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0;
	color: #40773E;
	border-bottom: 3px #203B1F double;
	font-weight: bold;
	width: 32%;
}


/*Website Navigation*/


#nav {
	float: left;
	margin-left: 5px;
	margin-top: 0px;
	font-size: 0.85em;
	width: 170px;
	border: 3px double #40773E;
}


#nav ul {
	margin-left: 0px;
	padding-left:10px;
	display: block;
	line-height: 1.5em;
}


#nav ul li {
	list-style-type: none;
	border-bottom: 1px solid #203B1F;
}


#nav a:link, #nav a:visited {
	color: #F7633A;
}


#nav a.current {
	color: #40773E;
}


#nav a:hover {
	color: #DE3434;
	background-color: #FCF1C6;
}


/* Contains all the main body of text on the page, including the h2 elements. */


#main-text {
	margin: 0 10px 25px 170px;
	padding-left: 10px;
	padding-bottom: 30px;
	font-size: 0.8em;
	line-height: 1.3em;
}


h2 {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.5em;
	padding-right: 0;
	color: #F7633A;
	border-bottom: 1px #000000 solid;
	font-weight: bold;
}


h3 {
	margin-left: 0;
	margin-right: 0;
	font-size: 1.2em;
	padding-right: 0;
	color: #F5F0EB;
	font-weight: bold;
	text-align: center;
	background-color: #40773E;
}


p, ul, ol, dl, table {
	margin: 0 0 17px 0;
	text-align: justify;
}


ol, ul {
	margin-left: 25px;
	margin-right: 25px;
}


a:link, a:visited {
	text-decoration: none;
	color: #DE3434;
}


a:hover {
	color: #40773E;
}


/* Style for the footer at the bottom of the page */


#footer {
	text-align: center;
	margin: 0px;
	padding: 10px 50px 10px 0px;
	font-size: 0.7em;
	background-color: #F3C817;
	color: #40773E;
	font-weight: bold;
	word-spacing: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 95.5%;
	height:10px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}


.center {
	text-align: center;
}


#col1 {
	width: 46%;
	float: left;
	padding: 10px;
}


dt {
	font-weight: bold;
	font-size: 100%;
}


dd {
	margin-left: 15px;
}


#col2 {
	width: 46%;
	float: right;
	padding: 10px;
}


.url {
	color: #644B32;
}


.sub1 {
	color: #F7963A;
	font-size: 105%;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
}


.address {
	font-size: 0.8em;
	margin-left: 100px;
}


.sm {
	font-size: 0.85em;
}