body{
	margin: 0px;
	background-color: #FAED75;
	padding: 0px;
}.content-bg {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.top-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
.logo-big_bg {
	height: 158px;
	background-image: url(../images/logo-bg_big.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.logo {
	height: 158px;
}
.logo-img{
	padding-top: 27px;
	padding-left: 50px;
	padding-bottom: 21px;
}
.logo h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #36392F;
	line-height: 24px;
	margin: 0px;
	padding-top: 30px;
}
.content-mar{
	padding: 20px;
	background-color: #FFFFFF;
}

.content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #7AB354;
	line-height: 24px;
	margin-top: 0px;
}
.page-head{
	height: 35px;
}
.page-head h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 26px;
	color: #415C4B;
	line-height: 24px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #7AB354;
	line-height: 24px;
	margin-top: 0px;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #222222;
	line-height: 18px;
}
.content p ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}
.content p a{
	color: #159494;
	text-decoration:underline;
}
.content p a:hover{
	color: #000000;
	text-decoration:none;
}
.content-mar ul, ol, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.content-mar ul, ol, li a{
	color: #000000;
	text-decoration:underline;
}
.content-mar ul, ol, li a:hover{
	color: #000000;
	text-decoration:none;
}

.content_code-table {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.back-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #020618;
	line-height: 20px;
	padding-left: 20px;
	padding-bottom: 6px;
}
.back-top a{
	color: #020618;
	text-decoration:underline;
}
.back-top a:hover{
	color: #020618;
	text-decoration:none;
}
.code-table {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.img-mar{
	margin: 0px;
	padding-top: 10px;
}
.ads-column {
	background-color: #FFFFFF;
	padding-top: 10px;
}
.ads-mar{
	margin: 0px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.sidebarmenu{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7AB354;
}
.menu-column {
	background-color: #CFE530;
	border: 1px solid #7AB354;
}

.sidebarmenu ul{
	padding: 0px;
	list-style-type: none;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
}
 
.sidebarmenu ul li{
	position: relative;
	display: block;
	width: 150px;
	padding-left: 0px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #105C4E;
	text-decoration: underline;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 14px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADE601;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:active{
}
.sidebarmenu ul li a:hover{
	color: #2B3900;
	text-decoration: none;
}
.sidebarmenu .active{
	color: #000000;
	text-decoration: none;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background-repeat: no-repeat;
	background-position: 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #105C4E;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
.code-table {
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footer a{
	color: #105C4E;
	text-decoration:none;
	padding-right: 14px;
	padding-left: 14px;
}
.footer a:hover{
	color: #2B3900;
	text-decoration:underline;
}
.footer .active{
	color: #2B3900;
	text-decoration:none;
}
