body, html{
background-color:000000;
width:100%;
margin:0px;
font-family:tahoma;
}

#wrapper {
position: relative;
text-align: center;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#top{
width:100%;
height:125px;
background-image:url('images/banner2.gif');
background-position:right;
background-repeat:no-repeat;
margin-left: auto;
margin-right: auto;
}

#menu{
width:100%;
height:32px;
background-image:url('images/menu.gif');
background-repeat:repeat-x;
border-top:1px solid #ffffff;
color:#ffffff;
text-align:center;
padding-top:2px;
}

#mainwrapper{
width:100%;
height:auto;
margin-left: auto;
margin-right: auto;
text-align:center;
background:222222;
}

#main{
width:1000px;
height:auto;
margin-left: auto;
margin-right: auto;
text-align:center;
background-color:#ffffff;
}

#footer{
width:100%;
height:32px;
background-image:url('images/menu.gif');
background-repeat:repeat-x;
border-bottom:1px solid #ffffff;
color:#ffffff;
text-align:center;
font-size:12px;
padding-top:5px;
}

#belowfooter{
width:100%;
margin-left: auto;
margin-right: auto;
}

table.menu{
color:#ffffff;
height:30px;
font-size:14px;
}

td.menu{
border-right:1px solid #ffffff;
text-align:center;
height:30px;
font-size:14px;
}

td.leftnav{
width:150px;
height:600px;
border-right:1px dotted #c0c0c0;
text-align:center;
vertical-align:top;
padding:5px;
}

td.rightnav{
width:150px;
height:600px;
border-left:1px dotted #c0c0c0;
text-align:center;
vertical-align:top;
padding:5px;
}

td.middle{
vertical-align:top;
padding:10px;
}

a{
text-decoration:none;
font-size:12px;
color:#000000;
}

a.white{
color:#ffffff;
text-decoration:none;
font-size:14px;
}

a:hover{
text-decoration:none;
}

.menulines{
background-color:#e3e3e3;
border:0px;
font-size:12px;
width:100%;
}

.menulines a{
text-decoration:none;
color:black;
border:0px;
font-size:12px;
}

.menulines a:hover{
background-color:af0a05;
width:100%;
border:0px;
color:#ffffff;
font-size:12px;
padding:0px;
}

td.zebra{
font-size:12px;
background:url('images/tabheader.jpg');
color:#ffffff;
padding:5px;
width:150px;
text-align:left;
font-weight:bold;
}

h2{
font-size:16px;
text-align:center;
padding:10px;
}

h3{
font-size:14px;
text-align:left;
}

h4{
font-size:12px;
text-align:center;
color:#ffffff;
height:20px;
}

p{
font-size:12px;
text-align:justify;
}