body
{
	background: #ffffff;
	color: #000000;
	text-align: center;
	margin: 0 auto 0 auto;
	font: 10pt Arial, Helvetica, sans-serif;
}

a:link, a:visited
{
	font: bold 10pt Arial, Helvetica, sans-serif;
	color: #669966;
	text-decoration: underline;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
	
}
a:active
{
	text-decoration: underline;
}


#wrapper
{
	width: 778px;
	margin: 0 auto 0 auto;
}

#footer
{
	clear: both;
	background: #ffffff;
	text-align: center;
	color: #999999;
	font: 8pt Arial, Helvetica, sans-serif;
	width: 778px;
	margin: 10px auto 10px auto;
	
}
#footer a
{
	font: bold 8pt Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}

#footer a:link { color: #666666; }
#footer a:visited { color: #666666; }

#footer a:hover
{
	color: #669966;
}

#headerContent
{
	width: 778px;
	margin: 0 auto 0 auto;
}
#logo
{
	float: left;
	position: relative;
	width: 300px;
}

#pageTitle
{
	float: right;
	position: relative;
	width: 250px;
}

#leftArea
{
	float: left;
	position: relative;
	text-align: left;
	width: 220px;
	
}

#rightArea
{
	float: right;
	position: relative;
	width: 550px;
	text-align: left;
}

.caption
{
	text-align: center;
	font-style: italic;
	color: #669966;
}