.HeaderContainer .NW,
.HeaderContainer .NE,
.HeaderContainer .SW,
.HeaderContainer .SE
{
    background-repeat: no-repeat; 
}

.HeaderContainer .W,
.HeaderContainer .E
{
    background-repeat: repeat-y;
}

.HeaderContainer .N,
.HeaderContainer .S
{   
    background-repeat: repeat-x;
}

.HeaderContainer .N,
.HeaderContainer .NW,
.HeaderContainer .W
{   
    background-position: left top;    
}

.HeaderContainer .NE
{
    /* Begin fix to ensure header background is correctly displayed */
    min-height:9px;
    height: auto !important;
    height: 9px;
   /* End fix to ensure header background is correctly displayed */
}

.HeaderContainer .SE
{
    /* Begin fix to ensure footer background is correctly displayed */
    min-height: 9px;
    height: auto !important;
    height: 9px;
    /* End fix to ensure footer background is correctly displayed */
}

.HeaderContainer .NE,
.HeaderContainer .E
{   
    background-position: right top;
}

.HeaderContainer .SW,
.HeaderContainer .S
{
    background-position: left bottom;
}

.HeaderContainer .SE
{
    background-position: right bottom;
}
.HeaderContainer .NW {
	background-image:url(NWhb.jpg);
}
.HeaderContainer .N {
	background-image:url(Nhb.jpg);
}
.HeaderContainer .NE {
	background-image:url(NEhb.jpg);
	padding-top:2px;
	text-align:left;
}
.HeaderContainer .W{
	background-image:url(Whb.jpg);
}
.HeaderContainer .E{
	background-image:url(Ehb.jpg);
}
.HeaderContainer .SW{
	background-image:url(SWhb.jpg);
}
.HeaderContainer .S{
	background-image:url(Shb.jpg);
}
.HeaderContainer .SE{
	background-image:url(SEhb.jpg);
}
.HeaderContainerContent {
	padding:3px 14px 0px 14px;
	text-align:left;
}
.HeaderContainer {
	margin:0px 0px 7px 0px;
	background-color:#FFF;
}
.HeaderContainer .Head {
	color:#FFF !important;
	text-align:left !important;
	font-size:1em;
	margin-left:20px;
}
