/****************************************used to construct header *******************************/
.topleftimage
{
   float:left;
   margin: 0 0 0 0;
   width:575px;
   height:97px;
   background:url(images/topleftheader.jpg) no-repeat;
   
}
.toprightimage
{
    float:left;
    margin-left:200px;
    width: 120px;
    height:97px;
    background:url(images/triumphheaderlogo.gif) no-repeat;
	
       
}
.lowerpartofheader
{
  position:absolute;
  top:118px;
  left:0px;
  width: 699px;
  height:31px;
  background:url(images/leftlowerheader.gif) no-repeat;
	
  
}
.backgroundright
{
    position:absolute;
    top:93px;
    left:698px;
    width:300px;
    height:56px;
    float:left;
    background:url(images/extendedfourbars.gif) repeat-x;
   
}
#navcontainer ul
{
  position:absolute;
  padding-left:15px;
  top:96px;
  left:0px;
  background-color: #aaaaaa;
  color: black;  
  width: 700px;
  height:22px;
  font-size:small;
  font-family: arial, helvetica, sans-serif;
  font-weight:bold;
  font-style:italic;
  z-index:3;
  
  
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #aaaaaa;
color: black;
text-decoration: none;
float: left;

}
#navcontainer ul li a:hover
{
background-color: #669966;
color: #ffffff;
}


/****************************** end of header construction ***********************************/

/****************************** left gray bar ************************************************/
.leftmostcolumn
{
   position:absolute;
   margin:110px,0,0,0;
   width:22px;		
   background-color:#666666;
   z-index:2;
   
    
}


