body {
	background: url('/images/pageback.gif') repeat fixed;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	text-align: center;
}

a:link {text-decoration: none; }
	
#pagecontainer {
	background-color: #fff;
	width: 780px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #6e8241;
}


/* top menu begins */
#navcontainer{
	background: url('/images/menuback.gif');
	width: 780px;
	text-align: right;
	height: 18px;
	padding-top:2px;
	position: relative;
	top: -3px;
}

.toplink a, .toplink a:active .toplink a:visited { color:#fff; font-weight:bold; font-size: 14px; text-decoration: none; margin-left:30px; }
.toplink a:hover { color:#cce1a5; }
/* top menu ends */


.leftlink a, .leftlink a:active .leftlink a:visited { color:#335000; font-weight:bold; font-size: 14px; text-decoration: none; text-align:center; }
.leftlink a:hover { color:#4e2611; }




















.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */