body {

/*    background-image: url(background.jpg);
    background-repeat: repeat-x;*/
    background-color: #fff;
    font-family: arial, verdana;
    font-size: 11px;
    color: #005;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
    }
table {
    font-family: arial, verdana;
    font-size: 11px;
    color: #005;
    }

a:link {color: #ff6c00; text-decoration: none; font-weight: bold;}
a:visited {color: #ff6c00; text-decoration: none; font-weight: bold;}
a:active {color: #ff6c00; text-decoration: none; font-weight: bold;}
a:hover {color: #ffb680; text-decoration: none; font-weight: bold;}

a.menu:link {color: #fff; text-decoration: none; font-weight: bold; font-family: tahoma;}
a.menu:visited {color: #fff; text-decoration: none; font-weight: bold; font-family: tahoma;}
a.menu:active {color: #fff; text-decoration: none; font-weight: bold; font-family: tahoma;}
a.menu:hover {color: #ffa955; text-decoration: none; font-weight: bold; font-family: tahoma;}

.topCenter {width: 640px; height: 120px; background-image: url(gfx/top.body.jpg); background-repeat: no-repeat;}
.btmCenter {width: 640px; height: 55px; background-image: url(gfx/btm.body.jpg); background-repeat: no-repeat;}
.cntCenter {width: 640px; height: 100%;}

.topSide {width: 50%; height: 120px; background-image: url(gfx/top.bg.jpg); background-repeat: repeat-x;}
.btmSide {width: 50%; height: 55px; background-image: url(gfx/btm.bg.jpg); background-repeat: repeat-x;}
.cntSide {width: 50%; height: 100%;}

.content {font-family: arial; line-height: 18px;}
.title {font-family: arial; font-size: 18px; font-weight: bold;}

.pic {margin: 5px 0px 5px 0px;}

