/* globals.css - global settings, included in all pages */

body, html {
    background-color: #FFFFFF;
    font-family: "helvetica neue", arial; sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px; 
    color: #000000;
}

em {
    background-color: #FFFF99;
    font-style: normal;
}


#container {
}

/* Styling for the bar at the top of the frame */
#topbar {
    height: 20px;
    background-color: #000000;
}

#topmenu {
    /*height: 15px; */
    margin-left:auto;
    margin-right:auto;
    width: 780px;
}

#topmenu ul {
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    padding: 0px 0px 0 0;
    margin: 0;
    float:right;
    width: 600px;
    text-align: right;
}


#topmenu li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px dotted #AAAAAA;
    }

#topmenu .first {
    border: 0;
}


#topmenu li a {
    font-weight: normal;
    text-decoration: none;
    color: #AAAAAA;
    }

#topmenu a:hover {
    color: #00469B;
}


/* Main content section */
#maincontent {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    }

#maincontent H1 {
    background-image:url(/images/logo.jpg);
    background-repeat: no-repeat;
    font-family: "Lucida Grande", arial; sans-serif;
    margin: 0px;
    padding: 17px 0 3px 70px;
    color: #000000;
    height: 45px;
    letter-spacing: -0.06em;
    font-size: 30px;
    width: 500px;
}

#maincontent H3 {
    margin-bottom: 0px;
    padding-top: 10px;
}

#maincontent p {
    margin-top: 5px;
}

#maincontent .illustration {
    text-align: center;
}

/* Footer Section */
#footer {
    border-top: 1px dotted #AAAAAA;
    padding-left: 260px;
    margin-top: 100px;
    margin-left:auto;
    margin-right:auto;
    width: 600px;
    }

#footer ul {
    font-size: 11px;
    font-weight: bold;
    list-style-type: none;
    padding: 10px 0px 0 0;
    margin: 0;
}

#footer li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px dotted #AAAAAA;
    }

#footer .first {
    border: 0px;
}

#footer li a {
    font-weight: normal;
    text-decoration: none;
    color: #888888;
    }

#footer a:hover {
    color: #00469B;
}





