body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a
{
	/*text-decoration:none;*/
}

a:visited
{
	color:#0066CC;
}

#LeftPane a
{
	color:white;
}

#LeftPane a:visited
{
	color:white;
}

.logoSpacer
{
	background-color:#344F21;
	height:70px;
}

li
{
	list-style-type:none;
}

ul.bulleted li
{
	list-style-type:disc;
}

.container
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.pane
{
	min-height: 30em;
	overflow:auto;
}

#LeftPane
{
	width:15em;
	height:100%;
	background-color:#CC8945;
	float:left;
}

.bottomSpacer
{	
	display:none;
}

#MiddlePane
{
	background-color:white;
}

#RightPane
{
	width:0em;
	display:none;
	background-color:silver;
	float:right;
}

.sectionHeader
{
	width:100%;
	text-align:center;
	font-size:xx-large;
}

.sectionLogo
{
	vertical-align:middle;
}

.paragraphHeader
{
	font-size:large;
	font-weight:bold;
}

.paragraphHeaderAbout
{
	background: #CC8945 url('../images/paragraphHeaderOrange.png') repeat-x;
}

.paragraphHeaderEvents
{
	background: url('../images/paragraphHeaderGreen.png') repeat-x;
}

.paragraphHeaderMembership
{
	background: url('../images/paragraphHeaderBlue.png') repeat-x;
}

.paragraphHeaderGrandJunction
{
	background: url('../images/paragraphHeaderBrown.png') repeat-x;
}

.paragraphHeaderLinks
{
	background: url('../images/paragraphHeaderRed.png') repeat-x;
}

.paragraphHeader
{
	background: url('../images/paragraphHeaderGreen.png') repeat-x;
}

.paragraph
{
	padding-right:5em;
	padding-left:5em;
}

.paragraph ul
{
	list-style:none;
}

.paragraph ul li
{
	text-align:left;
}

.listLeft
{
	font-family:Comic Sans MS;
	font-weight:bold;
	color: #762211;
}

.listRight
{	
}

iframe
{
	border:none;
	overflow:visible;
}

.thumbnailSize
{
	width:135px;
	height:90px;
}

a.thumbnail
{
	width: 150px;
	text-align:center;
}

a.thumbnail .preview
{
	width:135px;
	height:90px;
}

 a.thumbnail .expandedThumbnail {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

 a.thumbnail:hover .expandedThumbnail {
	border: 1px solid #FFFFFF;
	display: block;
	height: auto;
	left: 16em;
	position: absolute;
	top: 150px;
	width: auto;
	padding: 1em 1em 1em 1em;
}

a.thumbnail .heldImage {
	border: 1px solid #FFFFFF;
	display: block;
	height: auto;
	left: 16em;
	position: absolute;
	top: 150px;
	width: auto;
	padding: 1em 1em 1em 1em;
}

.modalPopup
{
	display:none;
	position:absolute;
	top:4em;
	left:1em;
	border:3px ridge black;
	background:white url('images/WhiteBackground') repeat;
}

.modalPopupHeader
{
	float:left;
	width:85%;
	margin-left:2em;
	text-align:center;
}

.modalPopupUtility
{
	float:right;
	color:black;
	border:solid 1px black;
}

 a.modalPopupUtility,  a.modalPopupUtility:visited
{
	color:Black;
	text-decoration:none;
}

.bold
{
	font-weight:bold;
}

.small
{
	font-size:smaller;
}

.indent
	{
	margin-left:2em;	
	}

.calendarEventSummary
{
}

.calendarEventTitle
{
}

.calendarEventDates
{
	font-size:small;
}

.calendarEventDateLabel
{
	font-weight:bold;
}

.calendarEventStartDate
{
}

.calendarEventEndDate
{
}

.calendarEventTimes
{
	font-size:small;
}

.calendarEventTimeLabel
{
	font-weight:bold;
}

.calendarEventStartTime
{
}

.calendarEventEndTime
{
}

.calendarEventDescription
{
}

.calendarEventRecurrenceNote
{
}

.calendarEventLocation
{
	font-size:small;
}

.calendarEventLocationLabel
{
	font-weight:bold;
}

.calendarEventLocationText
{
}

.paymentDescription
{
	font-size:smaller;
}