@charset "UTF-8";
body {
	background-color: #E2E2E2;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#wrapper #offsetLeft {
	height: auto;
	width: 600px;
	float: left;
}
#wrapper #offsetRight {
	float: right;
	height: auto;
	width: 400px;
}
#wrapper #headline {
	height: 300px;
	width: 600px;
}
#footer {
	clear: both;
	width: 1000px;
	/* margin-top: 25px; */
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.smallerText {
	font-size: 0.85em;
	color: #000000;
	text-decoration: none;
}
#wayLeft   {
	height: auto;
	width: 730px;
	float: left;
}
#wayRight   {
	height: auto;
	width: 260px;
	float: right;
}
#calendarday {
	height: 90px;
	width: 99px;
	border: 1px solid #000000;
}
#calendardaylarge {
	border: 1px solid #000000;
}
#wrapper #twoColLeft {
	float: left;
	height: auto;
	width: 600px;
	font-size: 0.9em;
}
#wrapper #stories  {
	/* border: 1px solid #000000; */
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#twoColLeft #stories a {
	color: #000;
	text-decoration: none;
}
#twoColLeft #stories h2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#twoColLeft   #stories   h3  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#twoColLeft   #stories   p  {
	padding: 0px;
	margin: 0px;
}
#stories table td {
	padding-right: 5px;
	padding-left: 6px;
	margin: 0px;
}
#wrapper    #stories    .smallImg  {
	margin-right: 6px;
}
#wrapper #twoColRight {
	float: right;
	height: auto;
	width: 390px;
	font-size: 1em;
	margin-left: 5px;
}
#twoColRight #schedule{
	height: auto;
	/* border: 1px solid #000; */
	padding-top: 3px;
	margin-top: 5px;
	float: left;
	margin-right: 5px;
	clear: both;
	width: 388px;
	font-size: 0.8em;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
#schedule ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#schedule h2   {
	padding: 0px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#schedule li {
	display: block;
	margin-top: 2px;
	border: 1px solid #000;
	margin-right: 3px;
	margin-left: 3px;
}
#schedule li a {
	display: block;
	color: #000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#schedule li a:hover {
	background-color: #CCC;
}
#schedule ul li .largerText   {
	font-size: 1.2em;
}
#twoColRight #announcement{
	height: auto;
	/* border: 1px solid #000; */
	padding-top: 3px;
	float: left;
	margin-right: 5px;
	clear: both;
	width: 378px;
	font-size: .9em;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
#announcement h2 {
	padding: 0px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1.6em;
}
#story p   {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

