body{
	margin: 0px;
}
.top{
	border-bottom: 4px #F7C442 solid;
}
.topNav{
	width: 370px;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	background: #ECECEC;
	border-bottom: 1px #700B0C solid;
	border-left: 1px #700B0C solid;
	text-align: center;
	padding: 3px;
	vertical-align: middle;
}
.topNav a{
	color: #000000;
	text-decoration: none;
}
.topNav a:hover{
	color: #000000;
	text-decoration: underline;
}
.shell{
	width: 100%;
	font-family: arial;
	font-size: 11px;
}
.homeBanner{
	height: 190px;
	background: url('images/bannerBack.jpg') top left repeat-x;
}

/* CONTENT CLASSES BEGIN */

.content{
	font-size: 11px;
	padding: 5px;
	background: #FFFFFF url('images/boxes.jpg') bottom right no-repeat;
	width: 770px;
	border-bottom: 1px #6A0A0B solid;
}
.content TABLE{
	font-size: 11px;
}
.title1{
	font-family: times, times new roman;
	color: #730C0D;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 5px;
}
.title2{
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #6F0B0B;
	margin-top: 8px;
}
.subTitle{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.homeLinks{
	padding-left: 20px;
	line-height: 150%;
	font-size: 12px;
}
.homeLinks A{
	color: #000000;
	text-decoration: none;
}
.homeLinks A:hover{
	color: #000000;
	text-decoration: underline;
}

/* CONTENT CLASSES END */

/* SECONDARY CLASSES BEGIN */

.secondaryBanner{
	background: url('images/bannerSecBack.jpg') top left repeat-x;
}
.mainNav{
	background: url('images/navBack.jpg') top left repeat-x;
	vertical-align: top;
}
.mainNavItem A {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	display: block;
	padding: 7px;
	border-right: 1px #730808 solid;
	text-align: center;
}
.mainNavItem A:hover {
	color: #FFFFFF;
	display: block;
	background: #B38424;
	padding: 7px;
}
.mainNavItemBlank{
	width: 150px;
}
.contentSec{
	font-size: 11px;
	padding-top: 5px;
	padding-left: 25px;
	padding-bottom: 9px;
	background: #FFFFFF url('images/boxes.jpg') bottom right no-repeat;
	width: 90%;
}

.contentSec A{
	color: #6F0B0B;
}

.contentSec A:hover{
	color: #E8B639;
}
.contentSec TABLE{
	font-size: 11px;
}

/* SECONDARY CLASSES END */

/* LOCATIONS PAGE CLASSES BEGIN */

.locationsTable{
	width: 550px;
	background: #F7F7F7;
}
.locTitle{
	background: #720B0C;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* LOCATIONS PAGE CLASSES END */

/* ITEM TABLES BEGIN */

.itemTable{
	width: 550px;
	background: #F7F7F7;
}
.itemTitle{
	background: #720B0C;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* ITEM TABLES END */

/* BOTTOM CLASSES BEGIN */
.bottomNav{
	padding: 3px;
	font-size: 11px;
	color: #6F6F70;
	text-align: right;
}
.bottomNav A{
	color: #6F6F70;
	text-decoration: none;
}
.bottomNav A:hover{
	color: #6F6F70;
	text-decoration: underline;
}
/* BOTTOM CLASSES END */

.seclinks{
	float: right;
	font-size: 12px;
	margin: 10px;
}
.seclinks A{
	color: #6F0B0D;
}

.button{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 8px;
	background: #F6DC91;
	border: 2px #F7C442 solid;
}

.button A{
	color: #6C0A0B;
	text-decoration: none;
}

.button A:hover{
	color: #000000;
	text-decoration: none;
}