html { 
}
body {
	margin: 0;
	padding: 0;
	/*font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
}
strong, em, b, i {
	/* Use this font stack for ALL classes/elements that should be rendered in Lucida as either bold or italic. */
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}
ul, ol {
	margin: 0;
	padding: 0 0 1.5em 0;
}
li {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.5em;
}
h1 {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	color: #1f1f1f;
	font-size: 25px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 55px;
	border-bottom: solid 1px #dcdcdc;
}
h2 {
	clear: both;
	margin: 0;
	padding: 0 0 15px 0;
	color: #981318;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5em;
}
h3 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 0;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;
	border-bottom: solid 1px #981318;
}
h4 {
	clear: both;
	margin: 0;
	padding: 0;
	color: #981318;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	line-height: 2em;
}
a {
	color: #981318;
	text-decoration: underline;
}
a:hover {
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}



/* ************************************************** div#masthead ****************************** */
div#masthead {
	margin: 0;
	padding: 0;
}
#masthead div.useraccess {
	display: none;
}



/* ************************************************** div#navmain ****************************** */
#navmain {
	display: none;
}



/* ************************************************** div#billboard ****************************** */
div#billboard {
	display: none;
}





/* ************************************************** div#column ****************************** */
div#column {
	display: none;
}
.home div#column {
	display: inherit;
}



/* ************************************************** div#footernav ****************************** */
div#footernav {
	padding: 25px 0;
}
#footernav h3 {
	margin: 0;
	padding: 0 0 6px 0;
	color: #fff;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
	border: 0 none;
}
#footernav h3 a,
#footernav h3 a:hover {
	color: #fff;
	text-decoration: none;
}
#footernav p {
	margin: 0;
	padding: 0 0 1.5em 0;
	color: #999;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
}
#footernav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footernav li {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 2em;
}
#footernav ul a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footernav a:hover {
	color: #ff9900;
}
#footernav div.column {
	display: none;
}
#footernav div.detailscolumn {
	padding: 0 0 20px 0;
	text-align: right;
}
#footernav .detailscolumn h3 {
	padding: 0 0 11px 0;
}



/* ************************************************** div#footercredits ****************************** */
#footercredits a {
	color: #F36467;
	text-decoration: underline;
}
#footercredits p.credits {
	display: none;
}
#footercredits p.copyright {
	text-align: right;
	font-size: 11px;
}
#footercredits p.return {
	display: none;
}



