body { background-image: url('../images/bg.gif'); }
body,
table { font-family: Arial; font-size: 14px; color: black;}

.header {
     width: 800px;
     height: 85px;
     border: 3px solid #3f799b;
     background-image: url('../images/headerbg.jpg');
}

.content {
     width: 800px;
     height: auto;
     border: 3px solid #3f799b;
     margin-top: 4px;
     background-color: white;
}

.leftTd {
     width: 560px;
}

.rightTd {
     width: 230px;
     font-size: 11px;
     padding-top: 8px;
     padding-left: 10px;

}

.rightTd h1 {
     font-size: 14px;
     color: #3f799b;
     font-weight: normal;
     padding: 0px;
     margin: 0px;

}


.footer {background-color: white; height: 57px;}



.rightTd p {
     border-bottom: 1px solid #4b85a6;
     width: 193px;
     font-size: 14px;
     color: #3f799b;
     padding: 0px;
     margin: 0px;
     padding-top: 3px;
     padding-bottom: 3px;
}

.topNaviDiv {
     width: 100%;
     height: 20px;
     border: 1px solid #4b85a6;
     border-right:0px;
     background-color: #3f799b;
     padding: 0px;
     margin: 0px;

     padding-top: 2px;
}


.contentBox table {width: 520px; border: 1px solid #3f799b;}
.contentBox th    {background-color: #4b85a6; text-align: left;}
.contentBox h1    {font-weight: normal; font-size: 14px; color: white; padding: 0px; margin: 0px;}

.contentBox2 table {border: 1px solid #3f799b;}
.contentBox2 th    {background-color: #4b85a6; text-align: left; color: white; font-weight: normal;}
.contentBox2 h1    {font-weight: normal; font-size: 14px; color: white; padding: 0px; margin: 0px;}
.contentBox2 input,
.contentBox2 textarea {border: 1px solid black; width: 300px;}

.containerContent {padding-top: 10px; text-align: center;}

img {border: 0px;}

a:link, a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: underline;  color: white; }

.box :link, .box :visited { text-decoration: none; color: black; }
.box :hover { text-decoration: underline;  color: black; }
.box {font-size: 11px;}

.navigator :link, .navigator :visited { text-decoration: none; color: black; border: 1px solid #3f799b; padding: 5px;}
.navigator :hover { text-decoration: underline;  color: black; }
.navigator {font-size: 11px;}

.footer :link, .footer :visited { text-decoration: none; color: #d0d0d0; }
.footer :hover { text-decoration: underline;  color: #d0d0d0; }
.footer {font-size: 11px; color: #e6e6e6; text-align: center;}

.topAd {
    height: 20px;
    text-align: center;
    padding-top: 7px;
    font-size:14px;
}

.searchInput {
    width: 358px;
    height: 25px;
    border: 1px solid #ffbe32;
}

.searchSubmit {
    width: 20px;
    height: 20px;
    border: 0px;
    border: 1px solid #ffbe32;
}

