body
{
    margin: 0px 20px 20px 20px;
}

h1
{
    font-size: 1.5em;
    font-weight: bold;
    color: #131909;
    background-color: inherit;
    margin: 0;
    padding: 1em 0px 0px 0px;
}

.header
{
    float: left;
    width: 100%;
    height: 150px;
}

.logo
{
    float: left;
    width: 585px;
    height: 89px;
    margin-left: 20px;
    background: url('../images/logo.jpg') top left no-repeat;
}

.menu
{
    float: left;
    position: relative;
    width: 99%;
    height: 50px;
    background: url('../images/menu_bar.jpg') top left repeat-x;
    color: white;
    font-size: 20px;
    font-family: arial;
    padding-top: 15px;
}

.menu a
{
    color: white;
    text-decoration: none;
    margin-left: 30px;
}

.menu_left
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 50px;
    background: url('../images/menu_bar_left.jpg') top left no-repeat;
}

.menu_right
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 50px;
    background: url('../images/menu_bar_right.jpg') top left no-repeat;
}

.main
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

.left
{
    float: left;
    position: relative;
    width: 223px;
}

.right
{
    margin-left:243px;
}

.content
{
    float: left;
    width: 100%;
    background: url('../images/content_side.jpg') bottom left no-repeat;
    margin-bottom: 30px;
}
.content_side
{
    float: left;
    width: 100%;
    background: url('../images/content_side.jpg') bottom right no-repeat;
}

.content_body
{
    float: left;
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 10px;
    font-size: 12px;
    font-family: arial;
    line-height: 22px;
}

.content_bar
{
    float: left;
    position: relative;
    width: 100%;
    height: 33px;
    background: url('../images/content_bar.jpg') top left repeat-x;
}

.content_bar_left
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 33px;
    width: 20px;
    background: url('../images/content_bar_left.jpg') top left no-repeat;
}

.content_bar_right
{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 33px;
    width: 20px;
    background: url('../images/content_bar_right.jpg') top left no-repeat;
}

.content_bar_text
{
    float: left;
    font-size: 14px;
    color: white;
    margin-left: 20px;
    margin-top: 5px;
}

.footer
{
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #084210;
}

.footer_links_bar
{
    float: left;
    width: 100%;
    padding-top: 10px;
    font-size: 10px;
    text-align: center;
    color: #084210;
}

.footer_links_bar a
{
    color: #084210;
    text-decoration: none;
}

.footer_links_bar a:hover
{
    text-decoration: underline;
}

.line3
{
    float: left;
    position: relative;
    width: 100%;
}

.line3 h1
{
    float: left;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gen_line
{
    float: left;
    padding-left: 1%;
    padding-right: 1%;
    width: 98%;
}
.gen_line label
{
    float: left;
    font-weight: bold;
    width: 150px;
}
.gen_line input
{
    float: left;
    border: 1px solid #5c5e5f;
    font-size: 12px;
}

.gen_val
{
    float: right;
    padding-right: 40%;
}

.turn_into_bar
{
    width: 100%;
    height: 266px;
    background: url('../images/turn_into_blend.jpg') bottom left repeat-x;
}

.turn
{
    position: relative;
    margin-left: 0px;
    height: 100%;
    width: 700px;
    background: url('../images/turn.jpg') bottom left no-repeat;
}

.into
{
    height: 100%;
    width: 100%;
    background: url('../images/into.jpg') bottom right no-repeat;
}

.content_body label
{
    float: left;
    width: 140px;
    font-weight: bold;
    clear: left;
}

.content_body input
{
    float: left;
    border: 1px solid #5c5e5f;
    width: 150px;
    font-size: 12px;
}

.content_body select
{
    float: left;
    margin: 0px 0px 0px 18em;
    border: 1px solid #5c5e5f;
    font-size: 12px;
}

.content_body textarea
{
    float: left;
    border: 1px solid #5c5e5f;
    width: 590px;
    font-size: 12px;
    clear: both;
}

.question
{
    color: #084210;
    font-weight: bold;
    padding: 1em 0px 0px 0px;
}

.answer
{
    padding: 0px 0px 0px 0px;
}

.rightjustify
{
    float: right;
    margin-right: 480px;
}

.doc_logo
{
    height: 40px;
    width: 40px;
    float: left;
    background: url('../images/doc_logo.jpg');
    margin-right: 10px;
}

.pdf_logo
{
    height: 40px;
    width: 40px;
    float: left;
    background: url('../images/pdf_logo.jpg');
    margin-right: 10px;
}
