body {
	background: transparent url(img/bac.jpg) repeat;
	margin: 0;
	line-height:1.4em;
	color: #666;
	left: 0px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 70%;
}



.heading h1 {
	font-size: 2.6em;
	color: #fff;
	margin: 0;
	letter-spacing:-1px;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 45px;
}

.heading h2 {
	font-size: 0.8em;
	color: #FFFF00;
	margin: 0;
	font-weight:normal;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px;
}

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 {
	margin: 20px;
	background-color: transparent;
	background-image: url(Page_bac.jpg);
	background-repeat: repeat;
}

.pageTopWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(top_strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.pageBottomWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(bottom_strip.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.pageRightWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(right_strip.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.pageLeftWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(left_strip.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.pageTopRightWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(top_right_bac.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.pageTopLeftwrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(top_left_bac.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



.pageBottomLeftWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(bottom_left_bac.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pageBottomRightWrapper {
	height: 100%;
	background-color: transparent;
	background-image: url(bottom_right_bac.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

.pageContent {
margin: 13px 13px 0 13px;
}

.mainPageContent {
	background-color: #fff;
	clip: rect(auto,auto,auto,auto);
}



.heading {
height: 125px;
border-bottom: 2px solid #fff;
}

/* Top menu */

.menu {
background-color: #627A48;
display: block;
height: 50px;
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: 50px;
float: left;
border-right: 1px solid #7FA540;
}


 

.menu ul li a:link, .menu ul li a:visited  {
line-height: 50px;
font-family: arial;
font-size: 1.4em;
text-align: center;
width: 140px;
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.4em;
text-align: center;
width: 140px;
display: block;
line-height: 50px;
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: 10px;
	padding-right: 0em;
	margin-left: 16em;
	top: 70px;
	clip: rect(70px,auto,auto,auto);
	margin-top: 10px;

 }

/* 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 {
	line-height: 80px;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

