body {
	font: 11px Verdana, Arial, sans-serif;
	margin: 45px 0 0 0;
	padding: 0;
	color: #555555;
	background: #ffffff;
}

img {
	border: 0;
}

a {
	color:#045022; /*#d37715*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #045022;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

p {
	margin: 12px 0;
}

#wrap {
	width: 775px;
	margin: 0 auto;
	padding: 0 2px;
	border: 1px solid #cccccc;
}

#header {
	background: url(img/header_bg.gif) 0 2px repeat-x;
	padding: 0 30px 0 0;
}

#header img {
	float: left;
	margin: 15px 0 10px 10px;
}

#header ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#header li {
	float: left;
	margin: 0;
	padding: 0 1px;
	border-right: 1px solid #cccccc;
}

#header li a {
	display: block;
	padding: 6px 0;
	width: 80px;
	text-align: center;
	font: normal 12px "Century Gothic", Verdana, Arial, sans-serif;
	color: #2A2772;
	text-decoration: none;
	background: url(img/li_bg.gif) right top no-repeat;
	border-bottom: 3px solid #d5d5d5;
}

#header li a:hover, #header li a.selected {
	color: #999999;
	border-bottom: 3px solid #045022;
}

#header form {
	float: right;
	text-align: right;
	width: 500px;
	margin-top: 0px;
}

#header form input.text {
	width: 96px;
	padding: 0 2px;
	margin-right: 5px;
	font: normal 11px Arial, sans-serif;
	color: #2a2772;
	border: 1px solid #869ba9;
}

#header form input.button {
	vertical-align: top; 
}

#main-image, #main-image2 {
	clear: both;
	border-top: 5px solid #e4e4e4;
}

#main-image {
	width: 775px;
	height: 152px;
	background: url(new/ESS-Banner_001.jpg) no-repeat;
}

#main-image2 {
	color: #ffffff;
	width: 745px;
	height: 100px;
	padding: 52px 0 0 30px;
	background: url(new/ESS-Banner_001.jpg) no-repeat;
	font: normal 20px Verdana, Arial, sans-serif;
}

#content {
	background: url(img/content_bg_new.gif) repeat-y;
	margin-bottom: 2px;
}

#content .bottom-border {
	overflow: hidden;
	height: 1%;
	background: url(img/content_bottom_new.gif) right bottom no-repeat;
}

#content .left {
	float: left;
	width: 510px;
	padding: 5px 10px;
	border-top: 5px solid #e4e4e4;
	line-height: 1.6;
}

#content .left h1 {
	margin: 0;
	padding: 5px 0;
	width: 510px;
	border-bottom: 1px solid #cccccc;
}


#content .right {
	float: right;
	width: 215px;
	padding: 10px 15px;
	border-top: 5px solid #579f31;
}

#content .right h3 {
	margin: 5px 0;
	width: 215px;
}

#content .right ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#content .right li {
	padding: 5px 0 5px 18px;
	margin: 0;
	background: url(img/right_li_bg_grn.gif) 0 53% no-repeat;
}

#content .right li a {
	color: #555555;
	text-decoration: none;
}

#content .right li a:hover, #content .right li .selected {
	text-decoration: underline;
}

#footer {
	clear: both;
	padding: 10px 20px 10px 0;
	border-top: 1px solid #cccccc;
	background: url(img/footer_bg.gif) repeat-x;
	text-align: right;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

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

#footer2 {
	color: #6e6e6e;
	padding: 15px 0;
	text-align: center;
}
.floatl, .floatr {
	border:1px solid silver;
	padding:2px;
	}
.floatl {
		float:left;
		margin:0px 8px 8px 0px;
}
.floatr {
		float:right;
		margin:0px 0px 8px 8px;
}	
