body {
	margin: 0%;/* This deletes the small gap between the top of the header and the top of the page */
}
h1#title {
	margin: 0%;
	font-size: 1em;
	text-align: center;
	/*background-color: #153407;*//* Original */
	background-color: #224B11;
	/*background-color: #005500;*//* DarkGreen */
}
h1#title img#shiftleft, div.wrap a.shiftleft {
	float: left;
}
h1#title img#shiftright, div.wrap a.shiftright {
	float: right;
}
div#sidebar {
	float: left;
	width: 10%;
	/*border: solid 1px #000;*/
}
ul#nav {
	position: fixed;
	margin: 1% 0% 0% 0%;
	padding-right: 0%;
	padding-left: 0.5%;
	font-size: 0.75em;
}
ul#nav li {
	list-style-type: none;
	padding-bottom: 1.5%;/* test this on IE6 */
}
ul#nav li a {
	display: block;/* meant to expand anchor right across list-item */
}
ul#nav, div.wrap p, div.wrap ul, div.wrap ol, p.footer {
	font-family: verdana, arial, helvetica, sans-serif;
}
ol {
	list-style-type: lower-alpha;
}
div.wrap {
	clear: both;
	width: 70%;
	margin-left: 15%;
	max-width: 1200px;
}
div.wrap p, div.wrap ul, div.wrap ol {
	font-size: 1.1em;
	/*color: #153407;*//* Original */
	color: #006600;
	line-height: 1.15em;
	letter-spacing: 0.8px;
}
div.wrap p {
	margin: 1.5% 0%;
	padding: 0%;
}
div.wrap p span {
	font-size: 1.1em;
	font-weight: bold;
}
div.divider div, div.divider p, div.divider .gap {
	clear: both;
}
div.divider p {
	padding-left: 1%;/* This only takes if the text doesn't flow around the images! */
}
a:link {
	color: #003300; text-decoration:underline; }
a:visited {
	color: #003300; text-decoration:underline; }
a:hover	{
	color: #666666; text-decoration:none; }
a:active {
	color: #006600; text-decoration:underline; }
a img {
	border-color: white;
}
.leftside {
	float: left;
	margin-top: 0%;
	margin-left: 0%;
}
.rightside {
	float: right;
	margin-top: 0%;
	margin-right: 0%;
	padding-top: 5%;/* This doesn't take! */
}
p.footer {
	clear: both;
	font-size: 0.7em;
	width: 60%;
	margin-left: 20%;
	padding-top: 0.5%;
	color: #999;
	text-align: center;
}
p.footer a {
	font-size: 1.1em;
	color: #999;
}
