body
{
	background:white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
}
h1
{
	font-size: 14px;
	color: #678803;
}
div#wrapper
{
	width: 778px;
	margin: 0px auto;
}
div#header
{
	height: 65px;
}
	div#logo
	{
		float:left;
		width: 253px;
	}
	div#metaMenu
	{
		float: right;
		padding-top: 24px;
	}
	div#metaMenu ul
	{
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	div#metaMenu ul li
	{
		text-align:right;
	}
	div#metaMenu ul li a
	{
		color: #678803;
		text-decoration: none;
	}
	
div#photoBar
{
	background-image: url(../images/bg_photobar.gif);
	background-repeat: no-repeat;
	height: 197px;
}
	div#photoLocation
	{
		background-image: url(../images/photo.jpg);
		background-repeat: no-repeat;
		background-position: 20px 22px;
		height: 197px;
		
	}
		div#photoOverlay
		{
			background-image: url(../images/bg_photooverlay.gif);
			background-repeat: no-repeat;
			background-position: 20px 22px;			
			height: 197px;
		}
div#container
{
	padding-left: 20px;
	min-height:400px;
}		
div#leftColumn
{
	width: 178px;
	float:left;
}
	div#mainMenu
	{
		background-color: #ff9900;
		background-image: url(../images/bg_mainmenu.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-bottom: 55px;
		padding-top: 3px;
	}
		div#mainMenu ul
		{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		div#mainMenu ul li
		{
			display:block;
		}
		div#mainMenu ul li a
		{
			display:block;
			width: 162px;
			color: white;
			text-align:right;
			font-size: 14px;
			text-decoration: none;
			padding: 5px 16px 0px 0px;
		}
		div#mainMenu ul li a.active,
		div#mainMenu ul li a:hover
		{
			color: #678803;
		}
	div#credentialSection h3
	{
		text-align:right;
	}
	div#credentialSection div.credentialPicture
	{
		float:right;
		padding-left:3px;
	}
	div#credentialSection div.credentialData
	{
		text-align: right;
		color: #ee8701;
	}
div#rightColumn
{
	width: 560px;
	margin-left: 178px;
	padding: 10px 0px 15px 15px;
	margin-bottom:10px;
}
div#breadCrumb
{
	padding-bottom: 8px;
}
div#breadCrumb a
{
	color: #678803;
	text-decoration: none;
}
div#blockSection
{
	overflow: auto;
	padding-bottom: 15px;
}
div.block
{
	float:left;
	width: 240px;
	min-height: 140px;
	border: 1px solid #fff;
	padding: 15px;
}
div.block h2
{
	margin: 0px 0px 8px 0px;
	font-size: 14px;
}
div.block ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.block ul li 
{
	padding-bottom: 4px;
	width: 240px;
}
div.block ul li div.date
{
	float:left;
	color: #a4b868;
	font-size: 10px;
	width: 32px;
}
div.block ul li a
{
	display: block;
	color: #678803;
	text-decoration: none;
	margin-left: 32px;
}
div.green
{
	border: 1px solid #a0cf11;
	margin-right: 5px;
}
div.green h2
{
	color: #ff9900;
}

span.specialLink
{
	color: #ff9900;
}

div.orange
{
	border: 1px solid #ffa011;
	
}
div.orange h2
{
	color: #678803;
}
h3
{
	font-size: 14px;
	color:#678803;
}

div#content
{
	line-height: 18px;
	color: #524c4c;
}

div#content img.right
{
	float:right;
	margin-left: 5px;
	margin-bottom: 5px;
}

div#footer
{
	margin: auto;
	width: 774px;

	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: 100% 0px;		
	height: 32px;
	text-align: right;
	color:white;
	padding: 4px 19px 5px 5px;
	bottom:32px;
	clear:both;
}
div#footer a
{
	color:white;
	text-decoration: none;
}
