body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/header-tile-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/*header styles*/

#header-container {text-align:center;}

#header {
	width: 940px;
	text-align:left;
	margin:0 auto;
	position:relative;
	height:155px;
}

#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 96px;
	width: 400px;
	text-indent:-4000px;
}

#header h2 {
	color: #9bc464;
	font-size:18px;
	left:440px;
	top:21px;
	position:absolute;
}

#header ul.menu {
	float:right;
	color:#cc6900;
	font-size:10px;
	font-weight:bold;
	margin-top:-80px;
	width:100px;
}
#header ul.menu li {
	background-image: url(images/icon-greenarrow01.gif);
	background-repeat: no-repeat;
	padding-left:20px;
	margin-bottom:1.5em;
	line-height:1.2em;
	background-position: left center;
}
#header ul.menu li a{
	color:#cc6900;
text-decoration:none;
}
#header ul.menu li a:hover{
text-decoration:underline;
}

#main-menu {
	margin:0;
	padding:0;
	position:absolute;
	left:7px;
	top:106px;
	width:925px;
	color:#FFFFFF;
	font-size: 14px;
	text-transform: uppercase;	
}

#main-menu li {display: inline; margin-right: 2em; float:left;}
#main-menu li a {color:#FFFFFF; text-decoration:none;}
#main-menu li a:hover {text-decoration:underline;}

#body-frame {
	text-align: left;
}

#body-frame .left-column {
	padding-top:5px;
}

#body-frame .body-column {
	background-color:#ffffff;
	padding-top:5px;
	padding-right:1px;
	text-align: left;
}

#body-frame .body-column .body-content{
padding:0;
margin:;
text-align: left;
}

#footer-container {margin:20px 0;}
