/*
* Global Tags
*/
html {
    min-height: 100%;
    min-width: 100%;
    margin: 0px
    padding: 0px;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: arial;
}

img {
    border: 0px;
}

/*
* Classes
*/
.title {
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.rpTitle {
    padding-left: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.note {
    font-size: 10pt;
}

.outerSiteLogo {
    padding-bottom: 15px;
}

.webform {
    margin-top: 0px;
    padding-top: 0px;
}

/*
* Specific IDs
*/
#container {
    position:absolute;
    width: 100%;
    height: 100%;
}

#header{
    position:absolute;
    top: 0px;
    background-image: url(../img/bannerGrad.gif);
    width: 100%;
    height: 117px;
}

#headerAdmin{
    background-image: url(../img/bannerGrad.gif);
    width: 100%;
    height: 117px;
}

#topShadow{
    position:absolute;
    margin: 0px;
    padding: 0px;
    top: 117px;
    background-image: url(../img/hrGrad.gif);
    background-repeat: repeat-x;
    height: 6px;
    width:100%;
}

#mainContent {
    position:absolute;    
    top: 123px;    
    width:665px;
    height: 100%;
    margin: 0px;
    background-color: #f7f7f7;
}

#covers {
    position: absolute;
    left: 38px;
}


#rightBar {
    position: absolute;
    top: 117px;
    min-height: 100%;
    width: 200px;
    left: 660px;
}

#rightBarCorner {
    position: absolute;
    top: 0px;
    height: 12px;
    width: 6px;
    left: 0px;
}

#leftShadow {
    height: 750px;
}

#rightBarLeftShadow {
    position:absolute;
    top: 0px;
    left: 0px;
    height: 500px;
    width: 6px;
    background-image: url(../img/researchBoxGrad_left.gif);
    background-repeat: repeat-y;
}

#rightBarTopShadow {
    position:absolute;
    background-image: url(../img/researchBoxGrad_top.gif);
    background-repeat: repeat-x;
    top: 0px;
    left: 0px;
    height: 12px;
    width:600px;
}

#rightBarContent {
    position: absolute;
    top: 80px;
    left: 15px;
    padding-left: 25px;
}

#footer {
    position:absolute;
    top: 500px;
    text-align: center;
    font-size: 9pt;
    left: 135px;
}
