body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, helvetica;
	font-size: 12px;
	color: #5E6639;
	text-align: center;
}

html {
	height: 100%;
}

#page {
	width: 755px;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: center;
}

#content {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	text-align: left;
}

#content a {
	font-weight: bold;
	color: #EBB600;
	text-decoration: none;
}

#content a:hover {
	color: #5E6639;
}

.h1, h1 {
	padding: 0px 0px 0px 0px;
  margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #EBB600;
	line-height: 26px;
	letter-spacing: -0.08em;
}

.h2, h2 {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #5E6639;
}

li {
	margin-bottom: 3px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	padding: 0;
}

#footer {
	min-width: 755px;
	clear: both;
	font-size: 95%;
	text-align: center;
	background-color: #9e7900;
	color: #FFFFFF;
	height: 4em;
}

#footer_inner {
	top: 20%; 
	position: relative;
}

#footer_push {
	height: 4em;
}

#header {
	min-width: 755px;
	clear: both;
	padding: 0.2em;
	margin-bottom: 30px;
	font-size: 95%;
	text-align: center;
	background-color: #9e7900;
	color: #FFFFFF;
}

#navbar {
}

#navbar ul {
	height: 2em;
	margin: auto 0px;
	list-style-type: none;
	width: 80%;
}

#navbar li.hide {
	border: none;
}

#navbar li {
	font-size: 130%;
	float: left;
	width: 20%;
	height: 2em;
}

#navbar a {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contrast {
	color: #5E6639;
}

td {
	vertical-align: top;
}

.side-by-side th {
	font-size: 120%;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #c0c0c0;
	margin-bottom: 10px;
}

table.side-by-side {
	border-collapse: collapse;
	margin-top: 10px;
}

.side-by-side td.left {
	padding-right: 10px;
}

.side-by-side td {
	padding-bottom: 20px;
}

.side-by-side td.separator, .side-by-side th.separator {
	border-left: dotted 1px #c0c0c0;
	width: 1px;
}

.alt {
	background-color: #EDE6A8;
}

.quotation {
	font-style: italic;
	padding-left: 1em;
	padding-right: 1em;
}

.spaced td {
	padding-bottom: 1em;
}

.citation {
/*	vertical-align: super; */
}

.header_comment {
	text-align: right;
	font-size: 80%;
	color: #EBB600;
}

