body 
{
	background-image: url(home_page_bg.png);
	background-repeat: repeat-x;
	background-color: Black;
	font-family: Arial;
}
.MasterTable
{
	height: 100%;
}

.ContentTable
{
	height: 100%;
}

.HeaderPane
{
	text-align: right;
	padding: 10px 0px 10px 0px;
}

.MainPane
{
	position: relative;
	background-image: url(home_page_content_bg.png);
	background-repeat: repeat-x;
	height: 100%;
}
.LeftPane
{
	position:relative;
	width: 140px;
	float: left;
	padding: 20px 25px 5px 20px;
	height: 100%;
}

.RightPane
{
	position:relative;
	width: 190px;
	clear: none;
	float: right;
	padding: 20px 0px 5px 0px;
	height: 100%;
}

.ContentPane
{
	position:relative;
	width: 455px;
	float: left;
	border-left: dotted 2px #999999;
	padding: 20px 5px 5px 30px;
	height: 100%;
}

.ContentPane2Column
{
	position:relative;
	width: 645px;
	float: left;
	border-left: dotted 2px #999999;
	padding: 20px 5px 5px 30px;
	height: 100%;
}

.NavPane
{
	background-image: url(home_page_menu_bg.png); 
	background-repeat: repeat-x;
	position:relative;
	background-color:black;
	color: White;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: solid 2px #000000;
}

.BannerPane
{
	padding: 5px 0px 0px 0px;
}
.FooterPane
{
	background-color: #000000;
	color: White;
	padding-top: 20px;
}

.footer
{
	font-size: 11px;
	color: White;
	text-transform:uppercase;
}

.copyright
{
	font-size: 11px;
	color: White;
	text-transform:uppercase;
}

a.footer:link
{
	color: White;
}

.user
{
	font-size: 11px;
	text-transform:uppercase;
}

.main_phmenu_bar
{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 14px;
	
}

.main_ph_item
{
	border-bottom: dotted 1px black;
	padding: 2px 2px 2px 2px;
}

.main_ph_submenu
{
	background-color: #E8E8E8;
	font-size: 11px;
	border: solid 1px black;
}

.main_ph_rootitem
{
	padding : 20px 0px 5px 10px;
}

.main_ph_rootitem_selected
{
	color: Yellow;
	padding : 20px 0px 5px 10px;
}

.main_ph_itemselected
{
	color: Yellow;
}

.main_ph_itemhover
{
	color: Yellow;
}

.main_ph_rootitem_hover
{
	color: Yellow;
}

.main_ph_sub_rootitem
{
	border-bottom: dotted 2px red;
	font-size: 12px;
	padding: 4px 0px 4px 0px;
}





