DIV.SiteHeader
{
    width: 100%;    
    /*
    border-right      : 1px solid #666698;
    border-left       : 1px solid #666698;
    */
    min-width         : 940px;
    /*background-color: #002677;*/
	border-bottom : 1px solid #0C55B8;
	/*box-shadow: 10px 10px red;*/
	/*border : 1px solid #0C55B8;*/
	/*padding-bottom: 10px;*/
}    

.siteName
{
  font-size : 18px;
  padding-top : 6px;
}

/*
.ProductName A
{
  color: #002677;
  font-family: OptumBold;
  font-size : 23px;  
	padding-top: 10px;
}
*/

.ProductName
{
  color: #002677;
  font-family: OptumBold;
  font-size : 17px;  
  padding-top : 5px;  
  	/*box-shadow: 10px 10px 5px red;*/

}

.ProductName A:link
	{
  color            : #4B4D4F;
	}

.ProductName A:visited
  {
	color            : #4B4D4F;
	}

.ProductName A:active
	{
	color            : #4B4D4F;
	}

.ProductName A:hover
	{
	text-decoration  : none;
	color            : #002677;
	}



DIV.SiteHeader TABLE.SiteHeader 
{
    width: 100%;
}

DIV.SiteHeader TABLE.SiteHeader TR TD.left 
{
    width: 90px;
    min-width: 90px;
    /*background-repeat:no-repeat;*/
    /*background-color: #002677;*/
	padding-top: 9.5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	/*margin-top : 10px;*/
}

DIV.SiteHeader TABLE.SiteHeader TR TD.next
{
    /*width: 200px;*/
    /*min-width: 200px;*/
    /*background-repeat:no-repeat;*/
    /* MJJ background-color: #0F0F59; */
}


DIV.SiteHeader TABLE.SiteHeader TR TD.middle 
{
    text-align: center;
    background-repeat:repeat;
    min-width:480px;
    /*background-color: #002677;*/
}
/*
DIV.SiteHeader TABLE.SiteHeader TR TD.corner
{
    width: 25px;
    min-width: 25px;
}
*/
DIV.SiteHeader TABLE.SiteHeader TR TD.right
{
    width: 200px;
    min-width: 200px;
    vertical-align: text-top;
    padding-top: 3px;
    padding-left : 0px;
    color: #4B4D4F;
    background-repeat:no-repeat;
    background-color: #FFFFFF;
}

TD.SiteHeader_message
{
    font-size        : 70%;
    font-weight      : bold;
    color            : #D0D0D0;
    border: 1px solid red;
}

