#header_bg
{
    background-image: url( 'header_bg.gif' );
    background-repeat: repeat-x;
    background-position: 0 -1px;
}

a.SearchControl
{
    color: white;
    font-weight: bold;
}
.BreadCrumbItem
{
    font-size: 9px;
    color: #888;
    padding-left: 6px;
    padding-right: 6px;
}
a.BreadCrumbItem
{
    color: #888 !important;
}
a.TabTitle
{
    color: white;
}

a
{
    color: blue;
}
a:hover
{
    text-decoration: underline;
}


a.CommandButton
{
    color: #284F9C;
    text-decoration: underline;
}

.Normal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #333333;
}

.JobOppAltRow td
{
    background-color: #D3DDEC;
}

.JobOppHeader td
{
    font-weight: bold;
    background-color: #D3DDEC;
}
.JobOpp
{
    margin-top: 10px;
}
.JobOpp td
{
    border: 1px solid black;
}

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px auto;
    background-color: #99aecc;
}
td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


#primaryContainer
{
    margin: 0px auto;
    text-align: center;
    width: 100%;
    background-color: white;
    border: 1px solid #000e2e;
}

#secondaryContainer
{
    text-align: left;
}

.SubHead
{
    vertical-align: top;
    color: #000000;
}

.group
{
    background-color: #D3DDEC;
}
#menu1 .rootGroup .item 
{
    background-color: #d3ddec;
    border: solid thin white;
    
    color: #284f9c;
    padding:  3px 0px 0px 7px;
    height: 19px;
    line-height: 19px;
}
    






