body
{
    font-size: 100%;
    font-family: helvetica, "Trebuchet ms", tahoma, arial, sans-serif;
    color: #71A0F0;
    background-color: #e5e5e5;
    /*background-image: url("../images/siteFrame.jpg");
    background-repeat: repeat-y;
    background-position: top center;*/
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    overflow: auto;
}
p
{
    font-size: 100%;
    line-height: 150%;
    color: #555;
}
h1
{
    margin: 20px 0 0 0px;
    font-size: 130%;
    font-weight: normal;
    text-decoration: none;
}
h2
{
    margin: 0 0 0 40px;
    font-size: 120%;
}
h3
{
    margin: 30px 0 0 0px;
    font-size: 110%;
}
a
{
    color: #71A0F0;
    text-decoration: none;
}
a:hover
{
    color: #618CD5;
}
.Container
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    height: auto;
    /*height:100%;*/
    background-color: #fff;
    width: 1000px;
    margin: 0 auto 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    /*background: #D5D5CD url(../images/siteFrame.jpg) top center repeat-y;*/
}
.SiteHeader
{
    height: 80px;
    font-size: 200%;
    text-align: left;
    padding-top: 20px;
    border-bottom: #e5e5e5 1px solid;
    margin-bottom: 50px;
}
.ajpLogo
{
    font-size: 80%;
    color: #919191;
    padding-left: 520px;
}
.ajpLogoSeniors
{
    font-size: 80%;
    color: #919191;
    padding-left: 380px;
}
.SiteLogo
{
    position: relative;
    top: 10px;
    right: 235px;
    text-decoration:none;
}
.DetailContainer
{
    float: left;
    margin: -10px auto auto auto;
}
.DetailText
{
    /*border: 1px solid black;*/
    height: 450px;
    width: 400px;
    float: right;
    text-align: left;
    position: absolute;
    margin: -10px auto 0 600px;
}
.ContactInfo
{
    width: 950px;
    text-align: left;
    margin: 50px 0 0 40px;
}
.imgIndexLeft
{
    margin-left: 30px;
    margin-top: -20px;
}
.imgIndexLeftSenior
{
    margin-left: 0px;
    margin-top: -30px;
}
.imgIndexCenter
{
    margin-top: -20px;
}
.imgIndexRight
{
    margin-top: -20px;
}
.photoslider
{
    /*border: 1px solid black;*/
    margin-top: 9px;
    padding-left: 4px;
}
.imgContactLeft
{
    margin-top: -15px;
}
.imgContactRight
{
    margin: -15px 0 0 30px;
}
.emailLabel
{
    height: 50px;
    width: 50px;
    font-weight: bold;
    font-size: 12px;
}
.emailRequired
{
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-left: 20px;
    color: red;
}
.BlogRollTitle
{
    margin-top: -20px;
}
.BlogRollDescription
{
    width: 730px;
    text-align: left;
    color: #919191;
    margin-left: 125px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.nextSet
{
    margin-left: 275px;
    color: gray;
}
.prevSet
{
    margin-right: 315px;
    margin-left: -20px;
    color: gray;
}
.nextSetSolo
{
    margin-left: 650px;
    color: gray;
}
.prevSetSolo
{
    margin-right: 665px;
    color: gray;
}
#nav
{
    font-size: 50%;
    line-height: 100%;
    margin-top: 20px;
    margin-left: -40px;
    padding-right: 50px;
    /*font-weight: bold;*/
}
#nav li
{
    display: inline;
    list-style-type: none;
    margin-right: 25px;
}
#nav li:hover > a
{
    color:#919191;
    text-decoration:none;
    border-top: #919191 1px solid;
}
#nav ul
{
    position: absolute;
    display: none;
    height: 50px;
    padding-top: 15px;
    margin-left: -40px;
}
#nav li:hover > ul
{
    display: block;
}
#nav li li
{
    margin-right: 35px;
}
#nav li li:hover >a
{
    border-bottom: #919191 1px solid;
    border-top: none;
}
.navSelect
{
    color: #919191;
    border-top: #919191 1px solid;
}
