/* BASIC ITEMS */
body 
{
	margin: 0px;
	padding: 0px;
}
#Viewport 
{
	width: 100%;
	text-align: center;
}
.bounds 
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* MAJOR PAGE SECTIONS */
#PageHeader 
{
	/*height: 126px;*/
}
#PageHeaderContent 
{
	/*height: 126px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#PageBody 
{
}
#PageBodyContent 
{
	margin-top: 5px;
	margin-bottom: 5px;
}
#PageFooter 
{
}
#PageFooterContent 
{
	padding: 0.2em;
}


/* COLUMNS */
#Columns 
{
	border-width: 1px;
	background-image: url(/shared/images/bodybg.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
}
#ColumnLeft 
{
	float: left;
	width: 208px;
}
#ColumnMiddle 
{
	float: left;
	width: 368px;
}
#ColumnRight
{
	float: left;
	width: 180px;
}
#ColumnClear 
{
	clear: both;
}


/* PAGE COMPONENTS */
#LogoSpace 
{
	float:left;
}
#HeaderImages 
{
	display: inline;
	text-align: right;
	padding-top: 10px;
}
.headerImage 
{
	display: block;
	float: left;
	border-width: 0px;
	width: 130px;
	height: 84px;
	font-size: 84px;
	vertical-align: top;
	margin-left: 6px;
}
.headerImageInner 
{
	display: block;
	border-width: 6px;
	width: 126px;
	height: 80px;
	font-size: 83px;
}
.headerImageInner img 
{
	width: 120px;
	height: 74px;
	margin: 0px;
	padding: 0px;
}
#PageImage 
{
	padding: 6px;
	text-align: center;
	border-bottom-width: 1px;
}
#MainNavBottom 
{
	clear: both;
	padding: 0.4em;
	border-width: 1px;
	border-top-style: none;
}