body
{
	background: url(../furniture/page_bck.jpg) repeat-y #e3e9b8;
	background-position: center top;
	font-color: #999;
	font-family: arial;
	
	margin: 0;
	padding: 0;
}
body div.wrapper
{
	padding-top: 14px;
	background: url(../furniture/page_top.jpg)  ;
		background-position: center top;
		background-repeat: no-repeat;
}

a{

	color: #18984d;
}
a:hover{
		
		color: orange;
	text-decoration: underline;
}

ul
{
	list-style: disc url(../furniture/bullet.gif) ;
}
ul li
{
	margin: 0 0 10px 0;
}


ol li
{
	margin: 0 0 10px 0;
}

table.layout
{
	width: 802px;
	font-size: 12px;
}

table.layout table
{
	font-size: 12px;
	border: none;
}
table.layout tr.heading
{
	padding: 0;
	height: 65px;
	overflow: hidden;
}
table.layout tr.heading td h1
{
	background: url(../furniture/header.jpg);
	background-repeat: no-repeat;
	background-position: -3px  bottom;
	width: 802px;
	height: 165px;
	margin: 0;
	padding: 0;
}
table.layout tr.heading td h1 span
{
	display: none;
	position: absolute;
	left: -1000px;
	top: -1000px;
	color: red;
}
table tr.heading td img
{
	display: none;
}



table tr td.footer 
{
	padding: 20px  100px 20px 100px;
	font-size: 12px;
	background: url(../furniture/header.jpg);
	background-repeat: no-repeat;
	background-position: -3px  -179px;

}
table tr td.footer nobr
{

	padding: 3px;
	color: #18984d;
	font-size: 10px;
}

table tr td.footer nobr a
{
	color: #333;
	text-decoration: none;
}
table tr td.footer nobr a:hover
{
		color: orange;
	text-decoration: underline;
}

table tr td.nav 
{
	padding: 0 0 20px 10px;
}

table tr td.nav  nobr 
{
	padding: 1px 1px 1px 0;
	margin: 0 0 0 5px;
	display: block;
	font-weight: bold;
	float: left;
	clear: left;
	text-align: left;
	text-indent: 4px;
	width: 150px;
}

table tr td.nav a
{
	text-decoration: none;
	background: #e3e9b8;
	border-left: 3px solid #18984d;
	padding: 3px;
	display: block;
	color: #18984d;
	text-align: left;
	text-indent: 0px;
	font-weight: normal;
	white-space: wrap;
	overflow: hidden;
}
table tr td.nav a:hover
{
	background: #18984d;
	color: white;
	font-weight: bold;
	text-decoration: none;

}
table tr td.nav  nobr  u,
table tr td.nav  nobr  span
{
	text-decoration: none;
	padding: 2px 0 2px 0;
	margin: 0;
	display: block;
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: left;
	text-indent: 4px;
	border: 1px solid  #18984d;
	border-left: none;
	border-right: none;
}


table tr td.body  
{
	padding: 0 30px 20px 20px;
	border-left: 1px dotted #ccc;
}

table tr td.body h2
{
	background: #e3e9b8;
	padding: 2px;
	border-bottom: 1px solid green;
	border-top: 1px solid green;
	font-size: 18px;
	text-align: center;
	margin: 10px 0 30px 0;
	color: #0f582b;
}

table tr td.body h3
{
	padding: 2px 2px 2px 10px;	
	border-left: 2px solid #e3e9b8;
	color: #0f582b;
	font-size: 15px;
	text-align: left;
	margin: 30px 0 20px 0;
}
table tr td.body h6,
table tr td.body h5,
table tr td.body h4
{
	color: #0f582b;
	font-size: 13px;
}