
body {
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
}

div#container {
    background-image: url(images/bg2.png);
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 900px;
    height: 80%;
    min-width: 900px;
}

div#nav1 {
    background-image: url(images/navbar1.png);
    background-repeat: repeat-x;
    padding: 10px;
    width: 880px;
    text-align: center;
}

table#maintbl {
    width: 900px;
    margin-right: 50px;
}

span#nav a:link {
    color: white;
    text-decoration: none;
}

span#nav a:visited {
    color: white;
    text-decoration: none;
}

span#nav a:hover {
    color: #DBEBFC;
    text-decoration: underline;
}

span#nav a:active {
    color: #7398BA;
    text-decoration: none;
}

p#par1 {
    margin-left: 40px;
    margin-top: 45px;
    width: 400px;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

#footer {
    background-image: url(images/footer-bg.png);
    background-repeat: repeat-x;
    font-family: New Century Schoolbook, arial, verdana, helvetica, sans-serif;
    padding-top: 9px;
    height: 35px;
    width: 100%;
    font-size: 10pt;
    text-align: center;
} #footer a:link {
    text-decoration: none;
    color: #4D4D4D;
} #footer a:hover {
    color: #297AB0;
    text-decoration: underline;
} #footer a:visited {
    text-decoration: none;
    color: #297AB0;
}



