@charset "utf-8";
body {
	background-color: #999999;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
#container {
	text-align: left;
	padding: 0px;
	width: 825px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #000000;
}
#masthead {
	margin: 0px;
	padding: 0px;
	height: 148px;
	width: 825px;
	background-image: url(../cssimages/masthead.jpg);
	background-repeat: no-repeat;
}
#sidebar {
	margin: 0px;
	float: right;
	width: 251px;
	background-image: url(../cssimages/sidebar.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}

#content {
	margin: 0px;
	width: 544px;
	background-image: url(../cssimages/contentarea.gif);
	background-repeat: no-repeat;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 5px;
}
#content-textreg {
	width: 500px;
	padding: 10px;
}

#falsesidebar {
	background-color: #CCFF66;
	margin: 0px;
	padding: 0px;
	width: 825px;
	background-image: url(../cssimages/falsesidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 825px;
	background-image: url(../cssimages/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	color: #660000;
}

.clear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}
h1 {
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #660000;
}
h2 {
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	color: #660000;
}

h3 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}
h4 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #660000;
}
a {
	color: #660000;
	text-decoration: none;
}	
	a:hover {
	text-decoration: underline;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660000;
}
.datecolor {
	font-weight: bold;
	color: #660000;
}
.copywrite {
	font-size: 9px;
}
.accentsyle {
	font-weight: bold;
	color: #660000;
}
.whitelabel {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	line-height: normal;
}
.captions {
	font-style: italic;
	font-weight: normal;
	color: #000000;
	font-size: 9pt;
}
