body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #f7d4e6;
	font: 12px Arial, Helvetica, sans-serif;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
}
a:hover {
	color: #94c20a;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
}
html>body ul {
	list-style: none;
	text-indent: -12px;
}
ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 12px;
}
li {
	margin: 7px 0 8px 10px;
}
ul.sublist {
	margin-top: 0;
	margin-left: 0;
	padding-left: 5px;
}
li.sublist {
	margin: 7px 0 8px 3px;
}
#main_content {
	width: 768px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
#top_nav {
	clear: both;
	position: relative;
	width: 768px;
	height: 25px;
	border-bottom: 1px solid #000;
	text-align: right;
	padding: 0;
	background: #f39;
	color: #fff;
}
#top_nav a {
	border: 0px;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	background: #f39;
	color: #fff;
}
#top_nav a:hover {
	text-decoration: none;
	background: #f39;
	color: #fff;
}
#header_title {
	clear: both;
	position: relative;
	width: 768px;
	height: 100px;
	max-height: 100px;
	overflow: hidden;
	color: #fff;
	padding: 0;
	margin: 0;
	background: #faebf2 url(/images/header.jpg) no-repeat center;
	border-bottom: 1px solid #000;
}
#header_title h1 {
	color:#333333;
	position: relative;
	top: 15px;
	left: 10px;
	z-index: 2;
	text-align: left;
	margin: 0;
	padding: 0;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}
#header_title h2 {
	position: relative;
	top: 18px;
	left: 10px;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font: italic bold 18px Georgia, "Times New Roman", Times, serif;
}
#left_nav {
	position: relative;
	width: 165px;
	color: #000;
	padding: 5px;
	float: left;
	text-align: left;
	background: #fff;
}
#left_nav .title h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #333333;
}
#left_nav .content {
	margin: 5px 0 10px;
	border-top: 1px dotted #94c20a;
}
#left_nav a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#left_nav a:hover {
	color: #94c20a;
}

#left_nav a.on {
	color: #f39;
	font-weight: bold;
	text-decoration: none;
}
#left_nav a.on:hover {
	color: #f39;
}

html>body #left_nav #upcoming_events ul {
	list-style: square;
}
#left_nav #upcoming_events ul {
	padding-left: 0px;
}
#left_nav #upcoming_events li {
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#left_nav #upcoming_events a {
	text-decoration: underline;
}

* html #content_well { overflow-x: auto; overflow-y: hidden; width: expression(document.body.offsetWidth - 250); }

#content_well {
	position: relative; /* peekaboo bug fix for IE6 */ 
	min-width: 0; /* peekaboo bug fix for IE7 */		
	width: 581px;
	border-left: 2px solid #94c20a;
	color: #000;
	padding: 5px;
	float: right;
	text-align: left;
	background: #fff;
}
#content_well .title h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #CE006B;
}

#content_well h1 {
	font-size: 16px;
}
#content_well h2 {
	font-size: 15px;
}
#content_well h3 {
	font-size: 14px;
}
#content_well h4 {
	font-size: 13px;
}
#content_well h5 {
	font-size: 12px;
}
#content_well h6 {
	font-size: 11px;
}

html>body #content_well .content ul {
	list-style: square;
	text-indent: 0px;	
}
#content_well .content ul {
	padding-left: 10px;
}
#content_well .content li {
	padding-top: 4px;
	padding-bottom: 4px;
}


#content_well .content {
	margin: 5px 0 10px;
	border-top: 2px dotted #CE006B;
}
#content_well a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	background: #fff;
}
#content_well a:hover {
	color: #94c20a;
}
#content_well .title .breadcrumbs {
	color: #333;
	font-weight: bold;
	font-size: 10px;
}
#content_well .title .breadcrumbs a {
	color: #333;
	font-weight: bold;
	font-size: 10px;
}
#content_well .title .breadcrumbs a:hover {
	color: #94c20a;
}

#content_well dt {
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: bold;
}

#content_well dd {
	padding-top: 3px;
	padding-bottom: 3px;
}

#content_well p {
	line-height: 1.3em;
}

#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 16px;
	font-size: 10px;
	color: #f7d4e6;
	text-align: center;
	background: #f39;
	border-top: 1px solid #000;
}
#footer h3 {
	font-size: 10px;
	margin: 0;
	padding: 0 5px;
	float: left;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	background: #f39;
}
#footer a:hover {
	color: #94c20a;
	text-decoration: none;
	background: #f39;
}
.screenshot {
	padding: 4px;
	float: right;
}
#link_no_print {
	float: right;
	clear: both;
}

.footer_tag {
	float: right; 
	padding-right: 5px; 
	font-weight: bold;
}

#printed_from {
	display: none;
}

#bottom {
	padding-top: 15px;
	font-size: 11px;
	width: 300px;
}

#bottom a {
	color: #000;
	background: #f7d4e6;
	font-weight: normal;
}

#bottom p {
	text-align: center;
}

.clear {
	clear: both;
}

.press_release {
	font: 12px Courier, "Courier New", serif;
	padding: 10px;
	border: 1px solid #000;
}
.extra_left {
	padding: 0px 5px 5px 5px;
	border: 1px solid #f39;
	font-size: 11px;
	font-weight: normal;
}
.extra_left h2 {
	margin-top: 0px;
	margin-left: -5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #f39;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	width: 164px;
}

.event_type {
	color: #94C20A;	
}
.event {
	border-top: 1px dotted #000;
	padding-top: 5px;
}

.event_date {
	font-size: 18px;
}	

#content_well dd.event_title {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

#message {
	font-weight: bold;
	color: #f39;
	font-size: 14px;
	padding: 10px;
}

.required {
	font-weight: bold;
	color: #f00;
	font-style: italic;
}

dl.committees dt {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #f7d4e6;
}


div.picture_left {
  float: left;
  padding: 5px;
  }
  
div.picture_left p {
   text-align: center;
   font-size: 10px;
   font-weight: bold;
   color: #636363;
   }
   
div.picture_right {
  float: right;
  padding: 5px;
  }
  
div.picture_right p {
   text-align: center;
   font-size: 10px;
   font-weight: bold;
   color: #636363;
   }   
   
.attention {
	color: #CE006B;
	font-weight: bold;
}   

.attention a {
	color: #CE006B;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #CE006B;
}

div#flashgallery {
	width: 800px; 
	height: 690px; 
	margin-left: 
	auto; margin-right: 
	auto;
}

div#flashgallery object a {
	display: none;
} 
div#flashgallery object {
	margin-left: auto; 
	margin-right: 
	auto; display block;
}