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

body {
	background-color: #a3a3d1;
	color: #333;
	font-family: arial, lucida, helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
html>body {
	font-size: 14px; 
}
h1 {
	margin: 0;
	font-size: 2.5em;
	line-height: 0.9em;
	margin-bottom: .75em;
	color: #edf1e8;
	font-weight: black;
}
h1 a {
	color: #edf1e8;
	text-decoration: none;
}
h1 a:hover {
	color: #333;
}
h2 {
	margin: 0;
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: .5em;
	color: /*#623100*/#333;
}
h3 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.125em;
	margin-bottom: .5em;
	padding-top: .5em;
	color: /*#357f3d*/#333;
}
h4 {
	margin: 0;
	font-size: 1.25em;
	line-height: 1.286em;
	margin-bottom: 1.286em;
}
p, ul, blockquote, pre, td, th, label {
	font-family: georgia, serif;
	margin: 0;
	font-size: 1em;
	line-height: 2em;
	margin-bottom: 1em;
}
ul {
	margin-bottom: 1em;
	list-style-type: square;
}
small {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.1em;
	margin-bottom: 1.8em;
	color: #666;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.5em;
}
a {
	color: #623100;
	text-decoration: underline;
}
a:hover {
	color: #82332c;
}
img {
	border: 1px solid #666;
	margin: 0;
}

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

#container {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: none;
}

#content-wrapper {
	position: absolute;
	width: 1000px;
	height: auto;
	left: 50%;
	margin-left: -500px;
	top: 2em;
	background-color: /*#eaede4*/#fff;
	padding: 0;
	border: 1px solid #545744;
}

#header-wrapper {
	position: relative;
	left: 0px;
	margin: 0;
	height: 100px;
	width: 100%;
	background-color: /*#623100 #545744 #357f3d*/ #990000;
}

#header {
	position: absolute;
	bottom: 0;
	width: 75%;
	padding-left: 1.5em;
}


#content {
	position: relative;
	width: 1000px;
	height: auto;
}

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

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

#beta-wrapper {
	width: 300px;
	position: absolute;
	right: 0;
	top: 50px;
	padding: 0 0 1.5em 0;
	margin-right: 1.5em;
}

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

#nav-wrapper {
	padding: .5em 0 .5em 1.5em;
	background-color: #e6e6e6;
}

#nav {

}

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

#footer {

}

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

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav ul li {
	display: inline;
	font-size: .9em;
	margin: 0 .5em 0 0;
	/*border: 1px solid #fff;*/
	padding: .5em .5em;
	background-color: #a2caa2;
}

#nav ul li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

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

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

#content>h2 {
	color: /*#82332c*/#3f3f3f;
	font-size: 1.67em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
	background-color: /*#d4d9cf*/#a2caa2;
	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;
}

p.caption {
	font-size: .75em;
	color: #333;
	padding: .5em 0 2em 0;
	margin: 0;
	line-height: 1.25em;
}

blockquote.pullout {
	background-color: #e6e6e6;
	width: 600px;
	padding: 1em 1.5em;
	margin: 1em 0;
}

.noshow {
	display: none;
}

/**********  form css *********/


fieldset {
	font-family: georgia, serif;
	font-size: 14px;
	background-color: #ccc;
	padding: 1em;
	border: 1px solid #666;
	width: 600px;
}

label {
	float: left;
	text-align: right;
	margin: .5em 0;
	width: 210px;
	clear: both;
}

input, textarea {
	float: left;
	margin: .5em 0;
	width: 300px;
}

#subbutton {
	float: none;
	width: auto;
	margin-left: 240px;
	clear: both;
	text-align: center;
	padding: .1em .5em;
}

br {clear: both; }