/* body */
body
{
    background: transparent url(../images/bg.gif) repeat-x;
}

/* main */
div#main
{
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 800px;
}

/* main banner */
div#mainbanner
{
    height: 154px;
    width: 800px;
    background-position: center;
    background-repeat: no-repeat;
}


/* content */
div#contentwrapper
{
    /* background: #fff url(../images/col_bg7.gif) repeat-y; */
    background-color: #EAF2FD;
    width: 798px;
    border: solid 1px #B8D7FD;
    clear: both;
    display: table;
}

/* Each page - left menu */
div#left_menu
{
    width: 206px;
    float: left;
}

/* Each page - right content */
div#contentwrapper .content_right
{
    width: 589px;
    float: right;
    clear: right;
    background-color: #fff;
    border-left: solid 1px #B8D7FD;
}

/* h2 content */
div.content_right h2
{
    background-image: url(../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-left: 10px;
    margin-right: 10px;
    width: 560px;
    color: #008ac1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* footer */
div#footer
{
    background: url(../images/footer.gif);
    width: 800px;
    height: 35px;
}

/* spacer for bottom of each page */
div#bottomspacer
{
    height: 50px;
}

/* list style */
.list_orange
{
    list-style-image: url(../images/list_orange.gif);
    margin-left: 40px;
    padding-right: 20px;
}

.list_orange li
{
    margin-bottom: 8px;
}

.list_blue
{
    list-style-image: url(../images/list_blue.gif);
    padding-left: 40px;
    padding-right: 20px;
}

.list_blue li
{
    margin-bottom: 8px;
}

.list_none
{
    list-style: none;
    margin-left: 40px;
    padding-right: 20px;
}

.list_none li
{
    margin-bottom: 8px;
}

#tbl_frame
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.bottom_separator
{
    background-image: url(../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}
