HTML {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	height:100%; /* needed for container min-height */
}

BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	MARGIN: 0px;
	height:100%; /* needed for container min-height */
	FONT-SIZE: 13px;
	font-weight: 600;
	BACKGROUND-COLOR: #dddddd;
	COLOR: #666;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}

div.maincenter
{
	position:relative; /* needed for footer positioning*/
	margin: 0px auto;
	background-image: url(../images/agents_central_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	width: 855px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div.sitename
{
	margin: 0px auto;
	background-image: url(../images/fb_76classic_top_logos.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 855px;
	height: 50px;
}

div.sitebanner
{
	margin: 0px auto;
	background-image: url(../images/agents_top_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 855px;
	height: 156px;
}

a
{
	color: #666;
	text-decoration: none;
}

a.hover
{
	color: #000000;
	text-decoration: none;
}

div.sitebannergeneral
{
	margin: 0px auto;
	background-image: url(../images/fb_76classic_top_banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 855px;
	height: 180px;
}

div.spacer
{
	margin: 0px auto;
	width: 855px;
	height: 10px;
}

div.thinline
{
	margin: 0px auto;
	width: 850px;
	height: 1px;
	background-color: #999;
	line-height: 1px;
	overflow: hidden;
}


.contentarea {
	margin: 0px auto;
	width: 830px;
	padding-bottom: 110px;
	text-align: justify;
	padding-top: 0px;
}

.content {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #006;
}

div.sitefooter {
	position:absolute;
	width: 855px;
	padding-top: 0px;
	padding-bottom: 0px;
	bottom: 0; /* stick to bottom */
	background-color: #dddddd;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

