
/*login page styles*/
#header {
    background-color:#0164A7;
    width:100%;
    height:150px; 
    margin:0px;
}

#logoBoxLeft {
    float:left;
    padding-top:10px;
    position:relative;
    top:20px;
    margin-left:99px;
}

#logoBoxRight {
    float:right;
    padding-top:10px;
    position:relative;
    top:20px;
    margin-right:50px;
}


.headerLogo {
    width:230px;
    height:100px;
    vertical-align:middle;
    text-align:center;

}

.headerLogo a:link img {border:none;}
.headerLogo a:visited img {border:none;}
.headerLogo a:active img {border:none;}
.headerLogo a:hover img {border:none;}

/*internal styles header*/
#loggedInInfo
{
    font-size: 12px;
    font-weight: normal;
    
}
#header_int
{ 
    width:100%;
    height:50px;
}
