/* Global Styles */
*
{
	margin:0px;
	padding:0px;
}
img
{
	border:0;
}
body
{
	background:url('../images/pagebg.gif') repeat-y;
	font-family:Arial, Verdana, sans-serif;
}
p
{
	margin-bottom:15px;
}
h1
{
	font-size:1.5em;
}
h1.h1CalendarTitle
{
	font-size:2em;
}
h2
{
	font-size:1.2em;
}
h3
{
	font-size:1.2em;
}
hr
{
	margin:40px 0 20px 0;
}
hr.topHR
{
	margin:20px 0 20px 0;
}
.ClearDiv
{
	clear:both;
}

/* Main Wrappers */
#PageWrapper 
{ 
	overflow: hidden; 
	width:972px;
}
#NavWrapper 
{ 
	float: left; 
	background: url('../images/nav_bg.gif') no-repeat #000000; 
	width: 158px; 
	height:600px;
}
#NavItemsList
{
	list-style-type:none;
	line-height:1px;
	margin:66px 0 0 56px;
}
#LogoWrapperUber
{
	width:754px;
	position:relative;
	text-align: center;
}
#LogoWrapper
{
	background:url('../images/header.gif') no-repeat;
	height:86px;
	width:575px;
	margin:0 auto;
}
#ContentWrapper
{
	float: left; 
	width: 754px; 
	margin-left:50px;
	margin-right:10px;
}
#FooterWrapper
{
	padding:20px 0 10px 0;
	float:right;
}
#FooterRight
{
	float:left;
}
#FooterLeft
{
	float:left;
	color:#ff8855;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	margin:18px 12px 0 0;
}
#FooterLeft a
{
	color:#ff8855;
	text-decoration:none;
}

/* Page-specific Wrappers */
#UpcomingEventsWrapper
{
	width:407px;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
#UpcomingEventsList
{
	list-style-type:none;
	padding:20px 35px 20px 35px;
	border:solid 1px #e9af8a;
}
#UpcomingEventsList li
{
	margin-bottom:20px;
}
p.important
{
	font-weight:bold;
	font-size:1.15em;
}
#ContactUsSpacer
{
	height:170px;
}

/* Calendar Info */
table.caltable 
{
	border-width: thin;
	border-style: outset;
	border-collapse: separate;
}
th.calhead 
{
	border-width: thin;
	border-style: inset;
	text-align: center;
	width: 110px;
}
td.caldata 
{
	border-width: thin;
	border-style: inset;
	font-size: 60%;
	vertical-align: top;
	text-align: left;
	width: 130px;
	height: 130px;
}