@charset "UTF-8";
/* CSS Document */
body {
    background-color:#9C9A9B;
}
#header {
    background-image:url(../images/Header_arc.jpg);
    background-color:white;
}
#nav {
    background-color:#5C5756;
    background-image:url(../images/gradient_fill.jpg);
    background-repeat:repeat-x;
}
.navBottom {
    background-color:#5C5756;
}
.navText {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:12px;
    font-style:normal;
    color:#FFFFFF;
    padding-left:20px;
    padding-top:20px;
    border-top-color:black;
}
.navText a {
    color:#ffffff;
    text-decoration:none;
}
.navText a:hover {
    color:#ffffff;
    text-decoration:underline;
}
.navText a:visited {
    color:#ffffff;
    text-decoration:none;
}
.navText a:hover {
    text-decoration:underline;
}
.active_link {
    font-weight: bold;
}
#mainCell {
    background-color:white;
    border-right-color:#000000;
    border-right-width:thin;
    border-right-style:solid;
    background-position:bottom;
    background-repeat:no-repeat;
}
.mainText {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:12px;
    margin-left:40px;
    margin-top:26px;
    margin-right:10px;
    line-height:13px;;
}
h1 {
    font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:14px;
}
#rightCell {
    background-color:white;
    background-image:url(../images/silhouette_3.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}
#rightText {
    margin:23px;
}
#footer {
    background-color:white;
}
.noteWell {
    font-style:italic;
    text-align:center;
    line-height:30px;
    font-weight:bold;
}
.linksPage a{
    text-decoration:none;
    color:black;
}

a {
    color:black;
        text-decoration:none;
}

a:hover {
    color:black;
    text-decoration: underline;
}

a:visited {
    color:black
}
.caption{

        font-family:Arial, Tahoma, Helvetica, sans-serif;
    font-size:9px;

}
