body {
    font-family: Verdana;
    /*background-color: #006699;*/
    background-color: #757575;
    /*background-image: url('img/bgblue1.jpg')*/
}

h1 {
    font-family: Verdana;
    color: #0099CC
}

h2 {
    font-family: Verdana;
    color: #0099CC
}

h3 {
    font-family: Verdana;
    color: #0099CC
}

p {
    font-family: Verdana
}

li {
    font-family: Verdana
}

table {
    border-color: gray;
    border-top: 0px;
    border-bottom: 0px
}

tr {
/*    padding: 0px */
}

td {
/*    padding: 0px; */
    background-color: white
} 

.stripes {
    background-image: url(img/1px_dark_stripe_horz.png);
    background-position: top left;
    background-repeat: repeat;
}

.gradient-top {
    background-image: url(img/256px_grad_dark_trans_down.png);
    background-position: top left;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 256px;
    *margin: 0;
    _margin: 0; 
}

.nopadding {
    padding: 0px;
    background-color: white
}

.side-menu {
    padding: 10px;
    background-color: gray;
    color: white;
    border-bottom: 1px solid #CCCCCC
}

.blackbg {
    padding: 10px;
    background-color: black;
    color: white;
/*    border-bottom: 1px solid #CCCCCC*/
}

.bluebg {
    padding: 10px;
    background-color: #0099CC;
    color: white;
/*    border-bottom: 1px solid #CCCCCC*/
}

.content-area {
    padding: 0px;
    background-color: white;
/*    width: 836px; */
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid black;
    border-collapse: collapse;
}

.logo-area {
    padding: 10px;
    background-color: black;
    text-align: center;
    border-bottom: 1px solid gray
}

.menu-area {
    padding: 10px;
    width: 150px;
    background-color: white;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid black
}
.title-area h2 {
    color: white;
}
.title-area {
    padding: 10px;
    background-color: #0099CC;*
/*    background-color: #FE6F00;*/
    font-family: "HandelGothic BT", sans-serif;
    color: white;
    font-size: 20pt;
/*    font-style: italic;*/
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid black;
    vertical-align: center;
}

.main-content {
    padding: 10px;
    background-color: white;
/*    margin-left: 0px; */
    vertical-align: top;
}

.sidebar-area {
    padding: 0px;
    background-color: #C0C0C0;
    margin-right: 0px;
    text-align: center
}

.footer {
    padding: 10px;
    background-color: #0099CC;
    font-family: "HandelGothic BT", sans-serif;
    color: white;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid gray
}

.copyright {
    padding: 10px;
    background-color: #0099CC;
    color: white;
    text-align: center;
    border-top: 1px solid gray
}

.pricelist td {
    padding: 5px
}

/*
.menu-area a:link {
    color: white;
}

.menu-area a:visited {
    color: white;
}

.menu-area a:hover {
    color: yellow;
}
*/

.nav {
    background-color: black;
    list-style: none;
}

.nav li {
    display: inline;
/*    border-right:       2px solid white;*/
    padding: .5em;
    line-height: 2em;
    border-left: 1px solid gray
}

