body
{
	background-color: #FFF;
	color: #4A4A4A;
	background: url('../Graphics/Background.png') repeat-x;
	font: 0.7em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	padding: 20px;
}

table
{
	padding-bottom: 16px;
	width: 100%;
}

#ctl00_ContentPlaceHolder_EventCalendar a b
{
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

th
{
	text-align: left;
}

img
{
	border: 0px;
}

input, textarea, select
{
	font: 1em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	margin-top: 3px;
}

a:link
{
	background-color: #FFF;
	border: 0px;
	color: #A48964;
	text-decoration: none;
}

a:active
{
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}

a:hover
{
	background-color: #FFF;
	color: #4C7743;
	text-decoration: none;
}

a:visited
{
	background-color: #FFF;
	color: #A48964;
	text-decoration: none;
}

h2
{
	border-bottom: 1px solid #BBB;
	font: 1.4em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	padding-bottom: 4px;
	padding-top: 0px;
	margin-top: 0px;
}

h3
{
	background-color: #FFF;
	color: #A48964;
	font: 1.2em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
}

h11
{
	background-color: #FFF;
	color: #1d5328;
	font: 0.9em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
}

h7
{
	border-bottom: 0px solid #BBB;
	font: 1.4em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	padding-bottom: 4px;
	padding-top: 0px;
	margin-top: 0px;
}

h15
{
	border-bottom: 0px solid #BBB;
	font: 1.4em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	padding-bottom: 4px;
	padding-top: 0px;
	margin-top: 0px;
	color: #1d5328;
}

p
{
	padding-bottom: 4px;
}

ul
{
	list-style-type: square;
	margin-left: 7px;
	padding-left: 0px;
	padding-bottom: 12px;
}

li
{
	margin-left: 7px;
	padding-left: 0px;
	padding-bottom: 4px;
}

.BlockQuote
{
	padding-top: 6px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.DocumentImage
{
	vertical-align: middle;
	padding-right: 4px;
}

.HorizontalRule
{
	border-top: 1px solid #DEDEDE;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	height: 0px;
}

.Padded
{
	padding-right: 20px;
}

#PageContainer
{
	margin: auto;
	width: 980px;
}

#PageHeader
{
	background: transparent url('../Graphics/Header.png') no-repeat;
	height: 34px;
	padding-top: 18px;
	padding-left: 22px;
	padding-right: 22px;
	width: 980px;
}

#PageHeader h1
{
	display: none;
	text-align: right;
}

#PageContent
{
	background: transparent url('../Graphics/ContentBackground.png') repeat-y;
	padding: 20px;
}

#PageContentLeft
{
	margin-right: 214px;
	padding-bottom: 20px;
}

#PageContentRight
{
	float: right;
	padding-bottom: 20px;
	width: 180px;
}

#PageFooter
{
	background: transparent url('../Graphics/Footer.png') no-repeat;
	clear: both;
	height: 14px;
}

#FooterText
{
	background-color: #FFF;
	clear: both;
	color: #999;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

#NavigationList
{
	height: 20px;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 0px;
	padding: 2px 280px 24px 0px;
	width: 150%;
}

#NavigationList li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#NavigationList li a:link, #NavigationList li a:visited
{
	background-color: #eee;
	border-right: 1px solid #fff;
	color: #333;
	display: block;
	float: left;
	padding: 6px;
	margin-top: -3px;
	text-align: center;
	text-decoration: none;
	width: 105px;
	height: 25px;
}

#NavigationList li a#SelectedLink:link, #NavigationList a#SelectedLink:visited, #NavigationList li a:hover
{
	background-color: #999;
	color: #FFF;
}

h8
{
	background-color: #FFF;
	font: 1.2em 'Lucida Grande', Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FFF;
	text-align:left;
	overflow: auto
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}