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

/* 
 * These are the basic style rules for the logo area, the navigation menu, 
 * and the footer. This file should be included in every CFE page
*/

* {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #628C23;
}

a:hover {
	color: #A67A53;
}

a img {
	border: none;
}

p {
	line-height: 1.4em;
}

#container {
	width: 100%;
	height: 100%;
}

#header {
	width: 850px;
	height: 130px;
	padding: 10px 0;
	margin: 0 auto;
}

#navigation {
	width: 850px;
	height: 20px;
	padding: 8px 0;
	background: #593312;
	margin: 0 auto;
}

#navigation li {
	display: inline;
	margin: 0 20px;
	text-transform: uppercase;
}

#navigation li a {
	font-family: Times, serif;
	letter-spacing: 2px;
	color: white;
}

#navigation li a:hover {
	color: #A67A53;
}

#navigation li a.navInactive {
	color: #A67A53;
}

#navigation li a.navInactive:hover {
	color: white;
}

#navigation li a.navActive:hover {
	color: white;
}

#content {
	width: 850px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
}

#content h1 {
	font-family: Times, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #628C23;
	margin: 10px 0;
}

#content h1 a {
	font-family: Times, serif;
}

#content p {
	color: #593312;
	margin: 10px 0;
}

#footer {
	width: 850px;
	height: 18px;
	padding: 4px 0;
	border-top: 5px solid #A67A53;
	border-bottom: 5px solid #A67A53;
	margin: 0 auto;
}

#footer ul {
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 20px;
	font-size: .85em;
}

#footer li a {
	font-family: Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #A67A53;
}

#footer li a:hover {
	color: #593312;
}

#footer li a.navActive {
	color: #593312;
}
