.cooptimumHeader{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 min-height: 166px;
 background-image: url(../images/headerBackground.bmp);
 background-repeat: repeat-x;
 background-position:0px;
}

.companyTitles{
 position: relative;
 left: 10px;
 top: 5px;
 font-style: Tahoma;
 color: darkslategray;
}

.coOptimumTitle{
 font-size: 45.5pt;
}

.restOfCompanyTitle{
 font-size: 12pt;
}

.coOptimumLogo{
 position: relative;
 width: 70px;
 height: 70px;
 background-image: url(../images/bigLogo.jpg);
 background-repeat: no-repeat;
 background-position:0px;
 background-size: 70px;
}

.pageTitle{
 position: absolute;
 left: 10px;
 top: 142px;
 font-style: Tahoma;
 font-size: 14pt;
 color: darkslategray;
 font-style: italic;
}