﻿body
{
    background-color:#f5f5f5;
    background-image:url('../images/striped_back3.png');
    background-position:center top;
    background-repeat:no-repeat;
    color:#080808;
    font-size:10pt;
    font-family:Lucida Sans Unicode, Lucida Grande;
    margin:0px;
}

a img
{
    border:none;
}

hr
{
    display:block;
    margin:3px 0px;
    padding:0px;
    background-color:#e71821;
    border:none;
    height:2px;
}

.hr_blue
{
    display:block;
    margin:3px 0px;
    padding:0px;
    background-color:#007dc3;
    border:none;
    height:2px;
}

#global_div
{
    width:950px;
    margin:0px auto;
}

#main_div
{
    width:750px;
    float:left;
    position:relative;
    top:-30px;
}

#side_div
{
    float:right;
    width:170px;
    padding:5px;
    text-align:left;
    position:relative;
    top:-30px;
}

.content
{
    vertical-align:top;
    background-color:#FFF;
    width:100%;
    padding:6px 10px;
}

.indent_content
{
    vertical-align:top;
    width:100%;
    height:160px;
    padding:4px 8px 0px 8px;
}

#bottom_div
{
    width:750px;
    clear:both;
    display:none;
    position:relative;
    top:-25px;
}

#footer_div
{
    clear:both;
    width:100%;
    background-color:#007dc3;
    margin-top:15px;
    text-align:center;
    color:#FFF;
}
.subfooter
{
    padding:15px;
}

.popup_div
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:9;
    width:100%;
}

.content_table
{
    border-collapse:collapse;
    width:100%;
}

.cont_tl
{
    background-image:url('../images/tbl_tl.png');
    background-position:right bottom;
    background-repeat:no-repeat;
    width:6px;
    height:7px;
}
.cont_t
{
    background-image:url('../images/tbl_t.png');
    background-position:center bottom;
    background-repeat:repeat-x;
    height:7px;
}
.cont_tr
{
    background-image:url('../images/tbl_tr.png');
    background-position:left bottom;
    background-repeat:no-repeat;
    width:7px;
    height:7px;
}
.cont_l
{
    background-image:url('../images/tbl_l.png');
    background-position:right center;
    background-repeat:repeat-y;
    width:6px;
}

.cont_r
{
    background-image:url('../images/tbl_r.png');
    background-position:left center;
    background-repeat:repeat-y;
    width:7px;
}
.cont_bl
{
    background-image:url('../images/tbl_bl.png');
    background-position:right top;
    background-repeat:no-repeat;
    width:6px;
    height:8px;
}
.cont_b
{
    background-image:url('../images/tbl_b.png');
    background-position:center top;
    background-repeat:repeat-x;
    height:8px;
}
.cont_br
{
    background-image:url('../images/tbl_br.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:7px;
    height:8px;
}

.indent_table
{
    float:right;
    width:475px;
    border-collapse:collapse;
    position:relative;
    top:-15px;
    left:-20px;
}
.indent_tl
{
    background-image:url('../images/indent_tl.png');
    background-position:left bottom;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.indent_t
{
    background-image:url('../images/indent_t.png');
    background-position:center bottom;
    background-repeat:repeat-x;
    height:8px;
}
.indent_tr
{
    background-image:url('../images/indent_tr.png');
    background-position:left bottom;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.indent_l
{
    background-image:url('../images/indent_l.png');
    background-position:left center;
    background-repeat:repeat-y;
    width:8px;
}

.indent_r
{
    background-image:url('../images/indent_r.png');
    background-position:left center;
    background-repeat:repeat-y;
    width:8px;
}
.indent_bl
{
    background-image:url('../images/indent_bl.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}
.indent_b
{
    background-image:url('../images/indent_b.png');
    background-position:center top;
    background-repeat:repeat-x;
    height:8px;
}
.indent_br
{
    background-image:url('../images/indent_br.png');
    background-position:left top;
    background-repeat:no-repeat;
    width:8px;
    height:8px;
}