﻿body {
     margin: 0; /* to avoid margins */
     text-align: center; /* to correct the centering IE bug*/
     background-color: #877F58;
      /*   */
         
     }

div#bottom
{
    width: 936px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;   
    position:relative;
}

div#container
{
    width: 936px;
    background-image: url('images/pageBackground.jpg');
    background-repeat:repeat-y;
    background-position: center;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    overflow:auto;
}

div#header
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:760px;
    position:relative;
    left:-1px;
}

div#logo
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:760px;
    position:relative;
    left:-1px;
    height:302px;
    background-image: url('images/logoCenter.jpg');
}   

div#projectsLogo
{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:760px;
    position:relative;
    left:-1px;
    height:302px;
    background-image: url('images/projects.jpg');
}

div#mission
{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:360px;
    position:absolute;
    left:400px;
    top:31px;
    font-family:Arial;
    font-size:13pt;
}

div#nav
{
    position: relative;
    width:760px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    vertical-align:middle;
    background-image: url('images/linkBackground.jpg');
    left:-1px;
    height:26px;
}

div#webDesigner
{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    top: -10px;
}


.information
{
    font-family:Arial;
    font-size:10pt;
}

.navAdmin
{
    padding-top: 5px;
    color:#ffffff;
    font-size: 10pt;
    font-family:Arial;
    text-decoration:none;
}

.navAdmin a:link, .navAdmin A:visited
{
    font-weight: bold;
    font-size: 10pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 10px 0px 10px;
    
}

.navAdmin a:hover, .navAdmin A:visited:hover
{
    color: #F6FF00;
}

.navigate
{
    padding-top: 5px;
    color:#ffffff;
    font-size: 12pt;
    font-family:Arial;
    text-decoration:none;
}

.navigate a:link, .navigate A:visited
{
    font-weight: bold;
    font-size: 12pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 30px 0px 30px;
    
}

.navigate a:hover, .navigate A:visited:hover
{
    color: #F6FF00;
}

.organizationName
{font-size:10pt;
    font-weight:bold;
}

.sectionHeading
{
    text-align:center;
    font-family: arial;
    font-weight: bold;
    font-size: 18pt;
    line-height: 28px;
    color: #333333;
    padding-bottom: 2px;
}

.webDesigner
{
    font-weight: normal;
    font-size: 9pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    color: #417379;
}

.webDesigner a:link, .webDesigner A:visited
{
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Arial;
    text-align: center;
    text-decoration: none;
    color: #575757;
}

.webDesigner a:hover, .webDesigner A:visited:hover
{
    color: #ffffff;
}