body {
	background-color: #893126;
	margin: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

table {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
}

h1 {
	width: 100%;
	border-bottom: 2px solid #103B48;
	font-size: 20px;
	color: #103B48;
}

h2 {
	width: 75%;
	border-bottom: 1px solid #103B48;
	font-size: 16px;
	color: #893126;
}

input, textarea {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

p a {
	color: #103B48;
	text-decoration: none;
}

p a:hover {
	color: #893126;
}

a.calhed:hover {
	color: #103B48;
}

#container {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#topBar {
	height: 10px;
	width: 100%;
	background-color: #607336;
}

#sideBar {
	margin: 10px;
	padding: 0px;
}

#content {
	padding-top: 20px;
	line-height: 160%;
}

#chooseCounty {
	margin: 10px 0px;
}

#copyright {
	margin: 5px auto;
	font-size: 11px;
	color: #F2F2F2;
	text-align: center;
}
/* OLD NAVIGATION STYLE--THE NEW STYLING IS DONE DIRECTLY IN THE JAVASCRIPT FILE! 
The only modification is 12px border at the top of the table which is defined in the #nav rule below...

#navigation {
	margin-top: 11px;
	border: 1px solid #103B48;
	border-top: 12px solid #103B48;
	font-weight: bold;
}

#navigation a {
	display: block;
	border-top: 1px solid #103B48;
	border-top: 1px solid #103B48;
	padding-left: 8px;
	text-align: left;
	color: #9A241E;
	text-decoration: none; 
}

#navigation a:hover {
	background-color: #9FB1B6;
	color: #FFFFFF;
}*/

#nav {
	margin-top: 10px;
	border-top: 12px solid #103B48;
}

#nav a {
	display: block;
	width: 130px;
	padding-left: 6px;
}

.county {
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

.eventTitle {
	font-size: 14px;
	font-weight: bold;
	color: #607336;
}

.logo{
font-family:Arial,helvetica, sans serif;
font-size:10px;
font-style:normal;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}