.logo
{
    float: left;
}

.headerRight
{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
}

.headerBottom
{
    clear: both;
    height: 16px;
    background-image:url('../../images/global/headerBottom.png');
	background-repeat:repeat-x;
}

.headerLinks
{
    
}

.headerLinkText
{
    text-decoration: none;
    color: #164978;
}

.headerLinkText:hover
{
    text-decoration: underline;
}

.separator
{
    color: #888888;
    margin: 0 4px 0 4px;
}

.headerLogin
{
    text-align: right;
    margin-top: 15px;
}

.headerLoggedIn
{
    text-align: right;
    margin-top: 15px;
}

.headerLoginLinkText
{
    font-size: 12px;
    text-decoration: none;
    color: #FF6633;
}

.headerLoginText
{
    font-size: 12px;
    text-decoration: none;
    color: #FF6633;
}


.headerLoginLinkText:hover
{
    text-decoration: underline;
}
