body {
   font-family: Arial,Tahoma ;
   font-size: 12px;
   color: #666;
   text-align: center;
   background: #fff;
   margin: 0; padding: 0;
   overflow-y: scroll;
}

.clear {
	display: block;
	height: 0; font-size: 0;
   clear: both;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
   font-weight: normal;
   line-height: 100%;
}
h2, h1 {
   font-size: 26px;
   color: #116936;
   margin: 0 0 10px 0;
}
h3, h4 {
	color: #f48921;
   font-size: 18px;
   margin: 0 0 10px 0;
}
h4 {
   font-size: 16px;
}
h1.h1 {
   font-size: 10px;;
   position: absolute;
   left: 300px; top: 105px;
   color: #ccc;
}
a {
	color: #156734;
   text-decoration: none;;
}
a:hover {
	color: #f48921;
}

.description {
	color: #999;
	margin: 30px 0 0 0;
   font-style: italic;
   font-size: 11px;
}

#frameHolder {
	width: 900px;
	margin: 20px auto;
   position: relative;
   text-align: left;
   padding: 10px; 
   -moz-box-shadow:0 4px 10px -1px rgba(80, 80, 80, 1);
	-webkit-box-shadow:0 4px 10px -1px rgba(80, 80, 80, 1);
   box-shadow: 0 4px 10px -1px rgba(80, 80, 80, 1);
}

#footerHolder {
   text-align: left;
   border-top: 1px solid #ccc;
   margin: 10px 0 0 0;
   padding: 10px 0 0 280px;
   font-size: 11px;
   color: Gray;
}

#headerHolder {
	border-bottom: 1px solid #ccc;
	height: 110px; width: 900px;
}
#leftHolder {
	display: block;
	float: left;
	width: 215px;
	padding: 20px 20px 10px 10px;
}
#rightHolder {
	float: right;
	width: 600px;
	border-left: 1px solid #ccc;
	padding: 30px 20px 20px 30px;
}
#rightHolder p {
	margin: 0 0 10px 0;
   line-height: 150%;
}

#rightHolder ul {
   list-style-type: none;
   margin: 10px 0; padding: 0;
}
#rightHolder ul li {
	background: url('../images/liitem.png') no-repeat left center;
	display: block;
	padding: 2px 0 2px 20px;
	margin: 0 0 3px 0;
}

.cross {
   background: url('../images/cross.png') no-repeat center center;
	display: block;
   width: 68px; height: 68px;
   position: absolute;
   left: 225px; top: 88px;
}

.logoS {
	background: url('../images/logos.png') no-repeat center center;
	display: block;
   text-decoration: none;
   border: 0 none;
   width: 187px; height: 66px;
   position: absolute;
   left: 30px; top: 27px;
}

#leftHolder ul {
	margin: 0; padding: 0;
   list-style-type: none;
}
#leftHolder ul li {
	display: block;
}
#leftHolder ul li a {
	border-bottom: 1px solid #d9d9d9;
	display: block;
	padding: 8px 10px;
   text-decoration: none;
   color: #116736;
}
#leftHolder ul li a:hover,
#leftHolder ul li a.active {
	color: #f48921;
}

#headerHolder ul {
   list-style-type: none;
   margin: 0; padding: 0;
   position: absolute;
   right: 0; top: 80px;
}
#headerHolder ul li {
	display: block;
   padding: 0 15px 0 10px;
	float: left;
	background: url('../images/toppoint.png') no-repeat right center;
}
#headerHolder li a.active {
   color:#f48921;
}
#headerHolder li:last-child  {
	background: none;
}