#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
html {
	min-width: 600px;
	min-height: 100%;
	margin-bottom: 1px; /* forces scrollbar */
}
body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}
.clearhack {
	display: inline;
} /*Clears Box Model Hack in IE5*/
body {
	background: #E0E0C1;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}
a {
	color: #06C;
}
a:hover {
	color: #333;
}
a:active {
	color: #000;
}
p, dd {
	line-height: 1.6em;
}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #333;
}
li {
	line-height: 140%;
}
h1 {
	font-size: 180%;
	margin: 0;
}
h1 a {
	text-decoration: none;
	color: #333;
}
h1 a:hover {
	border-bottom: 1px dotted #666;
	color: #000;
}
h2 {
	font-size: 120%;
	letter-spacing: .1em;
	padding: 3px;
	border: 1px solid #666;
	background-color: #C0A882;
	margin: 0;
	color: #333;
}
p, li, dd, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}
#footer {
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #C60;
	text-decoration: none;
}
#footer a:hover {
	color: #C60;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#main {
	border: 1px solid #666;
	clear: both;
	background: #99C1D6;
	padding-top: 2em;
}
#contents {
	padding: 1.5em;
	background: #FFFFFF;
	min-height: 300px;
}
#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#primary li {
	display: inline;
	list-style: none;
}
#header ul#primary a, #header ul#primary span, #header ul#primary a.current {
	width: 7.5em;
	display: block;
	float: left;
	padding: 5px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-decoration: none;
	color: #333;
}
#header ul#primary span, #header ul#primary a.current, #header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #99C1D6;
	padding-bottom: 6px;
	margin-top: 1;
}
#header ul#primary a {
	background: #EAEAD6;
	border: 1px solid #AAA;
	border-bottom: none;
}
#header ul#primary a:hover {
	margin-top: 1;
	border-color: #666;
	background: #CCE0EA;
	color: #000000;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
}
#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.7em;
	left: 1px;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#header ul#secondary li a, #header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #069;
	background: none;
}
#header ul#secondary span {
	font-weight: bold;
}
#header ul#secondary li a {
	color: #333;
	text-decoration: none;
}
#header ul#secondary li a:hover {
	color: #069;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #069;
}
#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}
#header ul#secondary li:last-child a {
	border: none;
}
