﻿/*
light   #cc2929
dark    #a62121

*/

b
{
    font-weight: bold;
    color: #fff;
}

a
{
    color: white;
    font-weight: bold;
    text-decoration: none;
}


h2
{
    color: #ccc;
    font-size: 10pt;
}

html, body
{
    min-height: 100%;
    height: 100%;
}

body
{
    background-color: #222;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    color: #999;
}

#div_layout_column
{
    height: 100%;
    width: 660px;
    margin: auto;
    background-color: #333;
}

#div_main_column
{
    min-height: 1000px;
    height: 1000px;
    border-top: none;
    background-color: #333;
    padding-bottom: 32px;
    height: 90%;
}

#div_menu
{
    background-color: #a62121;
    height: 24px;
    width: 660px;
    clear: both;
    border-bottom: none;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 0px;
}

#div_top_bar
{
    background-color: #10222B;
}

#div_heading
{
    height: 151px;
    margin: auto;
    width: 660px;
    background-image: url(bg3.jpg);
    background-repeat: no-repeat;
}

#div_content
{
    margin-top: 16px;
    padding: 16px;
    text-align: justify;
    clear: both;
    float: none;
}

#div_copyright a
{
    color: white;
}

#div_contact_us
{
    background-color: #eee;
    color: #333;
    font-weight: bold;
    float: right;
    clear: none;
    width: 250px;
    font-size: 8pt;
    padding: 8px;
}

#div_contact_us input
{
    background-color: #ccc;
    border: solid 1px #555;
}

#div_contact_us a
{
    color: Red;
    text-align: right;
    float: right;
}
#div_contact_us b
{
    color: black;
    font-size: 10pt;
}


#div_copyright
{
    clear: both;
    font-size: 8pt;
    background: #a62121;
    color: #aaa;
    margin-top: 64px;
    height: 110px;
    bottom: 0px;
    width: 660px;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 4px;
    background-position: bottom;
    overflow: visible;
}


#div_twitter
{
    float: left;
    clear: both;
    font-size: 8pt;
    line-height: 17px;
    width: 180px;
    padding: 4px;
    background-color: #333;
    opacity: 0.75;
}

#img_logo
{
    clear: none;
    float: right;
    margin-right: 32px;
    margin-top: 32px;
    width: 187px;
    height: 75px;
}

.menu_item
{
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    float: left;
    color: #fff;
    font-weight: bold;
    width: 163px;
}

.menu_item:hover
{
    cursor: pointer;
}

.content_column_left, .content_column_right
{
    width: 300px;
    float: left;
    text-align: justify;
    margin-top: 8px;
    margin-bottom: 8px;
}

.content_column_right
{
    margin-left: 16px;
}

.tweet_text
{
    color: #eee;
}

.tweet_time
{
    font-style: italic;
    color: silver;
}

#div_twitter b
{
    color: #ccc;
    clear: none;
    font-size: 9pt;
}

.image_right
{
    float: right;
    margin-left: 16px;
    margin-right: -16px;
    background-color: #555;
    padding: 8px;
    padding-right: 16px;
}

.image_left
{
    float: left;
    margin-right: 16px;
    margin-left: -16px;
    background-color: #555;
    padding: 8px;
    padding-left: 16px;
}

.insert_content H1
{
    font-size: 10pt;
    color: #ddd;
}

.insert_right a
{
    color: white;
}

.insert_content
{
    background-color: #222;
    padding: 12px;
}

.insert_right, .insert_left
{
    font-size: 9pt;
    background-color: #555;
    color: #aaa;
    padding: 8px;
    width: 200px;
    font-style: italic;
    text-align: left;
}

.insert_right
{
    float: right;
    margin-left: 16px;
    margin-right: -16px;
    padding-right: 16px;
    background-color: #555;
}

.insert_left
{
    float: left;
    margin-right: 16px;
    margin-left: -16px;
    padding-left: 16px;
}


em
{
    color: #adadad;
    font-style: normal;
}

.SELECTED
{
    background-color: #db0000;
}

