@charset "utf-8";
/* CSS Document */

* {
	color: #444444;
	font-family: verdana,arial,sans-serif;
	margin: 0px 0px 0px 0px;
}
	
body {
	background: url(images/bg.jpg) repeat-x #933035;
	width: 900px;
	margin-left: auto; 
	margin-right: auto;
}
	
ul.noStyle {
	list-style: none;}
	
ul.noStyle li {
	padding-top: 5px;}
	
span.caps {
	font-variant: small-caps;}
	
a {
	color: #777777;}
	
a:hover {
	text-decoration: underline;
	color: #000000;}
	
.floatLeft {
	float: left;
	padding: 10px;}
	
.floatRight {
	float: right;
	padding: 10px;}
	
/*	Top Title Bar ---	Includes the logo, breadcrumb bar, and title	*/	

#titleBar {
	height: 120px;
	background-color: #cc2222;}
	
#logo {
	background: #666666;
	width: 150px;
	text-align: center;
	float: left;}
	
#breadCrumbs {
	font-size: 15px;
	margin-left: 150px;
	padding: 5px 0;
	background-color: #cc2222;}
	
#breadCrumbs a {
	padding: 0 10px;
	color: #eeee88;
	text-decoration: none;}
	
#breadCrumbs a:hover {
	color: #ffffbb;
	text-decoration: none;}
 
#breadCrumbs span {
	margin: 0;
	padding: 0;
	color: #eeee88;}
	
#title {
	margin-left: 150px;
	height: 75px;
	background: #ffffff;}
	
#title h1 {
	display: none;
	font-size: 45px;
	vertical-align: middle;}
	
/* Everything under Title div */

#main {
	width: 100%;
	background-color: #772222;}
	
a img {
	border: 0;}

/* Left Menu */
	
#leftMenu {
	width: 150px;
	float: left;
	background-color: #772222;
	text-align: center;}

#leftMenu a {
	border-bottom: 1px dotted #883322;
	display: block;
	text-decoration: none;
	color: #dddd88;
	line-height: 35px;}
	
#leftMenu a:visited {
	border-bottom: 1px dotted #883322;
	display: block;
	text-decoration: none;
	color: #dddd88;
	line-height: 35px;}
	
#leftMenu a:hover {
	background-color: #cc2222;
	color: #ffffbb;}
	
#leftMenu a:active{
	background-color: #bb1d1d;
	color: #eeee88;}

#leftMenu a img {
	border: 0;
	margin-top: 10px;}

#leftMenu p {
	margin: 0;
	padding: 0;}
	
/* Main content area */

#content {
	background-color: #ffffff;
	padding: 5px 40px 100px 40px;
	height: 100%;
	min-height: 500px;
	margin-left: 150px;
}
	
#content h1, #content h2, #content h3, #content h4 {
	margin: 5px 0 10px 0;}
	
p {
	display: block;
	margin: 0px 0 25px 0;}
	
/* Bottom Location/Contact Us bar */

#bottomBar {
	background-color: #222222;
	font-size: 13px;
	text-align: center;
	height: 20px;
	clear:both;}
	
#bottomBar p{
	color: #eeeeee;}
	
#bottomBar a{
	color: #cccccc;
	text-decoration: none;}
	
#bottomBar a:hover{
	color: #fefefe;
	text-decoration: none;}

/* Tables*/

table#events {
	margin: 20px auto;
	border: 1px black solid;}
	
table#events tr:first-child td {
	font-weight: bold;
	text-align: center;}
	
table#events tr td {
	padding: 8px;
	border: 1px dotted #aaaaaa;}
	
table#events a {
	color: #777777;}
	
table#events a:hover {
	text-decoration: underline;
	color: #000000;
}
