body {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	position: relative;
	background-color: #f8f3d3;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
}

h1,h2,h3,h4 {
	color: #224f00;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 0.5em;
}

th {
	text-align: left;
}

thead th {
	border-bottom: 1px solid #224f00;
}

dt {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1em;
}

dd {
	padding-top: 1em;
}

a {
	color: #224f00;
}

.float-right {
	float: right;
	margin: 1em;
}

.center {
	text-align: center;
}

/* photo styles */
.photo-caption .name {
	font-weight: bold;
	font-size: 1em;
}
.photo-caption .description {
	font-style: italic;
}

/* form styles */
fieldset {
	margin-bottom: 1em;
}

.input {
	position: relative;
}

.text, .password, .select, .file, .checkbox, .submit {
	height: 2em;
}
.textarea {
	height: 7em;
}

.error {
	height: 5em;
}
.error label {
	color: red;
	font-style: italic;
}

.input label {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 8em;
	font-weight: bold;
}
.input .control {
	position: absolute;
	left: 9em;
	top: 0px;
}

.error-description {
	position: absolute;
	left: 9em;
	top: 2.2em;
	color: red;
	font-style: italic;
}


/* structural classes */
#header {
	width: 100%;
	height: 100px;
	background-image: url(/static/images/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#nav {
	margin: 0px;
	height: 2.2em;
	width: 100%;
	background-color: #224f00;
	color: #f8f3d3;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-left: 7px;
}
#nav li {
	display: inline;
	list-style-type: none;
	font-size: 1.4em;
	font-weight: bold;
	padding-right: 25px;
}
#nav a {
	color: #f8f3d3;
	text-decoration: none;
}
#nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content {
	padding-left: 12px;
	max-width: 750px;
}
#footer {
	clear: both;
	padding-left: 12px;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 0.8em;
	font-style: italic;
	border-top: 1px solid #224f00;
}