<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/* LOGO & UTILITY NAV */
div#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
}	
	#header div#utilNav {
		background-color: #fff;
		margin: 0 auto;
		padding: 0;
		width: 778px;
		height: 72px;
		text-align: left;
	}
	#header div#utilNav a.utilNav,a.utilNav:visited,a.utilNav:active {
		text-decoration: none;
		font: bold 10px/13px Geneva, Verdana, Arial, sans-serif;
		color: #000;
	}
	#header div#utilNav a:hover {
		color: #F20018;
	}
	#header div#utilNav img {
		width: 235px;
		height: 72px;
		margin: 0 5px 0 0;
		border: none;
		vertical-align: middle;
	}
	
/* SITE NAV */	
div#siteNav_header {
	background: #ece3d5 url(images/content_top_rule_bg.gif) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	div#siteNav {
		background: #FEF9F2 url(images/siteNav_bg.gif) repeat-x 0px 0px;
		margin: 0 auto;
		width: 778px;
		height: 75px;
		border-right: 1px solid #000000;
		border-left: 1px solid #000000;
	}
	td.siteNav {
		width: 389px;
		text-align: left;
	}
	a.siteNav,a.siteNav:visited,a.siteNav:active {
		display: block;
		height: 17px;
		margin: 0;
		padding: 4px 0 0 4px;
		font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
		color: #A0290F;
		text-decoration: none;
		text-align: left;
	}
	a.siteNav:hover {
		color: #F20018;
	}
	div#siteNav #navOff {
		background: #A0290F;
		color: #fff;
	}	

/* CONTENT */
div#main {
	margin: 0px;
	padding: 0px;
	background: #ece3d5 url(images/main_bg.gif) repeat-x left bottom;
	border-bottom: 2px solid #F20018;
	text-align: center;
}
	div#main div#content {
		margin: 0px auto;
		padding: 0px;
		width: 778px;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		background: #FEF9F2 url(images/content_bg.gif) no-repeat right top;
		text-align: left;
	}
	div#lftColumn {
		font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
		color: #382200;
		width: 570px;
		margin: 0 20px 20px;
		text-align: left;
	}
	.bigRed {
		font: bold 24px/24px Georgia, "Times New Roman", Times, serif;
		color: #F20018;
	}
	.bigBrown {
		font: bold 14px/24px Georgia, "Times New Roman", Times, serif;
		color: #382200;
	}
	div#lftColumn a,a:visited,a:active {
		color: #A71C2A;
		text-decoration: underline;
	}
	div#lftColumn a:hover {
		color: #F20018;
	}
	div#downloads {
		padding: 0px;
		float: right;
		width: 140px;
		margin-right: 10px;
		font: normal 9px/12px Verdana, Arial, Helvetica, sans-serif;
		color: #666;
	}
	.downloadTitle {
		margin-bottom: 5px;
		padding: 3px;
		font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #FFFFFF;
		background: #B87E79;
		border-bottom: 3px solid #A91C2A;
	}
	div#downloads ul {
		margin: 0;
		padding-left: 1.8em;
	}
	a.download,a.download:visited,a.download:active {
		font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
		color: #A71C2A;
		text-decoration: none;
	}
	a.download:hover {
		color: #F20018;
	}
	
/* FOOTER & CONTACT INFO */
div#footer {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border-top: 5px solid #B87E79;
	text-align: center;
}
	div#footer div#contactInfo {
		margin: 0px auto;
		padding-top: 10px;
		width: 778px;
		background: url(images/contactInfo_bg.gif) no-repeat 380px 25px;
		text-align: center;
	}
	
		.opHours {
			margin: 0px auto 5px;
			display: block;
			width: 400px;
			font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
			color: #908485;
			border-top: 1px solid #908485;
			border-bottom: 1px solid #908485;
			letter-spacing: .1em;
		}
		div#contactInfo .location {
			margin: 0px auto;
			padding: 0px;
			width: 389px;
			float: left;
			text-align: center;
			font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
		}
		a.locationLink,a.locationLink:visited,a.locationLink:active {
			font: bold 11px/12px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
			color: #A91C2A;
			text-decoration: underline;
		}
		a.locationLink:hover {
			color: #F20018;
		}
		.phone {
			font: bold 11px/12px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
			color: #000;
		}
		.copyright {
			font: bold 10px/12px "Trebuchet MS", Geneva, Verdana, Arial, sans-serif;
			color: #000;
		}
	
-->

