@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #217ABB;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #217ABB;
}
.oneColFixCtr #mainContent {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div.regtxt{
	margin: 8px;
	padding: 8px;
	border: 1px solid #341E61;
	text-align: left;
	color: #000000;
}
a.more, a.more:visited{
	color: #BB0000;
	text-decoration: none;
}

a.more:hover {
	color: #000000;
	text-decoration: none;
}

h1{
	font-size: 1.4em;
	color: #000000;
	font-weight: lighter;
}

td.regtxt{
	border: thin solid #5022AB;
	padding: 10px;
	margin: 10px;
}
td.listtxt{
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #217ABB;
}
p.copyright{
	font-size: 0.7em;
	color: #333333;
}
div.quote {
	font-size: 0.85em;
	font-style: italic;
	text-align: right;
	margin: 8px;
}
div.quotesm {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 95%;
}
html {
	height: 101%;
}
