html, body, iframe, div, p, h1, h2 {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L", serif;
}

h1, h2, h3, #menu {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight: normal;
}
h1 {
	font-style: italic;
}
h3 {
	clear: both;
}

body {
	background-color: #0080c0;
	min-width: 35em;
	width: 100%;
}

p {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

a:visited {
	color: #666666;
}
a,
a:link,
a:hover,
a:active {
	color: #000000;
}
a:hover {
	background: #c2e398;
}


/* #####  Header section  ##### */
#head {
	width: 100%;
	overflow: auto;
	background-color: #99bbee;
	text-align: center;
}

#logo {
	float: left;
}

#title, #menu {
	text-align: center;
	overflow: auto;
	margin: 1em auto 1em auto;
}

#menu {
	text-align: center;
	width: 24em;
}
#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	float: left;
	border-left: 1px solid #000000;
	padding: 0px 0.5em;
}
#menu ul li:first-child {
	border: none;
}
#menu ul li a {
	padding: 0px 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #99bbee;
}
#menu ul li a:hover {
	border-color: #ffffff;
}

/* #####  Body section  ##### */
#body_wrapper {
	background: #ffffff;
	padding: 3em 125px 6em 125px;
}

#body {
	min-width: 30em;
	overflow: auto;
}

#heading {
	background: url( 'images/subtitle.png' ) top right repeat-y #c2e398;
	padding: 0.5em;
}

#content {
	width: 100%;
	float: left;
	background: url( 'images/body_bg.png' ) #ffffff;
	margin-top: 1em;
	overflow: auto;
}
#content h3:first-child {
	margin-top: 0em;
}

#links {
	margin-top: 5em;
}
#links h4,
#links p {
	font-size: 0.8em;
	margin-bottom: 1em;
}

div.captioned {
	text-align: center;
	font-size: 0.8em;
}
div.caption {
	width: 275px;
	margin: 0px auto;
	font-style: italic;
}
.leftbox {
	float: left;
	margin: 5px 5px 5px 0px;
}
.rightbox {
	float: right;
	margin: 5px 0px 5px 5px;
}

/* #####  Footer section  ##### */
#foot {
	height: 110px;
	width: 100%;
	background: url( 'images/foot.png' ) repeat-x bottom left;
}


/* #####  Contact page  ##### */
#map {
	width: 100%;
	height: 350px;
	scroll: none;
}

/* #####  Event page  ##### */
div.event {
	margin-top: 1em;
	padding: 1em 0px;
	border-top: 1px solid #c2e398;
}
div.event .name {
	font-weight: bold;
	font-variant: small-caps;
}
div.event .time {
	font-weight: bold;
	font-style: italic;
	margin-left: 2em;
	font-size: 0.85em;
}
div.event .details {
	font-size: 0.85em;
}
