#Header
{
	position:relative;
	z-index:50;
}

#Footer
{
	background-color:#FFFFFF;
	font-family: arial, sans serif;
	font-size: 9pt;
	color:#FFFFFF;
	text-align:left;
	position:relative;
	width:747px;
	padding:0px;
	background-image:url(images/footer_bg_tile.jpg);
	background-repeat:repeat-y;	
	line-height:20px;
}

#BodyText
{
	padding:2px;
}

#ContentPanel
{
	font-family: arial, sans serif;
	font-size: 9pt;
	text-align:left;
	width:747px;
	background-image:url(images/content_bg_tile.jpg);
	background-repeat:repeat-y;
	
}

#Sidebar
{
	font-family: arial, sans serif;
	font-size: 9pt;
	text-align:left;
	position:relative;
	width:243px;
	height:100%;
	padding:0px;
	background-image:url(images/side_bg_tile.jpg);
	background-repeat:repeat-y;
	background-position: top left;
}

#divider
{
	background-image:url(images/divider.jpg);
	background-repeat:repeat-y;
	width:18px;
	height:100%;
}

#HeaderTop
{
	font-family: arial, sans serif;
	font-size: 9pt;
	text-align:left;
	position:relative;
	width:990px;
	height:36
	padding:0px;
	background-image:url(images/top_tile.jpg);
	background-repeat:repeat-x;

}

.H2
{
	margin-bottom:0px;
}