/*
You can add any custom styles here, which will override the 
 default and template styles. 
This file will be specific for your selected template, 
 and if you change templates, your custom styles will 
 change accordingly.
*/

body {
    background: white;
    background-color: white; 
}

#page {
    width: 100%;
}

#header {
    background-color: #001774;
}
#heading h1 {
    color: #ffffff;
}

#left {
    width: 15%;
    max-width: 200px;
    position: relative;
    float: left;
    padding:0 5px 5px 10px;
}


#middle {
    width: 80%;
    max-width: 1500px;
    position: relative;
    float: left;
}
#left .registerForm {
    display: none;
}

#pageContent {
    padding:0px;
    width: 80%;
    max-width: 1280px;
    margin: auto; 
}

#left h2 {
    display: none;
}

#header {
    padding: 0px 0px;
    height: 110px;
}

.linkLogin, .linkLogin1, .linkLogin2, .linkLogin3 {
    z-index: 10;
}