
html
{
	height: 100%;
	background-color: #453937;
}

body
{
	font-family: Verdana;
	height: 100%;
	background-repeat: repeat-x;
	background-position: 0px 100%;
}

body, div, form
{
	margin: 0px;
	padding: 0px;
}

img
{
	display: block;
}

#pagewrapper
{
	width: 987px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	position: relative;
}

#headerwrapper
{
	height: 131px;
}

#logo
{
	padding: 36px 0px 0px 47px;
}

#top_content
{
	height: 230px;
	background-image: url('/images/top_content.gif');
	background-repeat: no-repeat;
}

#top_left_content
{
	width: 494px;
	float: left;
}

#top_left_content p
{
	margin: 0px;	
	padding: 38px 44px 0px 43px;
	font-size: 8.5pt;
	color: #453937;	
	line-height: 15pt;
}

#top_left_content a
{
	color: #453937;
	text-decoration: none;
}

#text1
{
	float: left;
	padding: 23px 0px 0px 28px;
}

#bottom_content
{
	background-image: url('/images/bottom_content.gif');
	background-repeat: no-repeat;
	background-position: 50% 100%
}
	
#bottom_left_content
{
	width: 494px;
	float: left;
	border-right: 1px solid #e4e4e4;
	padding: 0px 0px 10px 0px;
}

#bottom_left_content p
{
	margin: 0px;	
	padding: 0px 30px 15px 43px;
	font-size: 9pt;
	color: #453937;	
	line-height: 13pt;
}

#bottom_right_content
{
	float: left;
	width: 480px;
	color: #828180;
}

#line
{
	height: 2px;
	background-image: url('/images/line.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	overflow: hidden;
}

#footerwrapper
{
	width: 987px;
	margin: 0px auto 0px auto;
	height: 20px;
}

#topbar
{
	height: 7px;
	overflow: hidden;
	background-image: url('/images/topbar.gif');
}

#bottombar
{
	height: 7px;
	overflow: hidden;
	background-image: url('/images/bottombar.gif');
}

#leftbar
{
	width: 7px;
	background-image: url('/images/leftbar.gif');
	position: absolute;
	top: 0px;
	left: -7px;
	margin: 9px 0px 0px 0px;
}

#rightbar
{
	width: 7px;
	background-image: url('/images/rightbar.gif');
	position: absolute;
	top: 0px;
	right: -7px;
	margin: 9px 0px 0px 0px;
}

#topleftcorner
{
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0px;
	left: -7px;
	overflow: hidden;
	background-image: url('/images/topleftcorner.gif');
}

#toprightcorner
{
	width: 9px;
	height: 9px;
	position: absolute;
	top: 0px;
	right: -7px;
	overflow: hidden;
	background-image: url('/images/toprightcorner.gif');
}

#bottomleftcorner
{
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	left: -7px;
	overflow: hidden;
	background-image: url('/images/bottomleftcorner.gif');
}

#bottomrightcorner
{
	width: 9px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: -7px;
	overflow: hidden;
	background-image: url('/images/bottomrightcorner.gif');
}

#text3
{
	float: right;
	padding: 84px 265px 0px 0px;
}

