body {
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
        background-image: url(../images/top_logo.gif);
        background-repeat: repeat-x;
        background-position: top-left;
}
#wrapper {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
}
#header {
        height: 120px;
        clear: both;
}
.slogan {
        font-size: 12px;
        font-family:  sans-serif;
        text-align: right;
        color: #FFFFFF;
        padding-top: 10px;
        height: 30px;
        float: left;
        width: 100%;
}
.logo {
        float: left;
        padding-top: 1px;
}
.topnav {
        float: right;
        padding-top: 30px;
        text-align: right;
        border-left-width: 3px;
        border-left-style: solid;
        border-left-color: #FFFFFF;
        font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

.ddoverlap{ border-bottom: 1px solid #bbb8a9;
}
.ddoverlap ul{ padding: 0; margin: 0; font: bold 90%; font-face:arial; list-style-type: none;
}
.ddoverlap li{ display: inline; margin: 0;
}
.ddoverlap li a{ padding: 2px 6px; text-decoration: none; padding-right: 25px; /*extra right padding to account for curved right edge of tab image*/
color: green; background: transparent url(../images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5; position: relative; display: block; float: left; margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 10px;
}
.ddoverlap li a:visited{ color: black;
}
.ddoverlap li a:hover{ text-decoration: underline;
}
.ddoverlap li.selected a{ /*selected tab style*/ color: black; z-index: 100; /*higher z-index so selected tab is topmost*/ top: 1px; /*Shift tab 1px
down so the border beneath it is covered*/ background: transparent url(../images/righttabselected.gif) 100% 0 no-repeat;
}
.ddoverlap li.selected a:hover{ text-decoration: none;
}
.ddoverlap{ height: 1%
}
.underlinemenu{ font-weight: bold; width: 100%, align:center;
}
.underlinemenu ul{ padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li
a" below*/ margin: 0; text-align: center; //set value to "left", "center", or "right"*/
}
.underlinemenu ul li{ display: inline;
}
.underlinemenu ul li a{ color: #494949; font-size: 11px; padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/ margin-right: 8.5px;
/*spacing between each menu link*/ text-decoration: none; border-bottom: 3px solid #586d30; /*bottom border is 3px*/
}
.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{ border-bottom-color: #993300;
}
.menu { border-bottom: 3px solid #586d30;
}
.menu:hover, .menu.selected { border-bottom: 3px solid #993300;
}
.menu1 { border-bottom: 3px solid #993300;
}
.menu1:hover, .menu.selected { border-bottom: 3px solid #993300;
}

