/* CSS Document */

body {
background: #000000;
margin: 0px;
}

#wrapper {
width: 1000px;
margin: 0px auto;
background: #ffffff;
}

table.top {
background: #ffffff;
width: 1000px;
}

table.hnav {
background: #d60000;
width: 1000px;
height: 20px;
font-family: Verdana;
font-size: 10px;
color: #ffffff;
font-weight: bold;
padding-left: 10px;
}

table.main {
background: #ffffff;
width: 1000px;
font-family: Verdana;
color: #000000;
padding-top: 20px;
}

table.midwrap {
background: #ffffff;
width: 99%;
height: auto;
font-family: Verdana;
font-size: 10pt;
color: #000000;
}

td.left {
background: #ffffff;
width: 200px;
font-family: Verdana;
font-size: 10px;
color: #000000;
border-left: 1px solid #CCCCCC;
}

td.right {
background: #ffffff;
width: 200px;
font-family: Verdana;
font-size: 10pt;
color: #000000;
border-right: 1px solid #CCCCCC;
}

td.center {
background: #ffffff;
width: 600px;
font-family: Verdana;
font-size: 10px;
color: #000000;
}

a.main {
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #32459b;
text-decoration: none;
}

a.main:hover {
text-decoration: underline;
}

a.navtop {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

a.navtop:hover {
text-decoration: underline;
}

table.bottom {
margin-top: 20px;
margin-bottom: 20px;
background: #d60000;
width: 1000px;
height: 25px;
font-family: Verdana;
font-size: 11px;
color: #ffffff;
font-weight: bold;
padding-left: 10px;
}
