@charset "utf-8";
/* CSS Document */
html {
	overflow: scroll;/*adds vertical scroll bar so that wapper doesn't jump back and forth (depending on the length of the page)*/
}

body{
	background-color:#005247;
	font-family: Geogia, "times New Roman", Times, serif;
	font-size: .8em;/*1em = 12pt = 16px */
}
div#wrapper{
	background-color: #fef2e6;
	width: 624px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}
div#content {
border-top: 1px solid #67413e;
border-bottom: 1px solid #67413e;
}
div#nav {
	padding: 10px;
	twxt-align: center;
}
div#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
h1 {
	font-size: 1.8em;
	color: #67413e;
}
h2 {
	font-size: 1.5em;
	color: #67413e;
}
h3 {
	font-size: 1.3em;
	color: #67413e;
}
dt {
	font-weight: bold;
}
table# {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
table#Calendar th{
	border: 1px solid #67413e;
	padding: 4px;
	background-color: #67413e;
	color: #fff;
}
table#Calendar td {
	border: 1px solid #67413e;
	padding: 4px;
}
.float-left {
	float: left;
	margin-right: 10px;
}
.float-right{
	float: right;
	margin-left: 10px;
}