@charset "ISO-8859-1";

* {
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.2em;
    padding-bottom: 1.2em;
}

body { background: #1F429C; }

#page-wrap {
    width: 1152px;
    margin: 0 auto;
}

#header {
    background: url(../images/fgbg.jpg);
    height: 521px;
    width: 1152px;
    text-indent: -9999px;
}

#content { background: url(../images/content-bg.jpg); }

#navigation { margin-left: 70px; }

#navigation p {
    text-align: center;
    margin-right: 40px;
}

#navigation ul {
    font:bold 1.1em "Times New Roman", Times, serif;
    list-style: none;
}

#navigation li { line-height: 2.5em; }

#navigation ul a {
    color: #1F429C;
    text-decoration: none;
}

#navigation ul a:hover { color: #ffffff; }

#main-content { text-align: center; }

#rightbox {
    color: #ffffff;
    text-align:center;
}

#rightbox p { margin: 0 25px 0 25px; }

#footer {
    margin: 15px 0 15px 0;
    text-align: center;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}

#footer a:hover { color: #cccccc; }

#form { margin: 0 auto; }
#form tr td {
   font-size: 16px;
   font-style: italic;
   vertical-align: top;
   padding: 5px 15px 5px 0;
}
