@charset "UTF-8";
body { background: #E9DDC9; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */ padding: 0; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.88em; line-height: 1.4em; }
h1 { font-size: 2em; font-weight: normal; color: #9C5700; margin-top: 0.5em; margin-right: 0px; margin-bottom: 0em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0.5em; padding-left: 0px; line-height: 1em; }
h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}
h2 { font-size: 1.3em; color: #330; }
h4 {
	text-transform: uppercase;
	color: #C89CB5;
	letter-spacing: 0.3em;
	font: 1em "Courier New", Courier, monospace;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 0em;
	margin-top: 0.5em;
	padding-top: 0px;
}
h5 {
	font-size: 0.8em;
}
a:link, a:visited {
	color: #904000;
}
a:hover, a:focus, a:active {
	color: #330000;
	background-color: #FFFFFF;
}
#container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	line-height: 1.0em;
}
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header li {
	background-color: #660000;
	float: left;
}
#header a:link, #header a:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 6px;
	border-right: 1px solid #E9DDC9;
	font: normal 0.8em Arial, Helvetica, sans-serif;
}
#header a:hover, #header a:focus, #header a:active {
	color: #330000;
	background-color: #FFFFFF;
}
#mainContent {
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer p {
	font-size: 0.88em;
}
.copyright {
	font-size: 0.88em;
	font-style: italic;
	margin-top: -1em;
	margin-left: 2em;
}
.fltrt {
float: right; margin-left: 8px;
}
.fltlft { 
float: left; margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ghosted {
	color: #999999;
}
.bluesans { font-family: Verdana, Geneva, sans-serif; color: #4F718F; margin-right: 0.5em; font-weight: bold; }
.draft {
	font-family: Georgia, Cambria, "Times Roman", serif;
	font-size: 1.4em;
	color: #669;
}
.smallGreySans { font-family: Verdana, Geneva, sans-serif; font-size: 0.7em; color: #999; }

