body {
	margin: 0;
	padding: o;
	height: 100%;
	max-height: 100%;
	background-color: #5A5956;
	background-image: url('images/Bkgd.gif');
	background-repeat: repeat;
	text-align: center;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 1em;
}

/* Container and Head */

#container {
	position: relative;
	width: 750px;
	height: auto;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 0 9em 0;
	background-color: #C4D7A4;
}

#containerOldIE {
	position: relative;
	width: 750px;
	height: 800px;
	margin: 0 auto;
	padding-bottom: 8em;
	background-color: #C4D7A4;
	border-left: 4px solid #14190B;
	border-right: 4px solid #14190B;
}

#headimage {
	width: 750px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#headbar {
	width: 750px;
	height: 32px;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 136px;
	right: 20px;
	width: 331px;
	height: 93px;
}

#shadowLeft {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0px;
	left: -10px;
	background-image: url('images/ShadowLeft.png');
	background-repeat: repeat-y;
}

#shadowRight {
	position: absolute;
	width: 10px;
	height: 100%;
	top: 0px;
	right: -10px;
	background-image: url('images/ShadowRight.png');
	background-repeat: repeat-y;
}

#estDate {
	position: absolute;
	top: 206px;
	left: 20px;
}

/* End Container and Head */

/* Navbar */

#navbar {
	position: absolute;
	top: 10px;
	left: 10px;
}

#navbar a.button {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	margin: 0 2px 2px 0;
	padding: 0;
	color: #ffffff;
	background-color: #670000;
	border: 1px solid #ffffff;
	overflow: hidden;
	text-decoration: none;
}

#navbar a.button:hover {
	background-color: #ff0000;
}

#navbar a.button img.buttonImg {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	border: none;
	z-index: 0;
}

#navbar a.button:hover img.buttonImg {
	margin-top: -20px;
}

/* End Navbar */

/* Content */

#title {
	position: absolute;
	top: 202px;
	left: 30px;
	margin: 0;
	padding: 0;
}

.sandbagLeft {
	display: inline;
	position: relative;
	float: left;
	clear: left;
	margin: 0 1em 0 0;
	padding: 0;
	/* background-color: #888888; */
}

.sandbagRight {
	display: inline;
	position: relative;
	float: right;
	clear: right;
	margin: 0 0 0 1em;
	padding: 0;
	/* background-color: #888888; */
}

p {
	/* margin: 1em; */
	padding: 0 2em;
	text-align: left;
}

.centered {
	text-align: center;
}

h3 {
	margin: 1em;
	padding: 0 1em;
	text-align: center;
}

.centered {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

p.copyright {
	text-align: center;
	font-size: .75em;
	margin-top: 4em;
}

#topPara {
	position: relative;
	padding-top: 1em;
	/* margin: 1em;
	padding: 1em 1em 0 1em; */
}
	
#topPara:first-letter {
	position: relative;
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
}

img.floatLeftImg {
	position: relative;
	float: left;
	clear: left;
	margin: 10px 20px;
}

img.floatRightImg {
	position: relative;
	float: right;
	clear: right;
	margin: 10px 20px;
}

.bodyPic {
	position: absolute;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

img.caption {
	position: relative;
}

img.bodyCaption {
	position: absolute
}

dl {
	text-align: left;
	padding: 0 2em;
}

dl dt.dlHead {
	font-weight: bold;
	margin-bottom: .5em;
	font-size: 1.25em
}

dl dt {
	font-weight: bold;
	margin-bottom: .5em;
}

dl dd {
	margin-bottom: .5em
}

#addressBlock {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
	padding: .1em;
	background-color: #627B39;
}

#addressBlock p {
	text-align: center;
	color: #ffffff;
}

#hoursBlock {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	padding: .1em;
	background-color: #364A16;
}

#hoursBlock p {
	text-align: center;
	color: #ffffff;
}