body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #cfccc6;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6656;
	font-weight: normal;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6656;
	font-weight: bold;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #6C6656;
	font-weight: bold;
}
.subheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6C6656;
	font-weight: bold;
}


#header
{
	background-color: #cfccc6;
	width:100%;
	text-align:center;
	display: block;
}

#header table
{
	width: 751;
	background-color: #ffffff;
	text-align:center;
	height: 90px;
}

#top table
{
	width: 100%;
	background-color: #ffffff;
	text-align:left;
	cellpadding: 10px;
	cellspacing: 0;
	height: 300px;
}

#footer
{
	background-color: #cfccc6;
	width: 100%;
	height: 90px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

a:link
{
	color:#6C6656;
}
a:visited
{
	color:#6C6656;
}
a:hover
{
	color:#808080;
}
a:active
{
	color:#808080;
}


.rightborder
{
	background-image: url(../images/banner-right.gif);
	background-repeat: repeat-y;
	width: 27px;
}

.leftborder
{
	background-image: url(../images/main-border-left.gif);
	background-repeat: repeat-y;
	width: 180px;

}