body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	/*font-family: 'Crimson Text', "Times New Roman", Times, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.6em;
	background-image: url(../images/siteBackground.png);
	background-repeat: no-repeat;
	background-position: center top;
}

p {
	margin-bottom: 1em;
}

p.sub {
	font-size: 0.8em;
	line-height: 1.4em;
	font-style: italic;
	margin: 0;
	margin-bottom:1em;
}

a {
	text-decoration: none;
	border: none;
	color: #004000;
}

a:hover {
	text-decoration: underline;
}

h2 {
	margin-top: 0.4em;
	margin-bottom: 0.5em;
}

#header {
	color: #F0C008;
	height: 200px;
}

#header h1 {
	font-size:5em;
	font-style: italic;
	display: none;
}

#main p {
	text-align: justify;
}

#content {
	margin-top: 5px;
}

#pageSlideshow {
	width: 700px;
	height: 200px;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu a {
	text-decoration: none;
	border: none;
	display: block;
	padding: 2px;
	color: #004000;
}

.menu a:hover {
	background-image: url(../images/menuHighlight.png);
	background-repeat: repeat-x;
}

#footer {
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #CCCCCC;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	padding: 20px;
}

.links h2 {
	font-size: 1em;
}

.links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
