html {
	text-align: center;
	background-color: #ddd;
}
body, p, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	width: 744px;
	color: #000; background-color: #fff;
	border: 1px solid Black;
	margin: 1em auto; padding: 0;
	position: relative;
	text-align: left;
}
h1,h2,h3,h4,h5 {
	text-align: center;
}
h1 {
	width: 744px; height: 159px;
	background:url("/images/top.gif") top left no-repeat;
	text-indent: -9999px;
	margin: 0; padding: 0;
}
span.reg { font-size: 11px; position: relative; top: -5px; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Footer */
#footer {
	margin: 0;
	padding: 40px 0 0.125em;
	background: #69c url(/images/bottom.gif) no-repeat;
	text-align: center;
	font-size: small;
	font-weight: bold;
}
#footer a {
	color: Black;
	text-decoration: none;
}
#footer a:hover {
	color: White;
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin-left: -1em;
}
#footer ul li {
	display: inline;
	padding: 0 1em;
	border-left: 2px solid black;
}
#footer ul li.first {
	border-left: 0;
	padding-left: 0;
}
