body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	text-align: center;
}
div.container {
	width: 750px;
	margin: 0 auto;
	font-size: 0.85em;
}
div.header {
	height: 98px;
	width: 100%;
	margin: 0 auto;
}
div.menubar {
	color: #FF6600;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 40px auto;
}
div.content {
	width: 70%;
	border: 1px solid #663300;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	margin: auto;
}
div.contents {
	width: 100%;
	height: 370px;
	border: 1px solid #663300;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	margin: auto;
}
div.contentFloat {
	width: 500px;
	float: right;
	border: 1px solid #663300;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	clear: right;
}
div.pullQuoteIMG {
	float: left;
	top: 25px;
	padding: 5px;
	width: 200px;
	border: 1px dotted #999999;
	background-color: #F3F3F3;
}
div.pullQuoteText {
	background-color: #F3F3F3;
	color: #663300;
	padding: 5px;
	width: 200px;
	float: left;
	z-index: 1;
	border: 1px dotted #663300;
	margin: 0 0 5px 0;
	clear: left;
}
div.pullQuoteIMG p {
	font-size:10px;
	text-align: left;
}
div.calendar {
	text-align: center;
}
div.footer {
	font-size: 0.6em;
	width: 750px;
	text-align: right;
	margin: 30px auto 0 auto;
	clear: both;
}
div.twitter {
  float: right;
	padding: 10px;
	text-align: left;
	margin: auto;
}
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #669900;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #663300;
	margin: 0;
}
h2 {
	font-weight: bold;
	font-size: 1em;
	color: #000000;
	margin-bottom: 5px;
}
.caption {
	font-style: italic;
	font-size: 0.85em;
}
li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 10px;
}
