html, body {
	margin: 0px;
	overflow:auto;
	overflow-x:hidden;
  height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #686868;
	line-height: 20px;
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 18px;
	margin-bottom: 3px;
}

h1 {
	font-family: arial, verdana, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	color: #569602;
}

h2 {
	font-family: verdana, arial, sans-serif; 
	font-size: 16px; 
	color: #686868; 
}

h3 {
	font-family: verdana, arial, sans-serif; 
	font-size: 14px; 
	color: #686868; 
}

h4, h5, h6 {
	font-family: verdana, arial, sans-serif; 
	font-size: 12px; 
	color: #686868; 
}

p	{
	margin: 0px;
	line-height: 15px;
	font-size: 12px;
}

a	{
	color: #569602;
}
/*
#ew_leftmenu a {
	text-decoration: none;
}

#ew_leftmenu a:hover {
	text-decoration: underline;
}

#ew_leftmenu {
	line-height: 18px;
}

#ew_leftmenu a.depth_0,
#ew_leftmenu a.depth_1,
#ew_leftmenu a.depth_2,
#ew_leftmenu a.depth_3,
#ew_leftmenu a.depth_4 {
	text-decoration: none;
}
*/
#ew_leftmenu a {
	display: block;
	line-height: 25px;
	text-decoration: none;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #ffffff;
}
#ew_leftmenu a.active {
	font-weight: bold;
}
#ew_leftmenu a.depth_0 {
	text-indent: 10px;
}
#ew_leftmenu a.depth_1 {
	text-indent: 25px;
}
#ew_leftmenu a.depth_2 {
	text-indent: 40px;
}
#ew_leftmenu a.depth_3 {
	text-indent: 55px;
}

#ew_leftmenu a.active {
	font-weight: bold;
}

#cms_container {
	width: 813px;
	vertical-align: top;
	float: left;
	background: #ffffff;
}
#cms_topbar {
	height: 30px;
	background: #ffffff url("/design/graphics/topbar.gif") top right no-repeat;
}
#cms_logobar {
	height: 144px;
	background: #ffffff url("/design/graphics/logobar.jpg") top right no-repeat;
	text-align: left;
}
#cms_menuarea {
	width: 197px;
	height: 410px;
	background: #dbf2d9;
	float: left;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	border-color: #ffffff;
	vertical-align: top;
}
#cms_menucontent {
	width: 100%;
	background: #00942b;
}
#cms_menucontent a {
	width: 100%;
	margin: 0px;
	text-indent: 24px;
	color: #ffffff;
	text-decoration: none;
	background: #00942b;
}
#cms_bodyarea {
	width: 596px;
	height: 410px;
	background: #e4e6e4;
	float: right;
	border-style: solid;
	border-width: 0px 0px 10px 0px;
	border-color: #ffffff;
	vertical-align: top;
}
#cms_bodycontent {
	height: 348px;
	padding: 30px;
	vertical-align: top;
	overflow: scroll;
	overflow-x: hidden;
}
#cms_bodycontent h1 {
	margin-bottom: 8px;
}
#cms_body_footer {
	font-size: 10px;
	text-align: center;
	vertical-align: bottom;
}
#cms_footer {
	line-height: 15px;
	background: transparent;
	text-align: right;
	margin-right: 12px;
}
#cms_footer a {
	color: #bbbbbb;
	text-decoration: none;
	font-size: 11px;
}
#cms_shadow {
	position: absolute;
	top: 0px;
	left: 813px;
	width: 17px; 
	height: 100%;
	background: url("/design/graphics/shadow.gif") top left repeat-y;
}
#cms_white_vertical_stripe {
	position: absolute;
	top: 168px;
	left: 207px;
	background: #ffffff;
	width: 10px;
	height: 420px;
}

input, textarea {
	border: solid 1px #aaaaaa;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
}