body {margin: 0px; padding: 0; top: 0; left: 0; background-color: #000; color: #fff; font-size: 12px; background-image: url(/include/background.gif); }
.top {width:100%; background-color: #fff;}
.topinner {width: 857px;background-color: #ffffff;}
.level2 {background-color: #000; background-image: url(/css/grad.jpg); background-repeat: repeat-x;}
.level2inner {width: 857px;background-color: #000000; text-align: left; background-image: url(/css/grad.jpg); background-repeat: repeat-x;}
.main {width:100%; }
.maininner {width: 857px; background-color: #000000; text-align: left; padding: 10px; font-size: 15px;}

/* ###  for header ### */
.head {font-size:35px; color: red; margin: 10px;}
a:link.header  {text-decoration: none; font-size:35px; color: red;} 
a:visited.header  {text-decoration: none; font-size:35px; color: red;} 
a:focus.header  {text-decoration: none; font-size:35px; color: red;} 
a:hover.header  {text-decoration: none;font-size:35px; color: red;}
a:active.header  {text-decoration: none; font-size:35px; color: red;}

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid white;
border-bottom-width: 0;
visibility: hidden;
z-index: 50;
}


.ddsubmenustyle li a{
display: block;
width: 160px;
color: white;
background-color: red;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid white;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 100;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */


.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #000000;
overflow: hidden;
width: 855px;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 1px 6px 1px; /*padding inside each tab*/
border: 1px solid white; /*right divider between tabs*/
color: white;
background: #000000;
width: 91px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}

a:link {color:red;} 
a:visited {color:#F0DB1F;} 
a:focus {color:#ffffff;} 
a:hover {color:#ffffff;}
a:active {color:#ffffff;} 