body
{
	width: 7in;
	border: 0;
	margin: 0 auto;
	padding: 0;
	float: none !important;
}

body
{
	background-image: url("/images/background_edge.gif");
	background-position: 792px;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
body, div, td
{
	font-family: Verdana, sans-serif;
	color: #4E5459;
}

a
{
	color: #1C4977;
}

a:hover
{
	color: #4F78A3;
}

/* ------------------------------------------------------------------- */

div.topbarPhoto1
{
	position: absolute;
	top: 16px;
	left: 0px;
	height: 1.5in;
	overflow: hidden;
	width: 50%;
	clip: rect(0, auto, 1.5in, 0);
}

div.topbarPhoto2
{
	position: absolute;
	top: 16px;
	left: 50%;
	height: 1.5in;
	overflow: hidden;
	clip: rect(0, auto, 1.5in, 0);
}

div.topbarLogo
{
	position: absolute;
	top: 39px;
	left: 23px;
	z-index: 50;
}

#topbarLogo
{
	z-index: -10;
}

#topbarPhoto1, #topbarPhoto2
{
	z-index: -10;
	clip: rect(0, auto, 1.5in, 0);
}

/* ------------------------------------------------------------------- */

#topbarGetInvolvedHeading, #topbarGetInvolved
{
	visible: hidden;
}

/* ------------------------------------------------------------------- */

#topbarLearnMoreHeading, #topbarLearnMore
{
	visible: hidden;
}

/* ------------------------------------------------------------------- */

#topnav, #quote, #donateButton
{
	display: none;
}

/* ------------------------------------------------------------------- */

#leftnav
{
	display: none;
}

/* ------------------------------------------------------------------- */

#content
{
	padding-top: 0.6in;
	width: 100%;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 18px;
	color: #939598;
}

#column1
{
	position: relative;
	left: 0px;
	width: 38%;
	float: left;
}

#column2
{
	position: relative;
	left: 18pt;
	width: 38%;
	float: left;
}

#column3
{
	position: relative;
	left: 24pt;
	width: 24%;
	float: left;
}

#leftcolumn
{
	position: relative;
	width: 283px;
	float: left;
}

#rightcolumn
{
	position: relative;
	left: 36px;
	width: 283px;
	float: left;
}

#leftcolumnalt
{
	position: relative;
	width: 356px;
	float: left;
}

#rightcolumnalt
{
	position: relative;
	left: 36px;
	width: 210px;
	float: left;
}

.rightfloatimage
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	clear: both;
}

div.main
{
	position: relative;
	margin-right: 20px;
	margin-left: 0px;
}

h1.top
{
	padding-left: 0px;
}

h1
{
	color: #A59F86;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #C9CACB;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 6px;
}

h2, h2.date, h4
{
	margin: 0px 0px 0px 0px;
	color: #768ACA;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

h2.date
{
	float: right;
	font-weight: normal;
}

h2.form
{
	text-transform: uppercase;
}

h3
{
	margin: 0px 0px 0px 0px;
	color: #9AB2D0;
	font-size: 9px;
	line-height: 12px;
}

h4
{
	display: inline;
}

.moreLink
{
	margin-top: 8px;
}

.moreLink a, #crumbTrail a
{
	color: #F4B022;
	font-size: 9px;
}

.moreLink a:hover, #crumbTrail a:hover, .photoNavigation a:hover
{
	color: #FFC44A;
}

#crumbTrail
{
	color: #A59F86;
	font-size: 9px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 12px;	
}

/* ------------------------------------------------------------------- */

#footer
{
	clear: both;
	position: relative;
	top: 12pt;
	background-color: #ffffff;
	height: 18pt;
	background-image: url("/images/footer.gif");
	background-repeat: no-repeat;
	width: 100%;
}

#footerLogo
{
	position: relative;
	width: 130px;
	top: 15px;
	left: 24px;
	float: left;
}

#footerText
{
	position: relative;
	top: 6pt;
	left: 50px;
	font-size: 9px;
	color: #939598;
	float: left;
}

#footerText a
{
	color: #7E7F82;
}

/* ------------------------------------------------------------------- */

.eventCalendar
{
	margin-bottom: 24px;
}

.eventCalendarTitle
{
	background-color: #D5DFE0;
	color: #7E8887;
	font-weight: bold;
}

.eventCalendarTitle2
{
	background-color: #BFCDCD;
}

.eventCalendarTitle2, .eventDescription, .eventTitle2
{
	border-left: 1px dotted #C9C7B8;
}

.eventTitle, .eventTitle2
{
	background-color: #F1EECD;
	color: #47423C;
	font-weight: bold;
}

.eventDates, .eventDescription
{
	background-color: #F7F6E2;
}

.calendarOuter
{
	background-color: #999999;
}

.calendar td
{
	background-color: #ffffff;
}
.calendarMonthAndYear
{
}

.calendarDayOfWeek
{
	background-color: #cccccc;
	font-weight: bold;
}

.calendarDayCell td
{
}

.calendarDay
{
}

.calendarEvent
{
	padding-left: 10px;
	padding-right: 5px;
}

.eventDate
{
}

.eventDescription
{
}

/* ------------------------------------------------------------------- */

.requiredField
{
	color: #990000;
}

.formError
{
	color: #DD8C8C;
	font-weight: bold;
}

.imageFloaterRight
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.imageFloaterLeft
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}

.standAloneImage
{

}

.formTab
{
	margin-bottom: 18px;
}

/* ------------------------------------------------------------------- */

table.photoNavigation
{
	margin-bottom: 8px;
}

.photoNavigation a
{
	text-decoration: none;
	color: #F3AE25;
	size: 9px;
}

.photoImage
{
	float: left;
}

.photoCaption
{
	float: left;
	margin-left: 14px;
	width: 140px;
}

.photoCaptionTitle
{
	font-weight: bold;
}