html,body
{
	height:100%;
}

body
{
	background:#000000 url(/img/bgs/bg.jpg);
	color:#000000;
	font-family: Arial, "Georgia", georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	margin:0 auto;
	padding:0;
	
}

table
{
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
	padding:0;
}

a
{
	color:#000;
	text-decoration:none;
	border-bottom: 1px #666 dotted; 
	outline: none;
}

a:hover
{
	color:#000;
	text-decoration:none;
	border-bottom: 1px #d3492f solid;
	background: #d5d1ca;
	outline: none;
}


/* images should not get any borders etc when linked */
a.imglink, a.imglink:hover { 
  	background: none;
	text-decoration:none;
  	border-style: none; 
  	border: 0;
  	outline: none;
} 

a.gray {
	color: #333;
}

a.gray:hover {
 	color: #ddd;
}

#mainDiv
{
	width: 100%;
}

#content
{
	width:1010px;
	margin:0 auto;
}

#redBanner
{
	background:#efeae6 url(/img/bgs/red_bar.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 40px;
}

#topBar
{
	background:url(/img/top_bar.gif);
	height: 37px;
	width: 804px;
}

#midBar
{
	background:url(/img/mid_bar.gif);
	height: 29px;
	width: 804px;
}

.quoteBar
{
	background:url(/img/quote_bar.gif);
	height: 85px;
	width: 804px;	
	vertical-align:middle;
}

.home_text
{
	color: #7f1f25;
	font-size: 14px;
	font-family: Verdana, Arial;
	padding-left: 10px;
	padding-top: 6px;
}

.quote_text
{
	color: #777;
	font-size: 18px;
	padding-left: 20px;	
	padding-right: 20px;
}

.outer_border
{
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
}

.inner_border
{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;

}

.padded
{
	padding: 20px;
}

.text
{
	background: #ffffff url(/img/text_top.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

.max_height
{
	 height:auto !important; /* FF and compliant browsers should automatically size the body/html */
	        height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
        min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	border: 1px #abcdef solid;
}

#minimenu
{
	padding-right: 5px;
}

.mini
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
}

#content 
{
	background: url(/img/bgs/spikes.gif);
	background-repeat: no-repeat;
}

#copyright
{
	padding-left: 120px;
	padding-top: 10px;
}

.copyText
{
	color: #333;
}

#tickerAnchor {
	color: #fff;
}

#tickerAnchor:hover {
	color: red;
}

.ticki
{
	padding-left: 10px;
	padding-top: 4px;
}

.ticki, .tickls
{
	color: #999;
	font-weight: bold;
}

.titleUpcomingEvents, .sectionTitle {
	font-weight: bold;
	font-size: 18px;
}

.upcoming_events_table {
	border: 1px dotted #000;	
}

.event_header_cell {
	font-weight: bold;
	padding: 10px;
}

.no_upcoming_events_cell {
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	color: #b61d2a;
}

.event_cell {
	padding: 10px;
}

.event_link {
	text-decoration:none;
	border-bottom: 1px #a81f25 dotted;
}

.event_title {
	font-size: 14px;
	color: #5e5e5e;
}

