﻿html, body
{
    text-align: center;
    height: 100%;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
}

#header
{
    background: url(/images/homepage/header2011.gif) no-repeat;
    width: 960px;
    min-height: 63px;
    margin: 0 auto;
    overflow: hidden;
    color: White;
    text-align: right;
    vertical-align: text-bottom;
}

* html #header
{
    height: 63px;
}
/* for IE/6.0;*/

.mainWidth
{
    width: 960px;
}

.middleDivs
{
    display: inline;
    float: left;
    width: 318px;
    border-right: 2px solid #cccccc;
}

.bottomDivs
{
    display: inline;
    float: left;
    width: 239px;
    border-right: 2px solid #cccccc;
}

#dvBottomLinks
{
    width: 100%;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 12px;
}

#container
{
    margin: 0 auto;
    width: 960px;
    text-align: left;
    border: 1px #000000 solid;
}

#dvMemberLogin
{
    background-color: #262774;
    color: White;
    padding: 6px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 15px;
}

#dvJoin
{
    background-color: #ab4c00;
    color: White;
    padding: 6px;
    width: 100px;
    float: right;
    text-align: center;
    font-weight: bold;
    margin: 20px;
}

#dvEducation
{
    float: left;
    width: 200px;
    padding: 7px;
}

#dvEducationTitle
{
    margin-top: 10px;
    margin-left: 4px;
    font-weight: bold;
    color: white;
    background-color: #004065;
    width: 194px;
    height: 25px;
    text-align: center;
    padding-top: 8px;
}

#dvPhotoSection
{
    float: left;
    width: 434px;
}

#dvFindNavSection
{
    float: right;
    width: 285px;
    margin-right: 8px;
}

#tblFindNavSection
{
    margin: 4px;
    margin-top: 7px;
    width: 285;
    border-style: none;
}
.middleRowTitle
{
    width: 306px;
    background-color: #ab4c00;
    font-size: 16px;
    font-weight: bold;
    color: White;
    height: 22px;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 12px;
}


#imgRotator
{
    height: 141px;
    width: 434px;
    margin-top: 10px;
}

.swapimg
{
    margin-bottom: 4px;
}

.standardWidthAndPaddingCol
{
    width: 94%;
    padding: 3px;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.minHeightMiddleSet
{
    position: relative;
    min-height: 205px !important;
}

.minHeightBottomSet
{
    position: relative;
    min-height: 240px !important;
}

.alignBottom
{
    text-align: right;
    position: absolute;
    top: 95%;
    margin-top: -0.5em;
}

.noBorder
{
    border-style: none;
}

.margin5
{
    margin: 5px;
}

.horizSeperator
{
    clear: both;
    background-image: url(/images/homepage/h-seperator.gif);
    background-repeat: no-repeat;
    width: 960px;
    height: 6px;
}

a
{
    color: #003768;
    text-decoration: underline;
}

a:hover
{
    color: #003768;
    text-decoration: none;
}
a:visited
{
    color: #003768;
    text-decoration: underline;
}
a:visited:hover
{
    color: #003768;
    text-decoration: none;
}

a.whiteroll
{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

a.whiteroll:visited
{
    color: #ffffff;
    text-decoration: none;
}
a.whiteroll:visited:hover
{
    color: #ffffff;
    text-decoration: underline;
}
a.whiteroll:hover
{
    color: #ffffff;
    text-decoration: underline;
}

h1
{
    font-size: 16pt;
    margin: 0px;
    color: #000;
}

h2
{
    font-size: 14px;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #a07d0e;
}

h3
{
    color: #000000;
    font-size: medium;
}

.smalltext
{
    font-size: 12px;
}

/*Modal Popup*/
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffff;
    border-width: 3px;
    border-style: solid;
    border-color: #003768;
    padding: 3px;
}

