﻿
/* General Classes */
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.bold { font-weight: bold; }
.blue {color: #044A8F; }
.clearBoth { clear: both; }
.displayBlock { display: block; }
.displayInline { display: inline; }
.displayNone { display: none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noborder { border: 0; }
.regular { font-weight: normal; }
.gridCol { text-align: center; width: 80px;  }

/*
.schoolitem
{
    float: left;
    margin-right: 10px;
    padding: 6px;
    width: 288px;
}
*/

/* profile page styles */
#profileHeader { background-image: url(images/profileHeader.jpg); background-repeat: no-repeat; height: 118px;  }
#profileMiddle { background-image: url(images/profileMiddle.jpg); background-repeat: repeat-y; padding: 10px 0 0 200px; }
#profileFooter { background-image: url(images/profileFooter.jpg); background-repeat: no-repeat; color: #fff; font-size: 8pt; height: 27px; padding-top: 4px; text-align: center; }

.profileBoxTop { background-image: url(images/profBoxTop.jpg); background-repeat: no-repeat; height: 28px; margin: 0; }
.profileBoxMiddle { background-image: url(images/profBoxMiddle.jpg); background-repeat: repeat-y; padding: 3px 14px 10px 10px; width: 580px; }
.profileBoxBottom { background-image: url(images/profBoxBottom.jpg); background-repeat: repeat-x; height: 7px; padding: 0 0 15px 0; width: 600px; }

body 
{
    background-color: #E6E7E9;
    font-family: Arial;
    font-size: 10pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 0px;
    width: 988px;
}

a { outline: none; }

a:link { color: #044A8F; text-decoration: none; }
a:visited { color: #4E88C8; text-decoration: none; }
a:hover, a:active { color: #f00; text-decoration: none; }


#headerNav a:link, #headerNav a:visited, #siteFooter a:link, #siteFooter a:visited, #profileFooter a:link, #profileFooter a:visited { color: #fff; text-decoration: none; }
#headerNav a:hover, #headerNav a:active, #siteFooter a:hover, #siteFooter a:active, #profileFooter a:hover, #profileFooter a:active { color: #bcbec0; text-decoration: none; }


#headerNav
{
    color: #fff;
    font-size: 8pt;
    height: 10px;
    margin-left: 54px;
}

#headerText
{
    color: #014A8E;
    margin-left: 30px;
    margin-top: 30px;
    width: 505px;
}

#siteHeader
{
    background-image: url('images/header.jpg');
    background-repeat:no-repeat;
    height: 146px;
    margin-top: 6px;
    padding-top: 106px;
    width: 988px;
}

#siteHeaderSmall
{
    background-image: url('images/header_top.jpg');
    background-repeat:no-repeat;
    height: 28px;
    margin-top: 6px;
    padding-top: 106px;
    width: 988px;
}

#siteBody
{
    background-color: #fff;
    background-image: url('images/middle.jpg');
    background-repeat: repeat-y;
    height: 100%;
    margin-top: 0px;
    padding: 8px 8px 12px 28px;
    top: 0px;
    width: 952px;
}

#siteFooter
{
    background-image: url('images/footer.jpg');
    background-repeat: no-repeat;
    color: #fff;
    font-size: 8pt;
    height: 25px;
    padding-top: 4px;
    text-align: center;
    width: 988px;
}

