html, body{
	margin:0px;
	padding:0px;
	font-size:13px;
	background-color:#000000;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	}

form{
    margin:0px;
    padding:0px;
	}	
	
.maintable{
	margin:auto;
	}	
	
#header{
	background:url(images/header.jpg) center center no-repeat;
	}	
	
.homelink{
	position:absolute;
	}	
	
.nav{
	padding:80px 30px 16px 0px;
	text-align:right;

	}	
	
.nav a{
	padding:20px;
	color:#000000;
	text-decoration:none;
	background: url(images/bulloff.jpg) no-repeat left center;
	}	
	
.nav a:hover, .nav a.on{
	background: url(images/bullon.jpg) no-repeat left center;
	color:#DF2123;
	}	
	
#mainimage{
	background:url(images/mainimage.jpg) center center no-repeat;
	}
	
#subpageimage{
	background:url(images/subpageimage.jpg) center center no-repeat;
	}	
	
.tagline{
	padding:50px 250px 0px 60px;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	}	
	
.taglinemain{
	font-size:30px;
	}	
	
#contentarea{
	background:url(images/contentarea.jpg) top left repeat-x #FFF;
	}
	
.upcomingevents{
	float:right;
	margin:30px 20px 15px 0px;
	width:220px;
	text-align:right;
	font-size:12px;
	}
	
.upcomingevents a{
	color:#666666;
	}	
	
.upcomingevents h1{
	text-transform:uppercase;
	font-size:11px;
	color:#E12025;
	}	

.upcomingevents ul li{
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:10px;
	}

	
.normalfront{
	float:right;
	width:570px;
	margin:27px 40px 0px 0px;
	padding:0px 0px 0px 20px;
	border-left:1px dotted #333333;
	line-height:1.4em;
	}
	
.upcomingeventssub{
	float:right;
	margin:47px 20px 15px 0px;
	width:200px;
	text-align:right;
	}
	
.upcomingeventssub ul li{
	list-style-type:none;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:15px;
	}
	
.upcomingeventssub a{
	color:#666666;
	}	
	
.upcomingeventssub h1{
	text-transform:uppercase;
	font-size:11px;
	color:#E12025;
	}		
	
.normal{
	margin:47px 110px 15px 0px;
	padding:0px 0px 20px 20px;
	border-left:1px dotted #333333;
	text-align:left;
	line-height:1.4em;
	}

.redbullet {
	list-style-image: url(/images/bullet.gif);
	list-style-position: top;
	}

ul, ol{ margin:0px; padding:0px 0px 10px 20px;}

ul li{
	padding-bottom:10px;
	}

p{ margin:0px; padding:0px 0px 10px 0px; }	
	
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#E12025;
}	

h1{font-size:130%;}	
h2{font-size:125%;}	
h3{font-size:120%;}	
h4{font-size:115%;}	
h5{font-size:110%;}	
h6{font-size:105%;}	

a{
	color:#E12025;
}

img {
	border:none;
	}	
	
.footer{
	text-align:center;
	padding-top:8px;
	font-size:10px;
	color:#999999;
	}
	
