body {
    background-color: black;
    color: white;
    font: 12px Trebuchet MS, Helvetica, Arial, sans-serif;
    margin: 0px;
}
#logo {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    width: 489px;
    height: 76px;
    text-indent: -10000em;
    float: left;
    margin: 0px;
}
#logo-print {
    display: none;
    margin: 0px;
}
#top-right {
    float: right;
    margin: 0px;
}
#top-right img {
    float: left;
    margin: 0px;
}
#boxor {
    clear: both;
    background-color: #00235D;
    border: white solid 5px;
    border-width: 5px 0px;
}
#mainNav {
    text-align: center;
    border-bottom: white solid 5px;
}
#mainNav ul {
    list-style-type: none;
    display: block;
    margin: 0px auto;
    padding: 3px 0px;
    height: 22px;
    width: 770px;
}
#mainNav ul li {
    float: left;
    display: block;
    font-size: 14px;
}
#mainNav ul li a {
    padding: 0px 13px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#mainNav ul li a:hover {
    color: #00235D;
    background-color: white;
}
#cityScape {
    clear: both;
    background-image: url(/images/cityscape-bg.jpg);
    background-repeat: repeat-x;
    height: 170px;
}
#slogan {
    color: #00235D;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    letter-spacing: +5px;
    background-color: white;
    margin: 0px;
    padding: 6px 0px;
}
#homeSnipsContainer {
    width: 768px;
    margin: 10px auto;
}
#homeSnipsContainer div.box {
    width: 190px;
    float: left;
    margin: 0px;
}
#homeSnipsContainer img {
    display: block;
    margin: 0px;
}
#homeSnipsContainer div.sep {
    border-right: #425983 solid 2px;
}
#homeSnipsContainer p {
    font-size: 10px;
    margin: 0px;
    padding: 0px 12px;
}
#homeSnipsContainer p img {
    margin-right: 5px;
}
#homeSnipsContainer p.link {
    text-align: center;
    margin: 10px 0px;
}
#homeSnipsContainer p.link a {
    color: white;
    text-decoration: none;
}
#footer {
    text-align: center;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer p {
    clear: both;
}
#footNav {
    list-style-type: none;
    margin: 0px auto;
    padding: 0px;
    width: 510px;
}
#footNav li {
    float: left;
    display: block;
    padding: 5px 0px;
    font-size: 10px;
}
#footNav li a {
    padding: 0px 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}
#footNav li a:hover {
    color: yellow;
}
