* {
	margin: 0;
	padding: 0;
}

html {
	margin-bottom: 1px;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font: 400 12px georgia, serif;
	line-height: 180%;
	color: #6D6864;
}

h1, h2, h3, h4, h5, h6, p, dl {
	padding: 10px 0;
}

h1 {	 
	clear: both;
	font: 400 24px georgia, serif;
	color: #532406;	
}

h2 {
	clear: both;
	font: 400 18px georgia, serif;
	color: #61804E;
}

h3 {
	font: 700 16px georgia, serif;
	color: #8F512A;
}

h4 {
	font: 400 11px georgia, serif;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #5E9040;	
	border-bottom: 1px solid #B8E78B;
}

a:visited {
	background-color: #F1FFE3;
}

a:hover {
	color: #3C5D29;
	background-color: #F1FFE3;
	border-bottom: 1px solid #4A6E35;
}

ol {	
	margin: 10px 30px;
	padding: 0 30px;
	font-size: 1.4em;
	color: #532406;
	background-color: #FFF;
}

ol span {
	font-size: 0.7em;
	color: #6D6864;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 25px;
	background: url(../img/bg/bullet.gif) no-repeat;
	background-position: 0 3px;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #DDD;
}

blockquote {
	margin: 10px 0 10px 50px;
	padding-left: 10px;
	background-color: #F1FFE3;
	border-left: 4px solid #B8E78B;
	font-style: italic;
}

blockquote p {
	margin: 0.4em 0.8em;
}

del {
	color: #AAA;
}

code {
	margin: 15px 0;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background: #F4F4F4;
	border-bottom: 1px solid #D3D3D3;
}

img.right {
	margin: 5px 0px 10px 15px;	
}

img.left {
	margin: 5px 15px 10px 0px;
}

a img {	
	border: 4px solid #D5C9C2;
}

a:hover img {	
	border: 4px solid #BAAAA1;
	text-decoration: none;
}


#wrapper {
	width: 700px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#content { 
	float: left;
	width: 730px;
	height: 100%;
	min-height: 100%; 
	background: url(../img/content.gif) repeat-y top center;
	padding: 0;
}

#content[id] {
	height: auto;	
	background: url(../img/content.png) repeat-y top center;
}

#header {
	padding: 60px 0 2em 49px;
	background: url(../img/bg/header.jpg) no-repeat top center;
}

* html #header {
	height: 1%;
}

#header h1, #header h2 {
	background: none;
}

#header h1 {
	font-size: 3.5em;
	font-family: georgia;
	letter-spacing: -3px;
	color: #6E310B;
}

#header a {
	text-decoration: none;
	background: none;
	border: none;
}

ul#menu {
	width: 500px;
	margin: 0 auto;	
	padding: 0 !important;
	padding: 0 0 0 10px;	
}

ul#menu li {
	display: inline;
	list-style: none;
	padding: 0 !important;
}

ul#menu li a {
	float: left;	
	padding: 15px 0 5px 0;
	font: 1.54em georgia, serif;
	text-align: center;
	text-decoration: none;
	color: #61804E;
	border-bottom: 1px solid #D3F1B6;
	width: 33%;
}

ul#menu li a:visited {
	background-color: #FFF;
}

ul#menu li a:hover {
	color: #2E5F0F;
	background: url(../img/bg/menu.gif) repeat-x bottom left;
}

ul#menu li a.here {
	color: #512103;
	background: url(../img/bg/menu.gif) repeat-x bottom left;
}

#page {	
	float: left;
	width: 688px;
	padding: 20px;
	font-size: 16px;
}

#footer {
	font-size: 0.85em;
	margin: -20px 30px 20px 30px;
}

#sub {
	font-size: 0.95em;
	margin: 0;
	padding: 10px 0;
}

#sub ul {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 30px;
	width: 94%;
}

#sub ul li {
	list-style: none;
	display: block;
	float: left;
	width: 31%;
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
	background: none;
}

.line {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #B8E78B;
	width: 93%;
}

ul.bigLinks {
	margin: 10px 0;
	list-style: none;
}

ul.bigLinks li {
	display: inline;
	background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {	
	display: block;
	margin: 10px 0;
	padding: 3px;
	text-decoration: none;
	background-color: #FFF;
	border: 0;	
}

ul.bigLinks li a:hover {
	padding-bottom: 2px;
	background-color: #F1FFE3;
	border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
	color: #5E9040;	
	border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
	color: #3C5D29;
	border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
	display: block;
	color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
	color: #555;
}

.blank {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.big {
	font-size: 1.3em;	
}

.small {
	font-size: 0.85em;	
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.grey {
	color: #AAA;
}

.green {
	color: #82C048;
}

.darkBrown {
	color: #512103;
}

.greenBg {
	padding: 0 10px;
	background-color: #F1FFE3;
	border-bottom: 1px solid #B8E78B;
}

.highlight {
	padding: 1px 2px;
	background: #D9F5EC;
	border-top: 1px solid #BDEDDE;
}