@charset "utf-8";
/* CSS Document */

/************************* Body*************************/ 
body, td, th, content, footer tbd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
margin-left: auto;
margin-right:auto;
	padding: 0px;
}
/************************* Background ****************/ 

.bgcontainer {
	width: 803px;
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.container {
	width: 775px;
	margin: 0px auto;
	padding: 0px;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	font-weight: normal;
	width: 395px;
}

h3 {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	width: 225px;
}
.bg {
	background-image: url(images/bg1.gif);
	background-repeat: repeat-y;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #5B201C;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	width: 210px;
}
/************************* Text Headings and Stlyes ****************/ 

.eventstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.eventstextheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #841B1B;
}
/************************* Links*************************/ 

a.Reg:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5B201C;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
a.Reg:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.Reg:hover {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.Reg:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
}
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 9px;
}
a.menu:visited {
	color: #430808;
	text-decoration: none;
	font-size: 9px;
}
a.menu:hover {
	color: #8A712F;
	text-decoration: none;
	font-size: 9px;
}
a.menu:active {
	color: #C6AD6A;
	text-decoration: none;
	font-size: 9px;
}

