body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #000000;	
	background-color: #D9D6C5;
}

input, select, textarea
{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 12px;	
}

a
{
	text-decoration: none;
	color: #908E82;
}

a:hover
{
	text-decoration: underline;
	color: #D9D6C5;
}

.button
{
	border: solid 1px #000000;	
	background-color: #D9D6C5;
	font-weight: bold;	
	height: 22px;
	color: #000000;
	font-family:  Helvetica, Arial, sans-serif;
}


	
.plus_link
{
	font-size: 10px;
	font-style: italic;
	color: #65605C;
	background-image: url(/assets/images/controls/plus_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}

.module_header
{		
	text-transform: uppercase;
	color: #ffffff;
	background-color:#64615C;	
	padding: 8px 0 8px 0;
}

.module_header span
{
	margin-left: 6px;
}


#contact_table
{
	width: 100%;
	line-height: 25px;	
	z-index: 30;
}

#contact_table label
{
	text-align: left;
	font-weight: bold;
}

.eventDateCell
{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

.eventTitle
{
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	text-transform: capitalize;
}

.searchBlock
{
	margin-bottom: 20px;
	
}

.searchBlock a
{
	font-size: 12px;
}

.sitemapTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.siteMap
{
	margin-bottom: 20px;
	line-height: 22px;
}

.sitemapGroup
{
	width: 250px;
}

.sitemapGroup a
{
	font-size: 12px;
}

/* NEWSLETTER PAGE */
#newsletter
{
	padding-right: 20px;
	margin-bottom: 30px;
}

#newsletter_header img
{
	position:relative; left: -20px;
}

.news_container
{
	clear: both;
	margin-bottom: 50px; 
	padding: 0 0 0 0;
	
}

.newsletter_year
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	clear: both;
}

.newsletter_item_container
{
	clear: both; height: 170px; border-bottom: solid 1px #000000;
}

.newsletter_item
{
	float: left;
	width: 122px;
	height: 129px;	
	margin-right: 10px;
	margin: 10px 10px 10px 0;
}

.newsletter_item_title
{
	font-weight: bold;
	/* padding: 10px 0 10px 0; */
	text-align: center;
}

.newsletter_item_link
{
}

/* NEWSLETTER PAGE */


#Footer {
	/* float:left; */
	margin: 0px auto;
	margin-top: 22px;
	padding: 0px;
	width: 798px;
	height: 120px;
	background-image: url(../../site_files/branding/logo_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	}

#Footer h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FBFDFE;
	}
	
#Footer a:link {
	color: #FBFDFE;
	text-decoration: none;
	}
	
#Footer a:visited {
	color: #FBFDFE;
	text-decoration: none;
	}
	
#Footer a:hover {
	color: #117084;
	text-decoration: underline;
	}
	
#Footer a:active {
	color: #FBFDFE;
	text-decoration: underline;
	}
	
#FooterLeft {
	float: left;
	margin: 0px;
	margin-top: 36px;
	width: 200px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	line-height: 13px;
	}

#FooterLeft p {
	margin: 0px;
	padding: 0px;
	color: #FBFDFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#FooterCenter {
	float: left;
	margin: 0px;
	margin-top: 36px;
	width: 398px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	}

#FooterCenter p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #FBFDFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#FooterRight {
	float: left;
	margin: 0px;
	margin-top: 36px;
	width: 200px;
	padding: 0px;
	overflow: hidden;
	text-align: right;
	}

#FooterRight p {
	color: #FBFDFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

