
body {
    font: 0.8em Verdana, Lucida, Helvetica, Arial, sans-serif;
    background: url(images/bgd.jpg) repeat;
    color: #fff;
    margin: 0;
    padding: 0;
}

a {
    color: #01997E;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    background-color: transparent;
    font-family: Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #008000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: black; 
}

h1 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 1.0em;
}

h2 {
    font-size: 130%;
    font-weight: bold;
}

h3 {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
    background-color: #C7DDCD;
    border-left: 10px solid #9DC4A7;
    padding-left: 15px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    color: #1C3D38;
    margin-top: 1.5em;
}

h4 {
    font-size: 110%;
    border-bottom: none;
    font-weight: bold;
}

h5 {
    font-size: 100%;
    border-bottom: none;
    font-weight: bold;
}

h6 {
    font-size: 85%;
    border-bottom: none;
    font-weight: bold;
}

p {
    margin: 0.5em 0em 0.5em 2em;
}

i {
    color: #7C8202;
}

ul { 
    line-height: 1.25em;
    list-style-type: disc;
    margin: 0.5em 0 0 4em;
    padding: 5px;
}

.highlight {
    font-weight: normal;
    background-color: #D6D995;
    border: 1px solid #B6B96C;
    padding: 3px 10px;
}




#bannerLeft {
    width: 100px;
    background: url(images/leftBar.jpg) no-repeat top right;
    border: 0;
}
    
#bannerMiddle {

    background: url(images/middleBar.jpg) repeat-x;
    height: 88px;
}

#bannerRight {
    background: url(images/rightBar.jpg) no-repeat top left;
    width: 90px;
}

#logo {
    background: url(images/logo1.jpg) no-repeat;
    width: 297px;
    height: 88px;
}

#logo2 {
    background: url(images/logo2.jpg) no-repeat;
    width: 297px;
    height: 107px;
}

#content-area {
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #939393;
    color: #000;
    padding: 0px 45px 5px 25px;
}

#menu-area {
    height: 100%;
    width: 297px;
    background: url(images/menuBackground.jpg) repeat-y;
    color: #000;
    margin-top: 0px;
    padding-bottom: 30px;
}

.menuLabel {
    position: relative;
    margin-top: 10px;
    padding: 3px 0px 3px 20px;
    font: 1.0em "Trebuchet", Verdana, sans-serif;
    background: url(images/menuLabelbgd.jpg) repeat;
    width: 268px;
    color: #3E3F1C;
    border-bottom: 1px solid #636531;
    border-top: 1px solid #636531;
    border-left: 1px solid #636531;
}

.menuItem {
    position: relative;
    left: 15px;
    color:#3E3F1C;
    width: 245px;
}

.menuLabel a, .menuItem a {
    text-decoration: none;
    color: #3E3F1C;
}

.menuLabel a:hover, .menuItem a:hover {
    text-decoration: underline;
    color: #E3E4C6;
}
    
#menu-area ul { 
    line-height: 1.25em;
    list-style-image: url(images/bullet.jpg);
    margin: 0.5em 0 0 1.5em;
    padding: 5px;
}

#footer {
    height: 30px;
    background: url(images/footer.jpg) repeat-x;
}

#footer2 {
    height: 30px;
    width: 297px;
    background: url(images/footer2.jpg) no-repeat;
}

IMG.member-icon
{
  float: right;
  border: none;
  padding: 5px;
}

DIV.menuLabel IMG
{
  padding-left: 20px;
}