﻿body {
font-family:Arial;
font-size:11pt;

}

#main {
    width: 750px;
    background-color: #F2F2F2;
    height: 100%;
    background-image: url('images/bg2.jpg');
}

div.topnav {
    width: 750px;
    background-color: #D7D7D7;
    text-align: right;
    padding-top:2px;
    padding-bottom:2px;
}

.topnavlinks{
    text-decoration: none;
    color: #000000;
    margin-right:25px;

}
.topnavlinks:hover
{
    border-color: #000080;
    color: #CC0000;
    border-style: none none dotted none;
    border-width: 1px;
    margin-right: 25px;
}

div.footer
{
margin-top:10px;
text-align:center;
font-size:9pt;
width:750px;

}

 
 #copyright
 {
    color: #666666;
    font-size: 8pt;
}

.heading
{
    font-size: 13pt;
    font-weight: bold;
    color: #000066;
    text-align:center;
    padding-top:5px;
    padding-bottom:10px;
}