body {
background: url(img/bac.jpg) repeat;
margin: 0;
font:76% Verdana,Tahoma,Arial,sans-serif;
line-height:1.4em;
color: black;
}

.heading h1 {
font-size: 2.8em;
color: #fff;
margin: 5px; 5px;
letter-spacing:-1px;
line-height: 105%;
font-weight:normal;
}

.heading h2 {
font-size: 1.2em;
color: #fbd7a1;
padding-left: 0px;
font-weight: bold;
font-style: italic;
}

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 */
.heading {
height: 135px; width: auto;
border-bottom: 2px solid #fff;
padding-left: 5px;
}

.page {
background: url(img/page_bac.jpg) repeat;
margin: 20px;
}
.pageTopWrapper {
height: 100%;
background: url(img/top_strip.jpg) top left repeat-x;
}
.pageBottomWrapper {
height: 100%;
background: url(img/bottom_strip.jpg) bottom left repeat-x;
}
.pageRightWrapper {
height: 100%;
background: url(img/right_strip.jpg) top right repeat-y;
}
.pageLeftWrapper {
height: 100%;
background: url(img/left_strip.jpg) top left repeat-y;
}
.pageTopRightWrapper {
height: 100%;
background: url(img/top_right_bac.jpg) top right no-repeat;
}
.pageTopLeftwrapper {
height: 100%;
background: url(img/top_left_bac.jpg) top left no-repeat;
}
.pageBottomLeftWrapper {
height: 100%;
background: url(img/bottom_left_bac.jpg) bottom left no-repeat;
}
.pageBottomRightWrapper {
height: 100%;
background: url(img/bottom_right_bac.jpg) bottom right no-repeat;
}
.pageContent {
margin: 13px 13px 0 13px;
}
.mainPageContent {
background-color: #fff; 
}

/* Top menu */
.menu {
background-color: #627A48;
display: block;
height: 30px;
width: 700px;
}
.menu ul {
margin: 0;
padding: 0;
border: 0;
display: inline;
}
.menu ul li {
margin: 0;
border: 0;
padding: 0;
display: inline;
line-height: 30px;
float: left;
border-right: 1px solid #7FA540;
}
.menu ul li a:link, .menu ul li a:visited  {
line-height: 30px;
font-family: arial;
font-size: 1.0em;
text-align: center;
width: 120px;
display: block;
color: #fff;
text-decoration: none;
font-weight: bold;
background-color: #627A48;
}
.menu ul li a:hover, .menu ul li a:active  {
color: #fff;
font-family: arial;
font-size: 1.0em;
text-align: center;
width: 120px;
display: block;
line-height: 30px;
text-decoration: none;
font-weight: bold;
background-color: #7FA540;
}

/* two column layout */
.left {
float:left;
width: 14em;
margin-right:15px;
padding-bottom:20px;
}

.right {
padding-top: 1em;
padding-right: 1em;
margin-left: 16em;
}
/* left menu */
#button {
	width: 12em;
	
	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 {
padding-bottom: 15px;
font-size: 1em;
font-weight: bold;
text-align: center;
color: #fff;
}
