/*  $Id$  */

/* Pull in the base styles */
@import url("/styles/base.css");
@import url("/styles/components.css");

/* Site Specifics */

body {
    color: #000000;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    font-family: "Verdana","Arial","Helvetica",sans-serif;
    font-size: 10pt;
    min-width: 840px;
}

#logoContainer {
    position: absolute; 
    top: 80px; 
    left: 0px; 
    width: 150px;
    z-index: 20;
}

#majorContainer {
    position: relative; 
    width: auto; 
    min-width: 400px; 
    margin: 50px 170px 60px 150px; 
    padding-top: 10px;
    padding-right: 20px; 
    padding-left: 20px; 
    z-index: 1;
    background-color: #FFFFFF;
}

#minorContainer {
    position: absolute; 
    top: 80px; 
    right: 0px; 
    width: 150px; 
    background-color: #F2F2F2;
    z-index: 1;
}

#minorContent {
}

#extraInfoContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
}
html>body #extraInfoContainer {
    position: fixed;
}

#copyrightContainer {
    position: absolute;
    float: right;
    bottom: 0px;
    right: 0px;
    width: 150px;
    z-index: 1;
    background-color: #F2F2F2;
}
html>body #copyrightContainer {
    position: fixed;
}
#copyrightContent {
    padding: 5px;
    font-size: 7pt;
    color: #000000;
    text-align: right;
}

#siteDevelopmentContainer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150px;
    z-index: 1;
    background-color: #F2F2F2;
}
html>body #siteDevelopmentContainer {
    position: fixed;
}
#siteDevelopmentContent {
    padding: 5px;
    font-size: 7pt;
    color: #000000;
}

a.outerLink {
    color: #CCCCCC;
}
a.outerLink:visited {
    color: #C0C0C0;
}
a.outerLink:hover {
    color: red;
}


