﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: white;
}
#container {
	width: 760px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 758px;
	border: 0px;
	background-color: #fff;
}
#navigation {
	display:none;
}
#content {
	float: left;
	width: 710px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border:0px;
	background-color: #fff;
}
#topNav {
	display:none;
}
#footer {
	text-align: center;
	clear: both;
	width: 758px;
	padding: 0px;
	border: 0px;
	background-color: #fff;
}

#homeContent {
	float:left;
	width: 352px;
	padding: 0px;
	padding-left: 170px;
	border: 0px;
	background-color: #fff;
}

#events {
	float:right;
	width: 160px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#slideshow {
	display:none;
}

/* Masthead Styles */
#masthead h1 {
	color: #CD2626;
}
#masthead h3 {
	color: #542;
}
#masthead img {
	float:left;	
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #CD2626;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #8C1717;
	background-color: #8C1717;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #CD2626;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
#content span.return {
	text-align:right;
}
/* topNav Styles */
#topNav table {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topNav a {
	color: #CD2626;
	text-decoration: underline;
}
#topNav a:hover {
	color: #8C1717;
	text-decoration: none;
}

#topNav td.highlight a {
	color:#542;
	text-decoration: underline;
}
#topNav td.highlight a:hover {
	color:#542;
	text-decoration: none;
}
/* event Styles */
#events span.eventTitle {
	font-weight:bold;
	color: #CD2626;
}
#events span.description {
 font-style:italic;
}

a {
	color: #CD2626;
	text-decoration: underline;
}
a:hover {
	color: #8C1717;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_highlight {
	color:yellow;
	text-decoration: underline;
}

.style_return {
	text-align:right;
	font-size:10px;
}

.style_noBorder {
	
	border:0;
	}
}

