#mainWrap {
	margin: auto;
	width: 820px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 22px;
}

a:link, a:visited, a:active{
	text-decoration: underline;
	color: #6e6e6e;
}
a:hover{
	color: #657a37;
	text-decoration: underline;
}
body {
	background-color: #FFF;
	font-family: helvetica, arial;
	font-size: 13px;
	color: #656565;
}
#header {
}
#header_leftBar {
	background-color: #939496;
	height: 125px;
	width: 50px;
	float: left;
}

#header_mainBar {
	background-color: #939496;
	height: 80px;
	width: 746px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
}
#header_greenBar {
	width: 27px;
	height: 100%;
	margin-right: 115px;
	background-image: url(../images/green_bar.gif);
	background-repeat: repeat;
	float: right;
}
#header_navigation {
	width: 770px;
	height: 16px;
	text-align: right;
	float: right;
	font-size: 14px;
	margin-right: 0px;
	padding-top: 27px;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
#header_navigation a:link, #header_navigation a:visited {
	margin-right: 25px;
	color: #434547;
	text-decoration: none;
}
#header_navigation a:hover {
	color: #8b955a;
	text-decoration: none;
	margin-right: 25px;
}
.dashOfGreen {
	color: #8b955a;
	margin-right: 5px;
	font-weight: bold;
}
.greenHighlight {
	font-style: italic;
	color: #8b955a;
	line-height: 18px;
	  padding-bottom: 5px;	
	font-size: 13px;
}
