@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	font-size:10px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

h1,h2,h3,h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	margin:0 0 10px 0;
	font-size:36px;
	color: #800;
	text-align:center;
}
h2 {
	margin:0 0 10px 0;
	font-size:24px;
	color:#800;
	text-align:center;
}
h3 {
	margin:15px 0 3px 0;
	font-family:Verdana;
	font-weight:bold;
	font-size:14px;
	color:#500;
	text-align:left;
}
small {
	font-size:10px;
}
sup, sub {
	line-height:0;
	font-size:9px;
}
ul, ol {
	margin: 0 0 10px 0;
	font-size:12px;
	line-height:16px;
	text-align:left;
}
	
li {
	margin: 0 0 5px 0;
}
blockquote {
	border: 1px solid #E5DABA;
	margin:0 0 10px 0;
	padding: 7px 10px 0 10px;
	background-color:#FFF7DE;
}
blockquote p {
	margin:0 0 10px 0;
}


a, a:visited, a:active {
	color:#D44300;
	text-decoration:none
}

.oneColFixCtrHdr #container {
	width: 799px;
	margin: 0 auto;
	text-align:left;
}
.oneColFixCtrHdr #header {
	height:153px;
	width:799px;
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px;  
}
.oneColFixCtrHdr #menu {
	height:47px;
	width:799px;
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat;
	margin-top:5px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	width:749px;
	color:#46280D;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	background-position: left top;
}
.oneColFixCtrHdr #lower {
	width:799px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat;
	padding: 0 0 25px 0px;
	color:#562E00;
}
.oneColFixCtrHdr #footer {
	width:799px;
	padding-top:10px;
	margin-bottom:100px;
	font-size:9px;
	color:#999;
}
.menu {
	margin-top:22px;
}
p	{
	margin:0 0 10px 0;
	font-size:12px;
	line-height:18px;
	text-align: left;
}
#calendar ol {
	width:707px; 
	padding:0;
	margin:0;
	
}
#calendar ol li{
	list-style-type: none;
	line-height:12px;
	padding-top:3px;
	padding-left:8px; 
	margin: -1px 0 0 -1px; 
	width:92px; 
	height:96px; 
	float:left; 
	border:1px solid gray; 
}
