body
{
  background-color: rgb(102, 102, 102);
  margin: 0;
  text-align:center;
}

img { border: 0; }

.holder
{
	border: 1px solid rgb(0, 0, 0);
	margin: 0 auto;
 	text-align: left;
 	overflow: hidden;
	width: 1020px;
}

/* header styles */
#header
{
  background-image: url('../images/red_background.jpg');
  border-bottom: 1px solid rgb(255, 255, 255);
	height: 120px;
	position: relative;
  width: 1020px;
}

#header .logos {
	left: 45px;
	position: absolute;
	top: 0px;
}

#header img { float: left; }

#header .divider
{
	background-image: url('../images/logo_border.jpg');
	background-repeat: no-repeat;
	float: left;
	margin: 0 20px;
	height: 53px;
	width: 6px;
}

/* menubar styles */
.menubar
{
	background-image: url('../images/menubar_background.png');
	background-repeat: repeat-y;
	color: rgb(255, 255, 255);
	font-family: georgia, 'times new roman', serif;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	text-align: center;
}

.menubar .padding { padding-top: 8px; }

.menubar a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.menubar a:hover { color: rgb(164, 52, 2); }

.menubar .chosen { color: rgb(241, 176, 84); }

.menubar .divider
{
	margin: 0 13px;
	color: rgb(194, 88, 23);
}

#stateHolder
{
	position: absolute;
}

.stateList
{
	background-color: rgb(255, 255, 255);
}

.stateList .state
{
	background-color: rgb(67, 50, 25);
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	line-height: 30px;
	margin-top: 1px;
	text-align: left;
}

.stateList .state a
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

/* main styles */
.main
{
	background-color: rgb(255, 255, 255);
	font-family: georgia, 'times new roman', serif;
}

.main h1
{
	color: rgb(212, 137, 28);
	font-size: 19px;
	font-variant: small-caps;
	margin: 0 0 13px 0;
}

.main .rightpane {
	font-size: 14px;
	line-height: 24px;
}

/* footer styles */
.footer
{
	background-color: rgb(217, 84, 30);
	color: rgb(255, 255, 255);
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height: 50px;
}

.footer .divider { color: rgb(165, 71, 33); }

.footer a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.footer a:hover { text-decoration: underline; }

#events
{}

.event, .article
{
	margin-bottom: 20px;
}

.eventTitle, .articleTitle
{
	margin: 0;
}

.articles a
{
	color: rgb(217, 84, 30);
	font-family: georgia, 'times new roman', serif;
	font-style: italic;
	text-decoration: none;
}

.eventDate, .articleDate
{
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
}

.eventTime
{
	font-size: 11px;
	line-height: 11px;
}

.eventAddress,
.eventDescription,
.eventRSVPLink
{
	margin-top: 10px;
}