/******  typography ******/

body {
	background-color: #edf1e8;
	color: #333;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-image: none;
}
html>body {
	font-size: 12px; 
}
h1 {
	margin: 0;
	font-size: 2.125em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	color: #edf1e8;
	font-weight: normal;
}
h1 a {
	color: #edf1e8;
}
h1 a:hover {
	color: #a2ba32;
}
h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 1em;
	color: #357f3d;
}
h3 {
	margin: 0;
	font-size: 1.333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	color: #357f3d;
}
h4 {
	margin: 0;
	font-size: 1.167em;
	line-height: 1.286em;
	margin-bottom: 1.286em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
ul li {
	margin-bottom: 1em;
}
p.small {
	margin: 0;
	font-size: 0.834em;
	line-height: 1.8em;
	margin-bottom: 1.8em;
	color: #666;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
a {
	color: #357f3d;
	text-decoration: none;
}
a:hover {
	color: #82332c;
}
img {
	border: 1px solid #666;
	margin: 1em 0 1em 0;
}

/****** general layout ******/

#container {
	position: static;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background-image: none;
}

#content-wrapper {
	position: static;
	width: 100%
	height: auto;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	padding: 0;
	border: none;
}

#header-wrapper {
	position: static;
	left: 0px;
	margin: 0;
	height: 75px;
	width: 100%;
	background-color: #545744;
	background-image: url(images/greenbar.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#header {
	position: static;
	bottom: 0px;
	width: 75%;
	padding-left: 1em;
}


#content {
	position: static;
	width: 780px;
	height: auto;
}

#alpha-wrapper {
	width: 500px;
	float: left;
}

#alpha {
	padding: 1.5em 0 3em 1.5em;
}

#beta-wrapper {
	width: 224px;
	float: right;
	padding: 0 0 1.5em 0;
	margin-right: 1.5em;
}

#beta {
	padding: 0 0 1.5em 1.5em;
}

#nav-wrapper {
}

#footer-wrapper {
	display: none;
	position: static;
	bottom: 0px;
	width: 100%;
	height: 1.5em;
	background-color: #545744;
	border-top: 1px solid #999;
}

#footer {

}

/******* navbar *******/

#nav ul {
	margin: 0;
	padding: 0em 0em 1em;
	border-top: .125em solid #edf1e8;
	}

#nav ul li {
	background-color: #d4d9cf;
	list-style: none;
	font-size: 125%;
	padding: .5em;
	border-bottom: .125em solid #edf1e8;
	margin: 0;
	width: 100%;
}

#nav ul li a {
	color: #82332c;
	padding: .5em 1.5em;
	text-decoration: none;
	font-weight: bold;
}


#nav ul li a:hover {
	color: #357f3d;
}

/**********  kludges in progress ********/

#content>h2 {
	color: #82332c;
	font-size: 1.67em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	background-color: #d4d9cf;
	padding: 1em;
	margin: 0;
}

h4 {
	margin-left: 1.5em;
}

h4+p {
	margin-left: 1.5em;
}

.hidey {
	display: none;
}

fieldset {
	border: none;
	padding: 1em;
}

label {
	float: right;
	padding: 0 2em .5em 0;
}

input {
	float: right;
	padding: 0 2em .5em 0;
}