.main {
     position: relative;
     width: 1000px;
     margin: auto;
}
.header {
     display: block;
     clear: both;
     width: 1000px;
     background-color: none;
}
.logo {
     margin-right: 10px;
     display: inline;
     border: 0px;
     background-color: none;
}
.contact {
     margin-bottom: 10px;
     margin-right: 40px;
     margin-left: 40px;
     padding: 0px;
     display: inline;
     background-color: none;
}
.search {
     margin-bottom: 15px;
     display: inline;
     background-color: none;
}
.topnav {
     clear: both;
     text-align: center;
     height: 10px;
     display: block;
     width: 980px;
     background-color: #CCCCCC;
     padding-bottom: 16px;
     padding-top: 2px;
     margin: 10px;
}
.link{
     display: inline;
     font-family: Arial Black, "cursive";
     font-size: 17px;
     font-style: normal;
     line-height: normal;
     font-weight: bold;
     font-variant: normal;
     letter-spacing: 1pt;
     text-decoration: none;
     font-variant: normal;
     color: #000099;
}
.body {
     display: block;
}
.subnav {
     float: left;
     display: inline;
     width: 130px;
     background-color: none;
     font-family: Arial Black, "cursive";
     font-size: 17px;
     font-style: normal;
     line-height: normal;
     font-weight: bold;
     font-variant: normal;
     letter-spacing: 1pt;
     text-decoration: none;
     list-style: none;
     margin: 10;
}
.subnavlink{
     text-decoration: none;
     list-style: none;
     display: block;
     color: #000099;
}
.content {
     float: left;
     display: inline;
     width: 810px;
     background-color: none;
     padding: 25px;
     margin: 20;
     font-face: Arial;
     font-size: 15px;
     font-style: normal;
     line-height: normal;
     font-weight: bold;
     font-variant: normal;
     letter-spacing: 1pt;
     text-decoration: none;
}
.botnav {
     text-align: center;
     display: block;
     clear: both;
     width: 980px;
     background-color: #CCCCCC;
     padding-top: 2px;
     padding-bottom: 16px;
     height: 10px;
     margin: 10px;
}
.footer {
     display: block;
     clear: both;
     width: 1000px;
     background-color: none;
}
.copyright {
     display: block;
     width: 1000px;
     text-align: center;
     color: #000099;
}