body {
	background-color: #0D460E;
}
#fullWidthWrapper {
	background: url(../../_images/bg-body-directory.jpg) no-repeat center top;
}
#outerWrapper #header {
	/*background-image: url("../../_images/bg_header.jpg");*/
}
#outerWrapper #topNavigation {
	background-color: #82C043;
	background-image: url("../../_images/bg_navigation_sub-directory.jpg");
	background-repeat:repeat-x;
}
#outerWrapper #topNavigation div.container {
	background:url("../../_images/bg_navigation_sub_directory.jpg") no-repeat 10px top;
}
#outerWrapper #footer {
	color:#FFFFFF;
	background-image: url("../../_images/bg_footer-directory.gif");
}
#outerWrapper #footer a, 
#outerWrapper #footer a:link, 
#outerWrapper #footer a:visited {
	color: #B3D98C;
}

/* Typography */
h1.header { font-weight:bold; color: #486B8A; border-bottom:solid 4px #B7C9D9; padding: 0 10px 5px 0; }
h2.header {color:#D8A24F; font-weight:bold}
h3.header { color:#333333; font-weight:bold}

.calltext {
	color:#B3D98C;
}
