body
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	text-align: center;
}

/* Layout */
#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 780px;
}
#bodycontainer, #emptycontainer
{
	float: left;
}
#leftcol
{
	display: none;
}
#centrecol
{
	float: left;
	width: 625px;
}
#rightcol
{
	clear: right;
	float: right;
	width: 150px;
}
#fill
{
	clear: both;
	float: left;
	width: 100%;
}
#rightfill
{
	float: left;
	width: 760px;
}
.colpad
{
	float: left;
	padding: 10px;
}

/* Header */
#header
{
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 10pt;
}
#mainnav
{
	display: none;
}
#headtop
{
	display: none;
}
#searchbar
{
	float: left;
	margin-bottom: 5px;
}
#searchlogo
{
	float: left;
	padding: 10px;
}
#searchbox
{
	display: none;
}
.tagline
{
	clear: both;
	color: #999;
	float: left;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Geneva, Sans-Serif;
	padding: 0 0 5px 10px;
	width: 760px;
}

/* Subnav */
.subnav
{
	display: none;
}

/* Breadcrumbs */
#breadcrumbs
{
	border-bottom: 1px solid #D5DADD;
	float: left;
	font-family: Verdana, Geneva, Sans-Serif;
	margin: -10px 0 10px 0px;
	width: 100%;
}
#crumbtrail
{
	clear: left;
	float: left;
	padding: 5px 0;
	margin-left: 10px;
}
#crumbtrail a
{
	color: #23646C;
	font-weight: bold;
	text-decoration: none;
}
#fontsize
{
	display: none;
}

/* Footer */
#footer
{
	display: none;
}

/* Component Formatting */
.tr
{
	display: none;
}
