@charset "UTF-8";
. #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F7E1A6;
	margin: 0 0 0 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
. #header {
	background: #DDDDDD; 
}
. #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
. #footer {
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
. #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: 5px 5px 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.container {
	width: 949px;
	margin-right: auto;
	margin-left: auto;
	background: #F7E1A6;
	border-right: thin dotted #333333;
	border-left: thin dotted #333333;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #333333;
	border-bottom-color: #333333;
	font: small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.container #mainContent {
	padding: 7px;
	margin: 5px;
}
#container #topnav {
	border-bottom: thin dotted #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 2px;
}
#topnav a {
	margin: 7px;
	padding: 2px;
	display: inline;
}
#topnav a:hover {
	background: #FAEDD1;
}
#container #header img {
	margin: 0px;
	padding: 0px;
}
#container #subnav {
	border-top: thin dotted #333333;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 2px;
}
#subnav a {
	margin: 7px;
	padding: 2px;
	display: inline;
}
#subnav a:hover {
	background: #FAEDD1;
}

.body {
	font-weight: normal;
	font-size: 0.95em;
}
.body_b {
	font-weight: bold;
	font-size: 0.95em;
}
h1 {
	font-size: 1.75em;
	font-weight: bold;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
}

