body {background:#EFF2F3;}
.liquid-round {
width:780px;
margin:0px auto;
background:#fff url(/css/images/leftside.gif) repeat-y left top;
}

A:link {text-decoration: none; color: #6D929B;}
A:visited {text-decoration: none; color: #6D929B;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: black;}

.top {
width:100%;
height:20px;
background:url(/css/images/top.gif) no-repeat left top;
}
.top span {
display:block;
position:relative;
height:20px;
background:url(/css/images/top-right.gif) no-repeat right top;
}
.center-content {
position:relative;
background:url(/css/images/rightside.gif) repeat-y right top;
padding:1px 20px 1px 25px;
margin:-1px 0 -50px 0;
}
.bottom {
width:100%;
height:60px;
background:url(/css/images/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(/css/images/bottom-right.gif) no-repeat right top;
}
p {margin:0 0 1em 0}

caption {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
    sans-serif;
    color: #6D929B;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
}

th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
    sans-serif;
    color: #6D929B;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/css/images/tables/bg_header.jpg) no-repeat;
}

th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}
th.spec {   
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(/css/images/tables/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
    sans-serif;
}

th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(/css/images/tables/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica,
    sans-serif;
    color: #B4AA9D;
}
td.my {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #6D929B;
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,
    sans-serif;
    color: #6D929B;
    text-transform: uppercase;
}
td.alt {
    background: #F5FAFA;
    color: #B4AA9D;
}

ul#menu{
    margin:0;
    padding:0;
    list-style-type:none;
    width:780px;
    position:relative;
    display:block;
    height:36px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:bold;
    background:transparent url("/css/images/menu/OFF.gif") repeat-x top left;
    font-family:Helvetica,Arial,Verdana,sans-serif;
    border-bottom:4px solid #6F7070;
    border-top:1px solid #6F7070;
}
ul#menu li{
    display:block;
    float:left;
    margin:0;
    padding:0;
}
ul#menu li a{
    display:block;
    float:left;
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    padding:12px 20px 0 20px;
    height:24px;
    background:transparent url("/css/images/menu/DIVIDER.gif") no-repeat top right;
    }
ul#menu li a:hover{
    background:transparent url("/css/images/menu/HOVER.gif") no-repeat top right; 
    }
    
h1{
    color: #666;
}
p{
    color: #666;
}

