/* CSS Document
background on page is #a3b5a2
background of html area is #5e7d3d
logo background is #fbe484
*/
/* Use this div for testing */
/* div { border: 1px dashed red; } */

a {
	color: #000000;
	font: 9pt Tahoma, sans-serif;
}

td.content {
	vertical-align: top;
	text-align: left;
}

td.content p{
	line-height: 150%;
	padding: 0 1em 1em 1em;
}

p.cite{
	font-style: italic;
	font-size: 90%;
	line-height: 125%;
}

.content h2 {
	color: #6b3c00;
	font-size: 125%;
	padding: 0.8em 0 0 0.8em;
}

body {
	background-color: #5E7D3D;
	color: #000000;
	font: 9pt Georgia, "Times New Roman", serif;
	margin: 5em 0;
}

cite {
	padding-left: 2em;
}

/* this gets rid of purple border around images that are links */
img {
	border: 0 none;
}

#container {
	background-color: #5E7D3D;
}

/* note the overflow: auto and the height: 100%
	these are used to get the outer div to be as tall as a floated inner div */
#main {
	background: #FFFFFF;
	height: 100%;
	overflow: auto;
	padding: 0;
}

/* IE hack for 3px gap */
	* html #main {
	position: relative;
	top: -3px;
}

/* grouping block */
.content {
	background-color: white;
	color: black;
	width: 465px;
}

.content img {
	padding: 1em;
}

.navbar {
	width: 133px;
}

.navbar .selected {
	color: #5E7D3D;
}

.navbar a {
	text-decoration: none;
}

.navbar a:hover {
	text-decoration: underline;
}

.navbar li {
	border-bottom: thin dotted #909090;
	list-style-type: none;
	padding: 0.5em;
}

.navbar ul {
	margin: 0.5em;
	padding: 0.1em;
}

.sidebar {
	width: 125px;
	background-color: #fbe484;
	padding: 5px 5px;
	vertical-align: top;
}

.leftprints {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 20px;
}

.rightprints {
	width: 125px;
	vertical-align: bottom;
	text-align: center;
	background-color: #fbe484;
	padding-bottom: 10px;
}

.rightprints p, .rightprints h2{
	vertical-align: top;
	text-align: left;
	padding: 0.25em;
}

.rightprints h2{
	font-size: 100%;
	font-weight: bold;
}

.page {
	margin: 0 auto;
	background-color: white;
	width: 733px;
}