HTML
{
	overflow-y: scroll;
}

BODY
{
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	background-color: #173E49;
	background-color: #022330;
}

A, A:visited
{
	color: #8D0922;
	text-decoration: none;
}

A:active
{
	color: #FF0000;
	text-decoration: underline;
}

A:hover
{
	text-decoration: underline;
}

H1 {
	font-size: 1.75em;
	margin-top: 0;
	color: #8D0922;
}

H2, H3, H4
{
	color: #8D0922;
}

.ghost {
	color: #9A987A;
	margin-left: 4px;
	margin-right: 4px;
}

#outerwrap
{
	background: url(/assets/images/page_shadow.png) repeat-y center top;
	background-color: #173E49;
	background-color: #022330;
	margin: 0;
}

#innerwrap
{
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#masthead
{
	background: url(/assets/images/smoketop.jpg) repeat-x bottom;
	height: 150px;
	width: 100%;
	position: relative;
	margin-top: 0;
}

#masthead IMG
{
	position: relative;
	top: 14px;
	left: 14px;
	border: 0;
}

#mastheadtools
{
	position: absolute;
	margin: 0;
	top: 10px;
	right: 10px;
	font-size: 80%;
}

#donatebutton
{
	background: url(/assets/images/donatebutton.png) no-repeat;
	width: 250px;
	height: 66px;
/* 	padding: 8px 8px 14px 14px; */
	color: #FFFFFF;
	font-size: 125%;
}

#donatebutton .content
{
	padding: 8px 8px 14px 14px;
}

#donatebutton P
{
	margin: 0;
	text-align: center;
}

#donatebutton P.title
{
	font-size: 125%;
	color: #DBEEF4;
	font-weight: bold;
}

#donatebutton P A {
	color: #FFFFFF;
}

#frmSearch
{
	position: absolute;
	width: 320px;
	bottom: 10px;
	right: 10px;
}

#frmSearch #txtSearch
{
	border: 1px solid #8D0922;
	background-color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-right: 10px;
	height: 100%;
	width: 250px;
}

#frmSearch #cmdSubmit
{
	border: 1px solid #8D0922;
	width: 50px;
	color: #FFFFFF;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 3px;
	background-color: #8D0922;
	background: #8D0922 url(topaccent.png) repeat-x bottom;
}

.clearfix:after
{
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
}

.clearfix {
	display: inline-block;
	display: block;	
}

#hnav 
{
	clear: both;
	background: url(/assets/images/hnav.png) repeat-x top;
	height: 40px;
	line-height: 40px;
	font-size: 95%;
}

#hnav UL
{
	list-style-type: none;
	list-style-image: none;
	margin: auto;
	text-align: center;
	padding-left: 0;
}

#hnav LI
{
	display: inline;
	height: 40px;
	color: white;
	margin: 0 15px;
	font-size: 110%;
}

#hnav LI A, #hnav LI A:visited
{
	color: #FFFFFF;
}

#breadcrumb 
{
	/* background: url(/assets/images/breadcrumbfade.png) repeat-x top; */
	background-color: #F5F4F1;
	border-bottom: 1px solid #9B9B9B;
}

#breadcrumb UL, #breadcrumb LI
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#breadcrumb LI
{
	float:left;
	line-height:2.0em;
	padding-left:.75em;
	font-size: 80%;
	color: #403839;	
}
#breadcrumb UL {display: block;}
#breadcrumb LI A
{
	display: block;
	padding: 0 15px 0 0;
	background-color: #F5F4F1;
	background: url(/assets/images/breadcrumbarrow.png) no-repeat right center;
	color: #403839;
}

#breadcrumb LI A:link, #breadcrumb LI A:visited
{
	text-decoration: none;
	color: #403839;
}

#breadcrumb LI A:hover, #breadcrumb LI A:focus
{
	color: #8D0922;
}

#breadcrumb LI.current
{
	font-weight: bold;
}

#bodycontent
{
	position: relative;
	float: left;
	margin: 10px;
	width: 940px;
}

#bodycontent H1
{
	font-weight: normal;
	font-size: 300%;
	margin-bottom: 10px;
}

#contentsidebar
{
	margin: 10px;
	width: 220px;
	float: right;
	color: #403839;
}

#contentsidebar H4
{
	text-transform: uppercase;
	margin-top: 0;
	color: #403839;
}

#frontcontent {
	clear: both;
	background-color: #FFFFFF;
}

.frontcontentcol {
	width: 640px;
	margin: 0;
	float: left;
}

.frontcontentcol H1
{
	margin-top: 0;
	color: #403839;
	border-bottom: 1px solid #D4CECF;
	padding-bottom: 10px;
	font-weight: normal;
}

#fronthighlight
{
	float: right;
	width: 290px;
	margin-left: 10px;
}

.contentsidebar
{
	float: right;
	width: 270px;
	margin-left: 10px;
	background-color: #F0F3F4;
	border-bottom: 3px solid #173E49;
	padding: 0 10px;
}

.contentsidebar A 
{
	color: #173E49;
}

TABLE.schedule
{
	width: 100%;
	border: 0;
	border-spacing: 0;
}

TABLE.schedule * TD {
	
	font-size: 100%;
}	

.frontcontentcol H4
{
	color: #000000;
	font-weight: bold;
	margin-top: 1.25em;
	margin-bottom: 0;
}

#frontcontent P
{
	margin-top: 0;
}

TABLE.schedule TR:first-child TD H4
{
	margin-top: 0;
}

TABLE.schedule TR
{
	vertical-align: top;	
}

#footer
{
	height: 100px;
	margin-bottom: 0;
	background-color: #FFFFFF;
	background: url(/assets/images/smokebottom.jpg) repeat-x top;
	color: #000000;
	position: relative;
	clear: both;
	border-top: 3px solid #8A0000;
}

#footer #addressline
{
	position: absolute;
	bottom: 8px;
	left: 8px;
	margin: 0;
}

#footer IMG
{
	position: absolute;
	bottom: 8px;
	right: 8px;
	margin: 0;
}
