body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000000;
	margin:20px 0 0 0;
	padding:0 0 0 0;
	background:#ffffff;
	text-align:center;
}

.feed {
	background-position: right;
	width: 16px;
	height: 16px;
}


.top {
	margin:0 auto;
	padding:0 0 0 0;
	width:840px;
	height:9px;
	background:#ffffff url(images/page_top.jpg) no-repeat;
}

.page {
	margin:0 auto;
	padding:0 0 0 0;
	width:840px;
	background:#ffffff url(images/body_bg.jpg) repeat-y;
	text-align:center;
}

.header {
	position:relative;
	margin:0 0 0 0 !important;
	margin:-7px 0 0 0;
	padding:0 0 0;
	width:840px !important;
	width:742px;
	height:125px;
	background:#ffffff url(images/header_bg.jpg);
	text-align:left;
}

.header_banner {
	position:relative;
	margin:0 10px 0 10px;
	padding:0 0 0 0;
	width:820px;
	background:transparent;
	text-align:left;
	color:#49edeb;
	height: 125px;
	font-size: 14px;
	background-image: url(images/logo.jpg);
}

.content {
	position:relative;
	margin:10px 0 0 10px;
	padding:0 0 0 0;
	width:820px !important;
	width:742px;
	background:transparent;
	text-align:left;
}

.left_column {
	position:absolute;
	left:0;
	width:140px;
	margin:0 0 0 0;
	padding:0 4px 0 0;
	background:transparent;
	font-size:14px;
	color:#000000;
}

.left_column h {
	font-size: 20px;
	color: #835222;
	font-weight: bold;
	
}

.left_column p {
	color: #0EA234;
	font-weight: bold;
	margin-top: 0px;

}

.list {

}

.list li {
	margin-left: -30px;
	color: #835222;
	font-weight: bold;
}

.features {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #0EA234;
	
}
.features h {
	font-weight: bold;
	color: #835222;
	
}
.center_column {
	width:660px;
	margin:0 0 0 151px;
	padding:0 0 0 10px;
	border-left:1px solid #999999;
	border-bottom: 1px solid #999999;
}
.center_column a {
	color: #0EA234;

}
.center_column p {
	color: #000;
	
}

.right_column {
	float:right;
	width:170px;
	margin:0 0 3px 10px !important;
	margin:0 5px 3px 10px;
	padding:2px 5px 2px 10px;
	background:#eeeeee;
	border:1px solid #cccccc;
	text-align:left;
	color:#000000;
	font-size:14px;
}

.right_column h3 {
	color:#0EA232;
	margin:2px 0 -10px 0;
}

#footer {
/* aligns the text to the middle of the footer, in relation to the logo */
vertical-align:-250%;
}

.footer {
	position:relative;
	margin:0 0 0 0;
	padding:10px 0 0 0;
	width:840px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#006600;
	background:transparent;
	text-align:right;
}
.footer a {
	color: #006600;
}


.bottom {
	margin:0 auto;
	padding:0 0 0 0;
	width:840px;
	height:11px;
	background:#ffffff url(images/page_bottom.jpg) no-repeat top;
}

.navbar {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:840px !important;
	width:742px;
	height:42px;
	background:#ffffff url(images/nav_bg.jpg);
	text-align:left;
	color:#000000;
	font-size:12px;
}

/* navigation bar */
#nav ul{
	padding:0 0 0 20px;
	margin: 0 0 0 10px;
	white-space: nowrap;
	font-size:16px;
	color:#ffffff;
	width:100%;
	height:39px;
	background:transparent;
	list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
	margin: 10px 0 0 0;
	padding: 6.4px 16px 3px 16px;
	color:#ffffff;
	text-decoration:none;
	float: left;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
	background:transparent;
	width: 96px;
	text-align: center;
}

#nav ul li a:hover{
	color:#835222;
	text-decoration:none;
	border-left:1px solid #999999;
	border-right: 1px solid #999999;
}

/* fonts and colors */
h1 {
	color:#835222;
	font-size:16px;
	text-transform:capitalize;
	margin:0 0 0 0;
	padding:5px 0 0 0;
}

h2 {
	color:#0EA234;
	font-size:22px;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 6px 0;
}

h3 {
	color:#0EA234;
	font-size:14px;
	text-transform:capitalize;
	font-weight:bold;
	padding:0 0 0 0;
	margin:0 0 -10px 0;
}
h4 {
	color: #000000;
	margin:0 0 0 0;
}

a {
	color:#0066CC;
	text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

.left_column a {
	color:#0EA234;
	text-decoration:underline;
	font-weight: bold;
}

.left_column a:hover {
	color:#835222;
	text-decoration:underline;
	font-weight: bold;
}

.border img {
	border-color: #0EA234;

	
}
