﻿
.PageHeaderPanel {
    background-color: Transparent;
	padding: 0ex;
	height: 270px;
}
.PanelHeaderFeature {
    display: block;
	background-repeat: no-repeat;
    padding: 0px;
}
.PanelHeaderFeature a 
{
	background-image: url(../../images/sidebarshadow.png);
	background-repeat: repeat-y;
    margin: 0px;
    padding: 0px;
    width: 730px;
    height: 270px;
    display: block;
}
.PanelHeaderFeature img 
{
    margin: 0px;
    padding: 0px;
}
 
.PageHeader {
	display: none;
}
.PageSubHeader {
	display: none;
}
.ContentBody {
	min-height: 40ex;
}

