#header
{
	height: 83px;
	width: 916px;
	background-image: url(../../media/design/headerBG.gif);
	background-repeat: repeat-x;
	position: relative;
	margin-bottom: 9px;
}
#headerLeftImg
{
	background-image: url(../../media/design/headerLeftBG.gif);
	width: 24px;
	height: 83px;
}
#headerRightImg
{
	background-image: url(../../media/design/headerRightBG.gif);
	width: 5px;
	height: 83px;
	position: absolute;
	left: 915px;
	top: 0px;
}
#logo
{
	position: absolute;
	top: 14px;
	left: 16px;
}
#topMenuContainer
{
	position: absolute;
	top: 1px;
	left: 220px;
	color: White;
	font-size: 16px;
}
#header a {color: white;}

table.valign
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
table.valign td
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}

.redTextbox
{
	background-color: #c41c18;
	border: 1px solid #a11a17;
	color: White;
	padding-top: 2px;
	margin-right: 2px;
	padding-bottom: 2px;
}

#headerBottomShadow
{
	position: absolute;
	background-image: url(../../media/design/bottomShadowBG.gif);
	background-repeat: repeat-x;
	height: 9px;
	width: 916px;
	top: 83px;
	left: 0px;
}
#headerBottomShadowLeft
{
	position: absolute;
	background-image: url(../../media/design/bottomShadowLeft.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 8px;
	top: 83px;
	left: 0px;
}
#headerBottomShadowRight
{
	position: absolute;
	background-image: url(../../media/design/bottomShadowRight.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 8px;
	top: 83px;
	left: 912px;
}
.subMenuSeparator
{
	position: absolute;
	top: 46px;
	background-image: url(../../media/design/subMenuSeparator.gif);
	width: 1px;
	height: 30px;
}