html, body {
	height: 100%;
}
body {
	margin: 0 auto;
	text-align: center;
	padding: 0px;
	background-color: #bebfbf;
	overflow: -moz-scrollbars-vertical;
	font-size: 11px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/background-bg.gif);
}
#content-wide a:link {
	text-decoration:none;
	color: #00AB39;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content-wide a:visited {
	text-decoration:none;
	color: #00AB39;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content-wide a:hover {
 	text-decoration:underline;
	color: #00AB39;
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 770px;
	margin:0px auto;
	text-align:center;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/page-bg.gif);
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}
#footer {
	height: 40px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -40px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	background-color:#555e66;
	}
#header {
	background-color:#ffffff ;
	width: 765px;
	height: 90px;
	margin: 0px auto;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6a747d;
	text-align:right;
}

#navigation_main {
	width: 760px;
	margin: 0px auto;
	text-align: center;
	height: 29px;
	/*background-image: url(../images/nav_bg.jpg);*/
	background-repeat: repeat-x;
	background-position: center top;
	
	
}
#navigation {
	margin: 0px auto;
	width: 760px;
	padding-top: 0px;
	height: 29px;
	position: relative;
	
	
}

#search {
	position:absolute;
	width:156px;
	left:608px;
	top:1px;
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	padding-left:7px;
		
	
}
.search{
border:1px solid #666;
margin-top:1px
}
input.go {
	color:#CECBCE;
	background-color:#636563;
	border:1px solid #999999;
	font-size:12px;
	font-weight:bold;
}

#contentarea{
	width: 762px;
	margin:0px auto;
	text-align:center;
	padding: 0px;
	
}

#banner{
margin-top:18px;
}
#content{
	width: 762px;
	margin:0px auto;
	padding: 0px;
	background-position: left top;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	padding-top:2px
}

#content-wide{
width:760px;
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:1em;

}

#contentclear {
	width: 770px;
	height: 40px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	line-height: 30px;
}

.clearpage {
	clear: both;
}
#footer1 {
width:770px ;
margin: 0px auto;
color:#FFFFFF;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:1.0em;
padding:10px;

}

#footer1 a:link, a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
}
#footer1 a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 1.0em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}

.heading {
	font-size: 1.2em;
	color: #00AB39;
	font-weight:600;
}

