/* The definitions for the pages in each section */

/* page specific layout definitions */
#PageTitle {
	margin: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #6BBD46;
}
#PageBlurb {
	margin-top: 0px;
	font-size: 0.75em;
	line-height: 1.6em;
	font-weight: bold;
	/* font-style: italic; */
}
#PagePicture {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 1.0em;
	height: 0px;
	width: 0px;
}
	
/*** Page top menu styles ***/

#PageMenu {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 0.78em;
	color: #666;
}
#PageMenu li {
	position: relative;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#PageMenu a {
	color: #666;
	text-decoration: none;
}
#PageMenu a.ActivePageMenuItem {
	color: #6BBD46;
}
#PageMenu a:hover {
	text-decoration: underline;
}
span.PageMenuSeparator {
	margin-left: 7px;
	margin-right: 6px;
}

div.greyLine {
	height: 1px;
	width: 486px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
	background-color: #333;
}

/* special case of FindOutMore menu item */
#FindOutMoreMenuItem
{
	line-height: 1.2em;
	margin: 1.4em 0em 1.8em 0em;
	padding: 0px;
}
#FindOutMoreMenuItemLink 
{
	line-height: 1.8em;
}