.darkBlue
{
    color: #0033AA;
}
.mediumBlue
{
    color: #7AAADD;
}
.lightBlue
{
    color: #EBF2F9;
}

body
{
    background-image: url( './images/background.gif' );
    background-repeat: no-repeat;
}

a:link, a:visited
{
    color: #0000FF;
    text-decoration: underline;
}

a:hover
{
    color: #FF0000;
}

.sideNav
{
    position: absolute;
    left: 10px;
    top: 170px;
    font-family: Arial, Sans-Serif;
}
.sideNavItem
{
    padding-bottom: 8px;
}
.sideNavLink:link, .sideNavLink:visited
{
    font-size: 14px;
    font-weight: bold;
    color: #0033AA;
    text-decoration: none;
}
.sideNavLink:hover
{
    color: #FF0000;
}

.content
{
    position:absolute;
    left: 130px;
    top:110px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.contentTitle
{
    font-size: 26px;
    font-weight: bold;
    color: #0033AA;
    width: 100%;
    text-align: right;
}
.contentSection
{
    background-color: #7AAADD;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 100%;
    text-transform: uppercase;
    padding: 8px 8px 8px 8px;
}
.contentText
{
    padding-left: 20px;
}

.contentFooter
{
    font-size: 10px;
    color: #aaaaaa;
}

.photoSection
{
    font-weight: bold;
    padding-top: 10px;
}

.photoCell
{
    padding: 10px 10px 10px 10px;
}

.photoThumb
{
    border: none 0px;
}
