body {
background: url('img/bac.jpg');
margin: 40px 5% 0 5%;
line-height:1.4em;
color: #666; font-style:normal; font-variant:normal; font-weight:normal; font-size:76%; font-family:Verdana, Tahoma, Arial, sans-serif
}



.heading h1 {
font-size: 2.4em;
color: #fff;
padding: 60px 20px 0 20px;
margin: 0;
letter-spacing:-1px;
font-weight:normal;
}

.heading h2 {
font-size: 1.5em;
color: #e4e4e4;
margin: 0;
padding: 10px 20px 0 20px;

font-weight:normal;
}

a:Link, a:visited {
text-decoration: none;
color: #336600;
}

a:hover, a:active {
text-decoration: none;
color: #759041;
text-decoration: underline;
}

/* Styles required for rounded corner flexible layout */

.page {

background: url('img/Page_bac.jpg');
margin: 20px
}

.pageTopWrapper {
height: 100%;
background: url('img/top_strip.jpg') repeat-x top left;
}

.pageBottomWrapper {
height: 100%;
background: url('img/bottom_strip.jpg') repeat-x bottom left;
}

.pageRightWrapper {
height: 100%;
background: url('img/right_strip.jpg') repeat-y top right;
}

.pageLeftWrapper {
height: 100%;
background: url('img/left_strip.jpg') repeat-y top left;
}

.pageTopRightWrapper {
height: 100%;
background: url('img/top_right_bac.jpg') no-repeat top right;
}

.pageTopLeftwrapper {
height: 100%;
background: url('img/top_left_bac.jpg') no-repeat top left;
}



.pageBottomLeftWrapper {
height: 100%;
background: url('img/bottom_left_bac.jpg') no-repeat bottom left;
}

.pageBottomRightWrapper {
height: 100%;
background: url('img/bottom_right_bac.jpg') no-repeat bottom right;

}

.pageContent {
margin: 13px 13px 0 13px;
}

.mainPageContent {
background-color: #fff;
}



.heading {
height: 150px;
border-bottom: 2px solid #fff;
}


/* two column layout */

.left {
float:left;
width: 15em;
margin-right:15px;
padding-bottom:20px;
	}
	
	.right {
padding-top: 1em;
padding-right: 1em;
margin-left: 16em;

 }

/* left menu */

#button {
	width: 13em;
	padding: 1em 0 0 1em;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	}
	
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #7FA540;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #627A48;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {

		background-color: #7FA540;
		color: #fff;
		}


.footer, .footer a, .footer a:link, .footer a:visited {
line-height: 60px;
font-size: .9em;
font-weight: bold;
text-align: center;
color: #fff;
}