/* Main Elements */
body {
	margin: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	min-width: 700px;
	background: #577A8D url(/images/headerbg.jpg) top repeat-x;
}
p {
	margin: 0;
}
h1 {
	margin: 1em 0 0.5em 0;
	font-size: 200%;
}
h2 {
	margin: 1em 0 0.5em 0;
	font-size: 150%;
}
h3 {
	margin: 1em 0 0.5em 0;
	font-size: 125%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
/* Wrapper */
#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
/* Top Menu */
#topmenu {
	color: #ccc;
	background: #333;
	width: 100%;
	height: 24px;
	font-size: 90%;
	margin: 0;
	text-align: right;
	border-bottom: 4px solid #FED172;
}
#topmenu * {
	vertical-align: middle;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#topmenu li {
	margin: 0;
	display: inline;
}
#topmenu a {
	padding: 0 20px 0 5px;
	text-decoration: none;
	font-size: 85%;
	color: #ddd;
	border: 0;
}
#topmenu a:hover {
	text-decoration: underline;
	color: #fff;
}
/* Header */
#header {
	align: center;
	width: 96%;
	margin: 0 2% 0 2%;
	padding: 1em 0 1em 0;
	border: 0;
	color: #000;
	text-align: left;
}
#logo {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 0;
	background: url(images/logo.gif) no-repeat;
}
#nologo {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 0;
}
#header h1 {
	margin: 0 0 0 64px;
}
#header h2 {
	margin: 0 0 0 64px;
}
#header h3 {
	margin: 0 0 0 64px;
}
#header p {
	font-size: 80%;
	margin: 0 0 0 64px;
}
#header a {
	color: #00A;
}
#header a:visited {
	color: #00A;
}
/* Content */
#content {
	background: #FFFFFF;
	align: center;
	width: 92%;
	margin: 0 2% 0 2%;
	padding: 20px 2% 10px 2%;
	text-align: left;
	border-bottom: 1px solid #000;
}
#content ul {
	margin-left: 30px;
	padding-left: 0;
	list-style: bullet;
}
#content ul li {
	padding-left: 5px;
}
#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}
#contentlist {
	width: 96%;
	margin: 10px 2% 10px 2%;
	padding: 1em;
	border-width: 1px;
	border-color: #dddddd;
	border-style: dashed;
}
#contentlist td {
	padding: 0.25em;
	border-width: 0 0 1px 0;
	border-color: #999999;
	border-style: none none dotted none;
	vertical-align: top;
	text-align: left;
}
#contentlist td #head {
	border-style: none none none none;
}
#footer-wrapper {
	height: 64px;
	align: center;
	width: 96%;
	margin: 0 2% 64px 2%;
	background: #FED172;
}
#footer {
	padding: 2em 2em 1em 2em;
	font-size: 80%;
}
#footer div.left {
	float: left;
	padding: 1px 1px 1em 1px;
}
#footer div.right {
	float: right;
	padding: 1px 1px 1em 1px;
}
