body {
	margin: 0px;
	padding: 0px;
	background-color: #046802;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}

#login {
	border: 4px solid #50553e;
	background-color: #f5ffcc;
	width: 40em;
	height: 10em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 3em;
	padding-bottom: 3em;
	font-weight: bold;
	color: #000000;
}

#titlebar {
	text-align: center;
	font-size: 1.7em;
	font-weight: bold;
	width: 100%;
	clear: both;
	color: #ffffff;
	margin-bottom: 1em;
}

#leftnav {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom 0em;
	background-color: #d4ece2;
	width: 20em;
	font-size: .8em;
	float: left;
}

#leftnav a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1 px dotted #2c3b35;
}
#content {
	font-size: .9em;
	margin-top: 3em;
}

#content a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #2c3b35;
}

#content .focus {
	border: 2px dotted #50553e;
	background-color: #f5ffcc;
	margin: 1em;
	padding: 1em;
}

#content .datatitle {
	font-size: 1.25em;
}

#content .datalink {
	font-size: .9em;
}

#content .searchTable {
	margin: 1em;
	padding: 1em;
	border: 4px ridge #43553e;
	background-color: #ebffe6;
	width: 90%;
}

#content .resultsTable {
	margin: 1em;
	padding: 1em;
	font-size: .85em;
	border : 4px ridge #86aa7d;
	background-color: #faffe6;
	width: 90%;
}

#content .resultsTable a {
	cursor: hand;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #2c3b35;
}

#content .resultsTable a:link, a:visited {
	color: #000000;
}

#content .resultsTable a:hover,a:active {
	background-color: #fffaef;
	color: #000000;
}

#content .resultsTable th {
	border-right: 1px solid #577769;
	border-bottom: 1px solid #577769;
}

#content .resultsTable td {
	border-right: 1px dotted #577769;
	border-bottom: 1px dashed #577769;
}

#content .databox {
	margin: 1em;
	padding: 1em;
	border: 4px ridge #43553e;
	background-color: #ebffe6;
	width: 90%;
	font-size: .9em;
}

#content .databox a {
	border-bottom: 1px dotted #2c3b35;
}

#footer {
	color: #ffffff;
	border: 2px dotted #e0e0e0;
}
