body {
	width: 100%;
	background-color: #990000;
}

.red {
	color: #990000;
}

table {

	border-spacing: 0px;
	_border-collapse: collapse;
	border-width: 0px;
	font-family: Tahoma, Arial;

}


a, a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}


a:hover {
	color: #CC0000;
	text-decoration: underline;
}


input, select, textarea {

	font-family: Tahoma, Arial;
	font-size: 14px;
	padding: 2px;
	letter-spacing: 1px;
	
}

.banner {
	height: 150px;
	width: 100%;
	background-image: url('../images/bannerBg.jpg');
	background-repeat: repeat-x;
}

.footer {
	height: 50px;
	width: 100%;
	background-image: url('../images/footerBg.jpg');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
}

.footer td {
	padding: 10px;
	vertical-align: top;
}

.divider {
	height: 10px;
	width: 100%;
	background-color: #330000;
	font-size: 0px;
}

.smallDivider {
	height: 5px;
	width: 100%;
	background-color: #330000;
	font-size: 0px;
}

.canvas {
	height: 980px;
	width: 100%;
	background-color: #CCCCCC;
}

.canvas td {
	padding: 20px;
}

.bodyTable {
	width: 980px;
}

.bodyTable td {
	padding: 0px;
}

.table {
	width: 550px;
	border-width: 0px;
	border-style: solid;
	border-top-width: 2px;
	border-left-width: 2px;
	border-color: #FFFFFF;
}

.table thead td {
	border-width: 0px;
	border-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #FFFFFF;
	background-image: url('../images/tableHeaderBg.jpg');
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.table tbody td {
	border-width: 0px;
	border-style: solid;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #FFFFFF;
	background-image: url('../images/tableBg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
	font-size: 14px;
	padding: 10px;
}


.menuTable {
	border-style: solid;
	border-width: 5px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-color: #000000;
	background-color: #000000;
	width: 180px;
	color: #FFFFFF;
	background-image: url('../images/menuDivider.png');
	background-position: top center;
	background-repeat: no-repeat;
}


.menuTable td {
	height: 40px;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/menuDivider.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.menuLink {
	float: left;
}

.arrow {
	float: right;
	padding-top: 3px;
}


.menuTable a, .menuTable a:link, .menuTable a:active, .menuTable a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.menuTable a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.directions {
	background-color: #EBEBEB;
	background-image: none;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
}


.directions tbody td {
	background-color: #EBEBEB;
	background-image: none;
	border-width: 0px;
}

.blank {
	background: none;
	border: 0px;
}

.blank tbody td {
	background: none;
	border: 0px;
}

.formLabel {
	text-align: right;
}

.newsDate {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

.large {
	font-size: 25px;
}



.linkTable {
	border-style: solid;
	border-width: 5px;
	border-top-width: 15px;
	border-bottom-width: 15px;
	border-color: #000;
	background-color: #000;
	width: 180px;
	color: #FFFFFF;
	background-image: url('../images/menuDivider.png');
	background-position: top center;
	background-repeat: no-repeat;
}


.linkTable td {
	height: 40px;
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('../images/menuDivider.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
