body {
    margin: 0 0 20px 0;
    background-color: #205d96;
    font-size: 12px;
    font-family: Verdana;
    color: #1f3040;
}

a { 
    color: #04438b;
}

a img { border: none; }

div#HeaderTop {
    position: relative;
    width: 950px;
    height: 33px;
    background-image: url(../images/header_01.gif);
}

div#HeaderTopTxt {
    position: absolute;
    top: 7px;
    right: 40px;
    font-size: 16px;
    font-family: Verdana;
    color: White;
    font-weight: bold;
}

div#Header {
    width: 950px;
}

div#Navigation {
    position: relative;
    width: 950px;
    height: 42px;
    background-image: url(../images/nav_bg.gif);
    background-repeat: no-repeat;
}

div#HeaderTop, div#Header, div#Navigation {
    margin: 0 auto;
}

div#ContentContainer {
    width: 950px;
    margin: 0 auto;
}

td#ContainerLeft {
    width: 25px;
    background-image: url(../images/container_leftbg.gif);
    background-repeat: repeat-y;
}

td#ContainerMiddle {
    width: 900px;
    background-image: url(../images/contentbg.gif);
    background-repeat: repeat-x;
    background-color: White;
}

td#ContainerRight {
    width: 25px;
    background-image: url(../images/container_rightbg.gif);
    background-repeat: repeat-y;
}

div#FooterLinks {
    clear: both;
    width: 950px;
    height: 29px;
    margin: 0 auto;
    text-align: center;
    background-image: url(../images/container_bottom.gif);
    background-repeat: no-repeat;
}

div#PageFooter {
    color: White;
    font-size: 10px;
    width: 950px;
    margin: 0 auto;
    text-align:center;
}

/* NAVIGATION ITEMS */

div#Navigation a {
    display: block;
}

a#NavHome, a#NavStart, a#NavWeight, a#NavTestimonials, a#NavGuidance, a#NavInfo {
    height: 42px;
}

a#NavHome {
    width: 73px;
    background-image: url(../images/nav_home.gif);
}

a#NavStart {
    width: 132px;
    background-image: url(../images/nav_start.gif);
}

a#NavWeight {
    width: 120px;
    background-image: url(../images/nav_weight.gif);
}

a#NavTestimonials {
    width: 124px;
    background-image: url(../images/nav_testimonials.gif);
}

a#NavGuidance {
    width: 202px;
    background-image: url(../images/nav_guidance.gif);
}

a#NavInfo {
    width: 187px;
    background-image: url(../images/nav_info.gif);
}

div#SubNavInfo {
    display: none;
    position: absolute;
    width: 185px;
    height: 105px;
    top: 42px;
    left: 710px;
    background-color: #e5d8c6;
    background-image: url(../images/subnav_bg.gif);
    background-repeat: repeat-x;
    border-right: solid 1px #2c4359;
    border-left: solid 1px #2c4359;
    border-bottom: solid 1px #2c4359;
    z-index: 9999;
    text-align: center;
}

a.subNavItem {
    display: block;
    width: 185px;
    height: 22px;
    line-height: 22px;
    color: #2c4359;
    text-decoration: none;
    font-size: 13px;
}

a.subNavItem:hover {
    background-color: #cbbf9c;
}

/* CHAPTERS */

div#ChaptersBody {
    width: 275px;
    background-image: url(../images/chapters_bg.gif);
    background-repeat: repeat-y;
    text-align: left;
}

div#ChaptersBody a {
    display: block;
    width: 258px;
    margin-left: 1px;
    margin-right: 1px;
    color: #2c4359;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
}

div#ChaptersBody a.chaptersOff {
    background-color: #e5e5e5;
}

/* HOME PAGE */

div.homeContent {
    background-color: #c8d7e2;
    padding: 10px;
}

span.title1 {
    font-size: 14px;
    font-weight: bold;
}

span.title2 {
    font-size: 22px;
    font-weight: bold;
}

input, textarea {
    background-color: #e5e5e5;
    border: solid 1px #2c4359;
    color: #1f3040;
}

.validate {
    color: Maroon !important;
}
