@charset "utf-8";
/* CSS Document */
html {
  overflow-y:scroll;
}

ul, li{
margin-top:0px;
margin-bottom: 0px;
margin-left:0px;
text-indent:0px;
padding-left:0px;
}

#frame {
margin: 0px;
padding: 0px;
width: 975px;
background-image:url(images/mtnbg.jpg);
background-repeat:no-repeat;
text-align:left;
}
#columnMain{
float: right;
width: 675px;
}

#columnMain ul{
margin-top: 0px;
padding: 0px;
}



#columnMain2{
float: right;
width: 560px;
margin-top: 0px;
}

#columnMain3{
float: right;
width: 475px;
margin-right:15px;
}

#sitemap{
width: 900px;
margin-left:25px;
}

#sitemap ul{
margin-top: 0px;

padding: 0px;
}


#enclose{
float: left;
width: 925px;
}

#enclose2{
float: left;
width: 975px;
}

/* Menu */
#menu {
	width: 975px;
	height: 170px;
	margin-top: 10px;
}

#menu ul {
	margin-left: 235px;
	padding: 0;
	list-style: none;
	/*text-indent:-15px;*/
}

#menu li {
	display: inline;
	/*text-indent:-15px;*/
}

#menu a {
text-align:center;
	display: block;
	float: left;
	padding:0px 0px 0px 25px;
	text-decoration: none;
	font-weight:bold;
	color: #003300;
}

#menu a:hover {
	text-decoration: underline;
}
#onecolumn {
float:left;
width: 925px;
}

#columnLeft{
float:left;
width: 200px;
}

/* left hand navigation bar*/
#leftnav {
	float: left;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight:bold;
	line-height:12px;
}

#leftnav ul {
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}

#leftnav li {
	display:block;
	/*background-color:#3b613a;*/
	margin: 0px;
	list-style-type:none;
	/*border-right: #3b613a 1px solid; 
	/*border-bottom-color:#ffffff;*/
}

#leftnav a {
	display:block;
	text-decoration: none;
	padding:5px;
	color:#000;
}

#leftnav a:hover {
	text-decoration: underline;
	/*color:#000000;
	/*background-color:#FFFFFF;*/
}

#leftnav .h3 {
	font-size: 14px;
	color: #000000;
}

#columnRight{
float: right;
width: 200px;
}
/* main text column*/
#columnRight {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 1em;
	font-weight:500;
}
#columnRight a:link, #columnRight a:hover {
	text-decoration: underline;
	color:#0000FF;

}
#columnRight a:visited {
	text-decoration: underline;
	color:#660000;
}
/*news crawl*/
#news {
	float: right;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight:700;
	width:200px;
}

#news a:link, #news a:visited {
	display:block;
	text-decoration: underline;
	padding:5px;
	color:#000;
	font-weight:bold;
	background-color:#d9deda;
}
#news a:hover {
	display:block;
	text-decoration: underline;
	padding:5px;
	color:#fff;
	font-weight:bold;
	background-color:#648f63;
}

/*footer*/
#footer {
	clear:both;
	width: 975px;
	padding-bottom: 1em;
	background:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align: center;
	color: #fff;
}
#footer a:link, #footer a:visited, #footer a:hover {
	text-decoration: underline;
	color:#fff;
}

