/*
 *
 *  Main Page Style
 *
 */

HTML {
	margin: 0;
	padding: 0;
	height: auto;
	border: none;}

BODY {
	margin: 0;
	padding: 0;
	height: auto;
	border: none;
	background-color: #EEEEEE;}

A:visited, A:active, A:link{
	color: #6A0000;
	text-decoration: none;}

A:hover {
	color: #6A0000;
	text-decoration: underline;}

IMG {
	border-width: 0px;}

DIV.container {
	height: 100%;
	padding: 2px;
	text-align: center;
	vertical-align: top;}

DIV.head {
	height: 250px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-image: url(../images/header.png);
	background-position: center;
	background-repeat: no-repeat;}

DIV.logo IMG {
	display: inline;
	border: 1px solid #444444;}

TABLE.main {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFFFFF;}

TD.pageHeader {
	height: 250px;
	text-align: left;
	border-left: 1px solid #444444;}

TD.content {
	width: 506px;
	height: 100%;
	border-left: 1px solid #000000;}

TABLE.pageData {
	width: 100%;}

TD.title {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
	border-bottom: 1px solid #000000;}

TD.text {
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;}

TD.footer {
	font-size: 8pt;
	text-align: center;
	background-color: #DDDDDD;
	border: 1px solid #444444;}

/*
 *
 *  Nav Menu Style
 *
 */

TD.navPane {
	width: 0px;
	background-color: #DDDDDD;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;}

TABLE.navMenu {
	font-size: 10pt;
	background-color: #DDDDDD;
	border-bottom: 1px solid #111111;}

TABLE.navMenu td {
	text-align: left;
	border-top: 1px solid #111111;}

TABLE.navMenu TD a:link, .navMenu td a:active, .navMenu td a:visited {
	display: block;
	padding: 3px;
	color: #444444;
	text-decoration: none;}

TABLE.navMenu TD a:hover {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #6A0000;}

/*
 *
 *  Event Listing Style
 *
 */

TABLE.eventListing {
	width: 100%;
	font-size: 10pt;
	font-family: Verdana;
	botder-top: 1px solid #000000;
	border-bottom: 1px solid #000000;}

TABLE.eventListing TD.header{
	color: #FFFFFF;
	text-align: center;
	background-color: #4A0000;
	border-bottom: 1px solid #000000;}

TABLE.eventListing TD.body {
	height: 200px;
	color: #000000;
	overflow-y: scroll;
	background-color: #EEEEEE;}

TABLE.events {
	font-size: 10pt;
	font-family: Verdana;}

TABLE.events TD.time {
	border-bottom: 1px solid #444444;}

TABLE.events TD.title {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #444444;}

TABLE.events TD.desc {
	text-align: left;
	font-size: 8pt;}

#eventData {
	width: 100%;}

/*
 *
 *  Data List Style
 *
 */

TABLE.list {
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-family: Verdana;
	border: 1px solid #444444;}

TABLE.list TD {
	text-align: left;}

TABLE.list TD.title {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #444444;}

TABLE.storehours {
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	font-family: Verdana;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;}

TABLE.storehours TD.day {
	text-align: left;
	color: #FFFFFF;
	border-bottom: 1px solid #444444;
	background-color: #444444;}

TABLE.storehours TD.time {
	text-align: right;
	width: 100%;
	border-bottom: 1px solid #444444;}
