BODY#body {
	margin:0;
	padding:0;
	text-align: center;
	background: #90A294;
}

body, td, th, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #435046;
	line-height: 150%;
}

p {
	margin:0;
	padding: 10px;
	padding-left: 0;
}

.moduletable {
	margin: 0;
	padding: 0;
}


#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/wrapper_bg.jpg) repeat-y left top;
}

#header {
	position: relative;
	height: 130px;
	padding: 0;
	margin: 0;
	background: url(../images/header_bg.jpg) no-repeat left top;
}

#logo {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 175px;
	height: 90px;
}

#menu {
	float: left;
	width: 167px;
	padding: 0;
	margin: 0;
 	background: url(../images/left_bg.jpg) no-repeat right bottom;
}
	#menu .moduletable {
		padding-top: 40px;
		padding-right: 15px;
		padding-bottom: 40px;
	}

#content {
	float: left;
	width: 670px;
}

#main_img {
	padding: 10px;
	padding-left: 13px;
}
	#logo img,
	#main_img img  {
		display: block;
	}

#left {
	float: left;
	width: 760px;
}

#content-padding {
	padding: 15px;
	padding-bottom: 30px;
}

/* GENERAL PURPOSE STYLES */
a,
a:link,
a:active,
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a.active, a#active_menu {
	text-decoration: underline;
}

#header a {
	color: #EB7410;
}

table.moduletable {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-bottom: 5px;
	font-weight: normal;
}

.inputbox {
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 1px solid #ddd;
}

.contentpane {
	padding-left: 0;
	padding-right: 0;
}

.contentpaneopen {
	width: 90%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 10px;
	font-weight: normal;
}

.contentdescription {
	font-size: 11px;
	color: #333;
	text-align: left;
}

.sectiontableentry1 {
	background-color: #fff;
}

.sectiontableentry2 {
	background-color: #f9f9f9;
}

.small {
  font-size: 9px;
  text-decoration: none;
  font-weight: normal;  
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}


img {
	border: 0;
}

.componentheading ,
.contentheading {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	padding-bottom: 5px;
}

/* new tags */
h1, h2, h3, h4 {
	margin: 0;
	padding: 10px;
	padding-left: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	color: #333;
}

ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.arrow1,
ul.arrow2  {	
	line-height: 150%;
	padding-bottom: 3px;
	margin-top: 2px;
}

ul.arrow1 li {	
	list-style-image: url(../images/arrow1.jpg);
}

ul.arrow2 li {
	list-style-image: url(../images/arrow2.jpg);
}

/* primary menu - at the top of this site */
#menu ul,
#menu li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	line-height: 30px;
	text-align: right;
}

#menu a,
#menu a:link,
#menu a:visited {
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
/* 	text-transform: lowercase; */
	font-weight: normal;
}

#menu ul li a:hover,
#menu ul li a#active_menu {
	text-decoration: underline;
}

#lfp {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	text-align: left;
	background: #90A294 url(../images/LFP-certified.gif) no-repeat center top;
}
