/*  E-Blast  section */

/* colors
 #aea899 grey-brown text, changed to activities brown
907559 is new brighter brownish
*/

body { background-color: #bebeb2; } /* 2007 new brownish color */

.backgroundColorOverride {
	background-color: #ffffe7;
}

p,td {
	color: #907559;
	}

.PageTitles {
	color: #907559; /* gray-brown, overriding the site styles by virtue of the cascade */
}
	
a:link {  color: #dc432e; text-decoration: none; }
a:visited {  color: #dc432e; text-decoration: none; }
a:hover {  color: #676F85; background-color: none; text-decoration: underline;}



/* unique css for the slimmed-down eblast issue page */

		#eblastNavIssue {
			position: absolute;
			visibility: visible;
			left: 100px; top: 20px;
			width: 255px; height: 248px; z-index: 2;
			overflow: visible;
		}
		
		#eblastNavIssue td {   /* controls table for the slimmed-down eblast issue page */
			padding: 5px;
			background-color: none;
			font-weight: bold;  /* the bold in the sub-links is set in the html */
		}
		
#content-Issue {  /* position for checker for E-Blast issue */
	position: relative;
	margin-top: 170px;
	overflow: visible;	
}


/* styling css for the eblast issue  */

/* #aea899 text */

#eblastIssue {  /* the dynamic E-Blast issue border and container, inside protected eblast.lib.php file */
	position: relative;
	width: 756px;  /* max width of articles and banners and photos - new 2007 */
}


#eblast-Title {  /*the banner only */
	height: 49px;
	background-color: #BCB79E;
	white-space: nowrap;
}

#eblast-Title p {
	letter-spacing: 1.5em;
	color: #fff;
	text-align: center;
	font-weight: bold;   
	font-size: 13px;
	text-transform: uppercase;
	word-spacing: 0;
	vertical-align: middle;  /* doesn't work in current browsers */
	padding: 15px 0 20px 0;
}


.eblastPhotos img {
	padding: 0px 0px 10px 30px;
	vertical-align: top;
	float: right;
	border-style: solid;
	border-width: 0px;
	border-color: #333;
	display: inline;
}

.eblastPhotosLeft img {
	margin: 0px 30px 10px 0px;
	vertical-align: top;
	float: left;
	border-style: solid;
	border-width: 0px;
	border-color: #333;
	display: inline;
}


.eblastTitles {
	color: #907559;  /* the brighter brown */
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
}

#slogan {
	padding: 0px 20px 0px 20px;
 }

#slogan p {
	color: #a38b70;
	font-family: arial, sans-serif;
	font-weight: normal;   
	font-size: 11px;
	line-height: 200%;
 	margin: 0 0 0 0;
 }


#eblast-bottomNav table {
	width: 640px;
}
	
#eblast-bottomNav td {
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	border-style: solid;
	border-color: #d9ceb6;  /*beige */
	border-width: 3px 0 3px 0;
	border-collapse: collapse;
	white-space: nowrap;
}

#eblast-bottomNav a:link {  color: #907559; text-decoration: none; }   
#eblast-bottomNav a:visited {  color: #907559; text-decoration: none; }
#eblast-bottomNav a:hover {  color: #907559; text-decoration: underline; }

#address {
	width: 640px;
}


