body
{
}


.mainTable
{
	width: 800px;
	height: 600px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.headerRow
{
	height: 100px;
}

.mainLogoCell
{
	padding-bottom:10px;
	border-bottom: #d6d8db 1px solid;
}

.menuCell
{
	padding-bottom:10px;
	border-bottom: #d6d8db 1px solid;
}

.mainLogoImage
{
	height:100%;
}

.bodyRow
{

}

.bodyTable
{
	width:100%;
	height:100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
}

.bodyLeftBar
{
	width:240px;
	height:100%;
}

.leftBarTable
{
	width:100%;
	height:100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-collapse: collapse;
	border-bottom-style: none;
	border-right: #d6d8db 1px solid;
}

.leftBarHeader
{
	height:30px;
}

.leftBarHeaderCellActive
{
	font-weight: bold;
	font-size: 10pt;
	color: #67a2c0;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana;
}

.leftBarHeaderCellInactive
{
	font-size: 10pt;
	color: #67a2c0;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana;
	border-bottom: #d6d8db 1px solid;
}

.leftBarItem
{
	height:22px;
}

.leftBarItemCellActive
{
	padding-left: 5px;
	font-size: 7pt;
	color: #67a2c0;
	padding-top: 0px;
	border-bottom: #d6d8db 1px solid;
	font-style: italic;
	font-family: Verdana;
}

.leftBarItemCellInactive
{
	font-size: 7pt;
	color: #58585a;
	padding-top: 0px;
	padding-left: 5px;
	font-family: Verdana;
	border-bottom: #d6d8db 1px solid;
}

.contentDiv
{
	width:100%;
	padding-left: 15px;
	padding-top: 15px;
	height: 100%;
	
}

.contentHeader
{
	font-size: 7pt;
	font-style: italic;
	font-family: Verdana;
	color: #67a2c0;
	padding-bottom: 5px;
}

.contentBody
{
	font-size: 8pt;
	font-family: Verdana;
	color: #67a2c0;
	color: #58585a;
}



.footerRow
{
	height: 75px;
	background-color: #67a2c0;
}
