/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
body {
	text-align: center;
	background: #304F1F url('images/background.gif');
}
#page {
	width: 980px;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	background: white;
}
#header {
	width: 100%;
	height: 30px;
}
#header h1 {
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	font-size: 24pt;
	color: #EC5A13;
	letter-spacing: 11px;
	float: left;
}
#header h2 {
	display: none;
}
#header h3 {
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	font-size: 13pt;
	letter-spacing: 3px;
	padding-top: 5pt;
	float: right;
}
#header-menu {
	clear: both;
	border-top: 20px solid black;
	margin: 1em 0;
	padding-top: 0.5em;
}
#header-menu .menu-item {
	font-family: "Trebuchet MS", "Geneva", "Arial", "Helvetica", sans-serif;
	border-right: 1px dotted black;
	padding: 5px;
	padding-bottom: 2em;
	width: 20%;
}
#header-menu .menu-item-last {
	border-right: none;
}
.page-grid {
	width: 100%;
}
#main-content {
	font-family: "Trebuchet MS", "Geneva", "Arial", "Helvetica", sans-serif;
	font-size: 11pt;
	width: 577px;
	border: 2px dotted black;
	padding: 15px;
	line-height: 1.5em;
	background: white;
}
#main-content a:link {
	text-decoration: underline;
	color: #DF5501;
	font-weight: 300;
}
#main-content a:visited {
	text-decoration: underline;
	color: #46841B;
	font-weight: 300;
}
#main-content a:hover,
#main-content a:active {
	background: #FCF0BF;
	text-decoration: none;
	color: #46841B;
	font-weight: 300;
}

#main-content h1 {
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	font-size: 18pt;
	color: #EC5A13;
	letter-spacing: 2px;
	line-height: 1.5em;
}
#main-content h2 {
	background: #FCF0BF;
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	font-size: 14pt;
	letter-spacing: 2px;
	border-top: 1px solid #E78400;
	border-bottom: 1px solid #E78400;
	line-height: 1.5em;
}
#main-content h3 {
	background: #F1FFD9;
	font-family: "Georgia", "Arial", "Helvetica", sans-serif;
	font-size: 12pt;
	letter-spacing: 2px;
	border-top: 1px solid #E78400;
	border-bottom: 1px solid #E78400;
	line-height: 1.5em;
}
#main-content td {
	font-family: "Trebuchet MS", "Geneva", "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
}
#footer-menu {
	border-top: 20px solid black;
	margin: 1em 0;
	padding-top: 0.5em;
}
#footer-menu .menu-item {
	font-family: "Trebuchet MS", "Geneva", "Arial", "Helvetica", sans-serif;
	border-right: 1px dotted black;
	padding: 5px;
	padding-bottom: 2em;
	width: 20%;
}
#footer-menu .menu-item-last {
	border-right: none;
	width: 60%;
}
