@charset "iso-8859-1";

/* CSS Document */
body {
	background-color: #D3DDC3;
	color: #2E1515;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}

#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
a {
	color: #3300CC;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
	}
.footer {
	font-size:  0.8em;
	margin-top: 0.5em;
	color: #FFFFFF;
}
.topnav {
	padding-left: 0.8em;
	padding-right: 0.5em;
	}
h1 {
	font-size: 1.6em;
	padding-left: 1em;
	margin-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51551F;
	}
h2 {
	font-size: 1.4em;
	padding-left: 1em;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51551F;
	}
h3 {
	font-size: 1.2em;
	padding-left: 1em;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51551F;
	}
h4 {
	font-size: 1.1em;
	padding-left: 1em;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #51551F;
	}
h5 {
	font-size: 1em;
	padding-left: 1.5em;
	color: #51551F;
	}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding-left: 2em;
	padding-right: 1em;
	}
ol, ul, li {
	font-size: 1em;
	line-height: 1.2em;
	margin-left: 3em;
	padding-right: 2em;
	}
li > p {
	margin-top: 0.2em;
	padding-left: 4em;
	}
.bottomnav {
	color: #3300CC;
	padding-left: 0em;
}
