* {
	padding:0;
	margin:0;
}
html {
	margin-bottom: 1px;
	min-height: 100%;
	overflow-y: scroll;
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	background: #7A1C16;
}
h1 {
	font-size: 18px;
	color: #A75F24;
	margin-bottom: 10px;
}
h2 {
	color: #892820;
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}
a {
	color: #A75F24;
	text-decoration: none;
}
:focus {
	outline: none;
}
a:hover {
	color: #892820;
	text-decoration: underline;
}
#wrapper {
	margin: 0px auto;
	width: 760px;
	background: #FFF;
	position: relative;
}
#wrapper #topnav {
	color: #A75F24;
	text-align: right;
	border-bottom: 3px solid #A75F24;
	padding-top: 25px;
	padding-bottom: 3px;
	padding-right: 10px;
	margin: 0px 10px;
}
#wrapper #topnav a {
	color: #A75F24;
	text-decoration: none;
	padding: 2px 8px;
	display: inline;
}
#wrapper #topnav a:hover {
	background: #5C1A14;
	color: #FFF;
}
#wrapper #logo {
	text-align: center;
}
#wrapper .content {
	overflow: hidden;
	padding: 30px 60px;
}
.content2 {
	padding: 30px;
}
#wrapper #footer {
	text-align: center;
	color: #892820;
	padding: 20px;
	position: relative;
	border-top: 3px solid #A75F24;
	margin: 10px;
	clear: both;
}
#wrapper #footer p {
	margin-bottom: 5px;
}
#wrapper #footer a {
	color: #A75F24;
	text-decoration: none;
	padding: 2px 8px;
	overflow: hidden;
}
#wrapper #footer a:hover {
	color: #FFF;
	background: #5C1A14;
}
.addevent {
	clear: both;
	text-align: center;
}
.formbox {
	width: 300px;
	border: 1px solid #000;
	padding: 3px;
}
.helv12red {
	color: #F00;
	font-weight: bold;
}
.peach_block {
	padding: 15px;
	background: #CF9A47;
	clear: both;
	margin-top: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 775px;
}
.peach_block a {
	color: #036;
}
.peach_block p {
	margin-bottom: 10px;
}
.cal_list {
	width: 275px;
	float: left;
}
.cal_list h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #036;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 1px dotted #666;
}
.cal_list h3 {
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.cal_list h4 {
	padding:0 0 5;
	font-variant: small-caps;
	margin: 0px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px dotted #999;
}
.cal_list h5 {
	font-size: 14px;
	font-variant: small-caps;
	margin-top: 5px;
}
.cal_list p {
	padding:0 0 5px;
	margin:5px 0 0;
	font-style: italic;
	border-bottom: 1px dotted #000;
}
.today {
	border: 1px dotted #036;
	padding: 5px;
	background: #F2F1F1;
}
.today p {
	border-style: none;
	padding-bottom: 5px;
}
.content .menu_links  {
	text-align: center;
}
.content .menu_links a {
	padding: 5px 15px;
}
.menuitems {
	text-align: center;
}
.shadetabs{
	padding: 3px 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	margin: 0px 0px 10px;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	padding: 3px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	color: #892820;
	font-size: 14px;
	border: 1px solid #000;
}

.shadetabs li a:hover{
	color: #FFF;
	background: #5C1A14;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #000;
	background: #F3F3F3;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #FFF;
	background: #5C1A14;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

