/* COLORS
AFA8C8 - lightest purple
A190AE - med purple
82589A - purple
612F88 - purple
2F015F - dark purple
F2E325 - yellow-
*/
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url(../images/SiteBackground.jpg) top left repeat-x;
	background-color: #000000;
}
h2{
	font-size: 17px;
	font-weight: bold;
}
#header, #navMenu, #container {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
}
#container{
	overflow: auto;
}
#header{
	text-align: center;
}
#mainContent{
	min-height: 400px;
	padding: 12px 10px;
}

#footer{
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#footer, #footer a{
	color: #ccc;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	color: #fff;
}
/* NavMenu Styles #381C55 #925AC9*/
#navMenu{
	border-top: none;
	border-bottom: none;
	text-align: center;
	padding: 4px 0;
	background: url(../images/MenuBG.jpg) top repeat-x;
}
#navMenu ul, #navMenu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#navMenu li{
	display: inline;
}
#navMenu li a{
	font-weight: bold;
	padding: 4px 14px;
	margin: 0;
	text-decoration: none;
	color: #444;
	font-size: 0.9em;
	background: url(../images/MenuDivider.gif) left bottom no-repeat;
}
#navMenu li a#first{
	background: none;
}
#navMenu li a:hover{
	color: #000;
}
#printHeader{
	display: none;
}
#adminMessages {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
/************ CALENDAR STYLES **************/
.calendar{
	width: 650px;
	margin: 5px auto;
}
.calendar .calendar-month{
	background: #A190AE;
	border: 1px solid #666;
	padding: 4px 10px;
	font-weight: bold;
}
.calendar .event .event-date{
	width: 150px;
	vertical-align: top;
}
.calendar .event .event-details{
	vertical-align: top;
}
.calendar .event .event-alert{
	color: #FF0000;
	font-weight: bold;
	text-align: left;
}
