/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	text-align: center; /* IE 5 bug fix */
	font: 100.1% "Trebuchet MS", Verdana, Arial;
	background: url(../imgs/layout/bg.gif) repeat;
}

h1 {
	font-size: 110%;
	font-weight: bold;
	color:#425A27;
}


#holder {
	width: 762px;
	text-align: left;
	margin: 0 auto;
}

#title{
	width: 624px;
	text-align: right;
	margin-left: 138px;
}

#header{
	text-align:right;
	background:#fff;
	border-bottom: 1px solid #fff;
}

.logo {
	margin-right:15px;
}

#topnav{
	width:762px;
	border-bottom:1px solid #fff;
	height: 48px;
}

.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	width: 127px;
	height: 48px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 90%;
	font-weight:bold;
	width: 127px;
	height: 50px;
	float: left;
	color: #fff; 
	background:#6c933f;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnav span {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 127px;
	cursor: pointer;
	margin:auto;
}

#sidenav{
	float:left;
	width:195px;
	height:250px;
	padding: 20px 10px 20px 20px;
	position:relative;
	background: url(../imgs/layout/bg_sidenav.jpg) no-repeat;
}

.sidelink1 {
	margin:0 0 12px 0;
	padding:0;
}

.sidelink2 {
	margin:0 0 2px 0;
	padding:0;
}

.sidelink2 a{
	display:block;
	height:25px;
	background: url(../imgs/layout/sidelink02.gif);
	font-size: 13px;
	color:#fff;
	text-indent: 25px;
	text-decoration:none;
}

#midsection{
	float:left;
	width:762px;
	padding:0;
	margin:0;
	background:#bde195;

}

#content{
	float:left;
	width:497px;
	padding: 20px;
}

#content p {
	font-size: 85%;
	color:#425A27;
	margin-top: 10px;
}

.td_thumb {
	text-align:center;
}

.pic{

	margin-top:20px;
}

#footer{
	clear:left;
}

#copyright {
	width: 762px;
	text-align: left;
	margin: 0 auto;
}

#copyright {
	font-size: 9px;
	color: #000;
}
#copyright a {
	color:#425A27;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}
#copyright a:active {

	text-decoration: none;
}
