body {
margin: 0px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:125%;
font-size: 11px;
font-size-adjust:normal;
}

.leftshadow {
background: transparent url(img/left_shadow_tile.gif) repeat-y right;
}
.rightshadow {
background: transparent url(img/right_shadow_tile.gif) repeat-y left;
}

.header1 {
/* background: black url(img/header_bg1.jpg) no-repeat left top;
width: 800px;
height: 161px;
vertical-align:top;
 */}
.header2 {
background: black url(img/header_bg2.jpg) no-repeat left top;
width: 800px;
height: 161px;
vertical-align:top;
}
.menu_header{
background: white url(img/menu_header_tile.gif) repeat-x;
}

.main_content_header{
background: #3333CC url(img/main_content_header_tile.gif) repeat-x;
}

.main_content {
background: black url(img/main_content_shadow.jpg) repeat-y left;
}

.content {
background: #2B2BFF url(img/main_content_bg.jpg) repeat-y;
padding: 3px 5px;
color: white;
}

.menu {
background: white url(img/menu_bg.gif) repeat-y;
padding: 15px 5px;
}

table.center { margin-left:auto; margin-right:auto; text-align: center; }

.title
{
  font: bold 45px "Trebuchet MS";
  letter-spacing:8px;
  color: White;
  line-height:75%;
  text-align:left; 
  margin:0px;
  height:auto;
  width:auto;
}

#menunav {
    background-color: #FF66FF;
}

#menunav ul{
margin: 0;
padding: 0;
font: bold 14px "Monaco", Arial, sans-serif;
list-style-type: none;
}

#menunav ul li{
display: block;
width: 100%;
}

#menunav ul li a{
display: block;
width: 82%;
text-decoration: none;
padding: .2em 1em;
color: #000;
background-color: #FF66FF; 
border:1px solid #FF6FCF;
opacity: 0.7;
-moz-opacity: 0.7;
filter: alpha(opacity=70);
}

#menunav ul li a:hover {
opacity: 1;
-moz-opacity: 1;
filter: alpha(opacity=100);
border:1px solid #FF6FCF;
padding: .2em 1em;
}
