* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 background-color: #003399;
}


  /*
LEAVE THE WRAPPER SECTION AS IT IS IF YOU WANT THE WEBPAGE AUTOMATICALLY CENTERED ON THE SCREEN, BUT CHANGE THE WIDTH ACCORDINGLY
*/
#wrapper { 
 margin: 0px auto;
 width: 800px;
}

a {text-decoration: none; color:#003399}
a:hover {text-decoration: underline; color:#003399}

ul.left {
padding: 0px 0px 0px 15px;
text-align: left;
color: #003399;
}

img
{  border-style: none;
}

#header {
 color: #666666;
 width: 800px;
 float: left;
 padding: 0px;
 height: 165px;
 margin: 0px 0px 0px 0px;
 background-image: url('http://duckmasterboats.com/images/logoheader2.jpg');
 background-repeat: no-repeat;
}

.gray12bold {
color: #666666;
font-size: 12px;
font-weight: bold;
}

.gray11bold {
color: #666666;
font-size: 11px;
font-weight: bold;
line-height:13px;
display:block;
}

.gray10bold {
color: #666666;
font-size: 10px;
font-weight: bold;
line-height:13px;
display:block;
}

.blue14bold {
color: #003366;
font-size: 14px;
font-weight: bold;
}

.blue12bold {
color: #003366;
font-size: 12px;
font-weight: bold;
}

.blue11bold {
color: #003366;
font-size: 11px;
font-weight: bold;
line-height:13px;
display:block;
}

.blue10bold {
color: #003366;
font-size: 10px;
font-weight: bold;
line-height:13px;
display:block;
}

.black12bold {
color: #000000;
font-size: 12px;
font-weight: bold;
}

.black11bold {
color: #000000;
font-size: 11px;
font-weight: bold;
line-height:13px;
display:block;
}

.red12bold {
color: #990000;
font-size: 12px;
font-weight: bold;
}

.red10bold {
color: #990000;
font-size: 10px;
font-weight: bold;
line-height:13px;
display:block;
}

table.one {
table-layout: auto;
border-collapse: collapse;
}

table.main {
table-layout: auto;
border-collapse: collapse;
border: 2px solid #666666;
}

td.left {
background-color: #999999;
padding: 20px 7px 7px 7px;
border-right: 2px solid #666666;
border-top: 2px solid #666666;
vertical-align: top;
width: 180px;
}

td.right {
background-color: #ffffff;
padding: 20px 20px 20px 20px;
border-top: 2px solid #666666;
vertical-align: top;
}

td.main {
background-color: #ffffff;
padding: 0px 0px 0px 0px;
vertical-align: top;
}

td.paddedright {
background-color: #ffffff;
padding: 0px 20px 0px 0px;
vertical-align: top;
}

td.middle {
background-color: #ffffff;
padding: 0px 0px 0px 0px;
vertical-align: middle;
}

td.top {
background-color: #ffffff;
padding: 0px 0px 0px 0px;
vertical-align: top;
}

td.bottom {
background-color: #ffffff;
padding: 0px 0px 0px 0px;
vertical-align: bottom;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.justify {
text-align: justify;
}