body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
}

.date {
	color: #519F53;
	font-weight: bold;
}

.copyright {
	color: #666666;
	font-size: x-small;
}

#container {
	width: 760px;
	/*margin: 20px, auto; */
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#masthead {
	width: 760px
}

#logo {
	width: 760px;
	height: 100px;
	background: url(images/header.gif) no-repeat;
}

#contact {
	margin-left: 450px;
	margin-top: 10px;
	width: 300px;
	height: 50px;
	float: right;
	color: #FFFFFF;
	font-size: x-small;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
	background: url(images/menuBG.jpg);
}

ul li {
	float: left;
}

ul a {
	display: block;
	padding: 0 1.8em;
	line-height: 2em;
	text-decoration: none;
	color: #fff;
}

#flash {
	float: right;
	height: 150px;
	width: 760px;
	background-color:#999999;
}

#calendar {
	float: right;
	padding: 5px;
	height: 800px;
	width: 200px;
	overflow: auto;
	overflow-x: hidden;
	background-color:#FFFFFF;
}

#calendar a:link {
color: #B55613;
}

#calendar a:visited {
color: #B55613;
}

#calendar a:hover {
color: #519F53;
}

#welcome {
	float: left;
	padding: 5px;
	height: 90px;
	width: 519px;
	margin-top: 1px;
	/*background-color: #FFFAA6;*/
	background: url(images/welcomeBG.gif);
	/*border-bottom: 1px solid #000000;*/
}

#mainContent {
	float: left;
	padding: 10px;
	height: 706px;
	width: 519px;
	margin-top: 1px;
	background-color:#FFFFFF;
	overflow: auto;
	overflow-x: hidden;
	/*background: url(images/contentBG.gif);*/
}
#mainContent a:link {
color: #B55613;
}

#mainContent a:visited {
color: #B55613;
}

#mainContent a:hover {
color: #519F53;
}

#aboutContent {
	float: left;
	padding: 5px;
	height: 406px;
	width: 519px;
	margin-top: 1px;
	background-color:#FFFFFF;
	overflow: scroll;
	overflow-x: hidden;
	/*background: url(images/contentBG.gif);*/
}
	
#footer {
	clear: both;
	text-align: left;
	color: #FFFFFF;
	background-color:#CCCCCC;
	border-top: 1px solid #000000;
	width: 760px;
	height: 70px;
	background: url(images/footer.gif);
	background-repeat: no-repeat;
}