html, body {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	width: 100%;
	font-size: 14px;
	margin: 0 0;
	padding: 0 0;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0081c9;
	padding-top: 10px;
	margin-bottom: 10px;
}

#header {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 10px solid #0081c9;
}
.headerImage{
	display:block;
	margin: 0 auto;
}
#headerImageDiv{
	border-top: 2px solid #8dc63f;
	border-bottom: 2px solid #8dc63f;
	height: 200px;
}
.slideshow{
	background-color: #ffffff;
	height: 200px;
	width: 760px;
	margin: 0 auto;
}
#logo{
	padding: 10px 10px;
}
#logo a img{
	display: block;
	width: 379px;
	height: 90px;
}
#navigation {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	color: #666666;
	font-size: .75em;
	text-transform: uppercase;
}
#navigation a {
	color: #92278f;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#navigation a:hover {
	color: #f58029;
	font-weight: bold;
	text-decoration: underline;
}

#content {
	background: #eaeae5 url('/images/content-background2.png') repeat-y left top;
	border-bottom: 10px solid #0081c9;
	border-top: 10px solid #0081c9;
}
#contentleft {
	width: 20px;
	float: left;
	margin-left: 2px;
}
#contentmiddle {
	width: 601px;
	float: left;
	padding: 20px 20px;
}
#contentright {
	width: 195px;
	float: left;
	padding: 20px 20px;
}

#footer {
	background-color: #ffffff;
	padding: 10px;
	text-align: right;
	font-size: .75em;
	clear: both;
}
#footer span{
	display: block;
	float: right;
}
#footer a img{
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: -4px;
}
h1 {
	font-weight: bold;
	font-size: 1.25em;
}
h2 {
	font-weight: bold;
	font-size: 1em;
}

p {
	font-size: .9em;
}
.sidebartext {
	font-size: .8em;
}

a:link,
a:visited{
	color: #0081c9;
	text-decoration: none;
}
a:visited:hover,
a:link:hover{
	color: #f58029;
}
#breadcrumb{
	width: 860px;
	padding: 8px 20px;
	background-color: #8dc63f;
	color: #ffffff;
	font-weight: bold;
}
#breadcrumb a{
	color: #ffffff;
}
#breadcrumb a:hover{
	color: #f58029;
}
.eventDate{
	margin-top: 0;
}
