#html, body {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width:779px;
	height: 100%;
	margin: auto;
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	background-color: white;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none
}
a:hover {
	color: #4c4c4c;
	text-decoration: underline
}
div#navbar { width: 100%; background-color: #000000; text-align: center; padding-top: 7px; padding-bottom: 7px; }
div#navbar ul { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #c4c4c4; font-weight: bold; white-space: nowrap; }
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a { text-decoration: none; padding: 8px 12px 7px; color: #c4c4c4; }
div#navbar li a:link {
 color: #c4c4c4;
}
div#navbar li a:visited {
	color: #c4c4c4;
}
div#navbar li a:hover { color: #cc9; background-color: #000; }
a.black {
	color: #4c4c4c;
	text-decoration: none;
}
a.black:link {
	color: #4c4c4c;
	text-decoration: none;
}
a.black:hover {
	color: #000;
	text-decoration: none;
}
.wrapper {
	border: solid 1px black;
}
.pagetitle {
	color: #c4c4c4;
	font-weight: normal;
	background-color: black;
	text-align: left;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 40px;
}
.subnav { padding: 7px 0; border-bottom: 1px dotted black; }
.content {
	text-align: left;
	padding: 11px 20px 11px 40px;
}
.footer {
	color: #666666;
	font-size: 9px;
	padding-top: 20px;
}
.copyright {
	color: #666666;
	font-size: 9px;
}
