body {
	background-color: #e5e4e4;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #343535;
	font-size: 0.8125em;
	line-height: 1.308em;
}

h1 {
	color: #145909;
	font-weight: normal;
}

#menuWrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 900px;
	height: 44px;
	background-image: url(../LayoutMedia/menuBackground.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
}

#outerWrapper {
	background-image: url(../LayoutMedia/bottombackground.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#banner {
	background-image: url(../LayoutMedia/topbackground.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: -6px;
}

#contentWrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	
}

#leftColumn {
	width:238px;
	float:left;
	background-color: #efeded;
}
#floatContainer {
	position: absolute;
	top: 0;
/*	z-index: -1; */
}

#leftColTop {
	background: url(../LayoutMedia/leftColTop.png) no-repeat;
	width: 238px;
	height: 124px;
	position: relative;
	top: 292px;
}
#rightColTop {
	background: url(../LayoutMedia/rightColTop.png) no-repeat;
	width: 664px;
	height: 125px;
	position: relative;
	top: 167px;
	right: -238px;
}
#srchWrapper {
	position: relative;
	top: 5px;	
}
#srchForm {
	position: relative;	
	left: 24px;
	top: 6px;
	width: 238px;
	z-index: 2;
}
#srchLabel {
	font-family: arial;
	font-size: 12px;
	color: #62BE12;
	padding-right: 8px;
}
#srchInput {
	background: url(../LayoutMedia/srchBox.png) no-repeat;
	border: 0;
	width: 190px;
	height: 24px;
	padding-top: 8px;
	padding-left: 8px;
}
#srchButton {
	left: -38px;
	top: 6px;
	position: relative;
}
#rightColumn {
	width:650px;
	float:right;
}
#contentBottom {
	clear: both;
	background-color: #c2c1c1;
}

#footer {
	padding-top: 10px;
	text-align: right;
	color: #666666;
}

#navmenu ul {
	margin-left: 15px;	
}

#navmenu a {
	color:  #47a40b;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../LayoutMedia/menuBorder.png);
	background-position: right;
	background-repeat: no-repeat;
}

#navmenu a:hover, .active {
	color: white;
	background-image: url(../LayoutMedia/menuItemBackground.png);
	background-repeat: repeat-x;
}

#navmenu ul li ul li a:hover {
	background-color: #47a40b;
	color: white;
}

#navmenu ul li ul li a {
	color: #47a40b;
	background-color: #EEEEEE;	
}

.sideBox {
	width: 187px;
	margin-left:auto;
	margin-right: auto;
	color: white;

}

.sideBoxHeading {
	text-align: left;
	background-image: url(../LayoutMedia/sideBoxTop.png);
	background-repeat: no-repeat;
	height: 42px;
}

.sideBoxTitle {
	margin-top:10px;
	color:white;
	font-size:20px;
	font-weight:normal;
	margin-left:20px;
}

.sideBoxContent ul {
	list-style: none;
	margin: 0;	
}

.sideBoxContent ul li {
	border: none;
}

.sideBox a {
	text-decoration:none;
	color: #BDFB0A;
}
.sideBox a:hover {
	color: white;
}

.sideBoxContent {
	background-color: #72bb0a;
}



.sideBoxFooter {
	background-image: url(../LayoutMedia/sideBoxBottom.png);
	background-repeat: no-repeat;
	height: 14px;
}

.navigationSideBox {
	background-color: #145909;
	background-image: none;
}

.navigationSideBox .sideBoxContent{
	background-color: #145909;
	background-image: none;
}

.navigationSideBox .sideBoxHeading {
	background-image: url(../LayoutMedia/sideBoxNavigationTop.png);
	background-repeat: no-repeat;
}

.navigationSideBox .sideBoxFooter {
	background-image: url(../LayoutMedia/sideBoxNavigationBottom.png);
	background-repeat: no-repeat;
	height: 14px;
}

.navigationSideBox ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../LayoutMedia/navLinkBackgroundBottom.png);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	padding-left: 6px;
}
.slideShowTitle {
	font-size: 14px;
}

