﻿body
{
    font-family         :Trebuchet MS;
    font-size           :12px;
    background-image    :url(Images/background.gif);
}

a
{
    color               :#AA0000;
}

div.center
{
    width               :780px;
    height              :auto;
    border              :solid 1px #A0A0A0;
    position            :absolute;
    left                :50%;
    margin-left         :-390px;
    margin-bottom       :15px;
    background-color    :White;
}

div.search
{
    display             :inline;
    margin-top          :-32px;
    margin-left         :15px;
    float               :left;
    width               :184px;
}

input.tbSearch
{
    width               :124px;
    border              :none;
    background-color    :#e9e9e9;
    font-weight         :bold;
}

div.menu
{
    float               :left;
    background-image    :url(Images/menuBg.gif);
    height              :26px;
    width               :780px;
}

.menuItem
{
    font-size           :13px;
    font-weight         :bold;
    color               :Black;
    text-transform      :uppercase;
    height              :26px;
    padding             :0 6px;
}

.menuItemHover
{
    font-size           :13px;
    font-weight         :bold;
    color               :#aa0000;
    text-transform      :uppercase;
    height              :26px;
    padding             :0 6px;
}

.submenuItem
{
    font-size           :12px;
    font-weight         :bold;
    color               :Black;
    text-transform      :uppercase;
    height              :20px;
    border              :solid 1px Black;
    border-top          :none;
    padding             :0 4px;
    background-color    :#e9e9e9;
}

.submenuItemHover
{
    font-size           :12px;
    font-weight         :bold;
    color               :White;
    text-transform      :uppercase;
    height              :20px;
    border              :solid 1px Black;
    border-top          :none;
    padding             :0 4px;
    background-color    :Black;
}

.submenuItemSelected
{
    font-size           :12px;
    font-weight         :bold;
    color               :#AA0000;
    text-transform      :uppercase;
    height              :20px;
    border              :solid 1px Black;
    border-top          :none;
    padding             :0 4px;
    background-color    :#e9e9e9;
}

div.left
{
    float               :left;
    width               :199px;
    height              :auto;
    margin-bottom       :20px;
}

div.news
{
    width               :179px;
    height              :auto;
    padding             :10px;
    background-color    :#aa0000;
}

div.subscribe
{
    height              :65px;
    background-image    :url(Images/subscribeBg.gif);
    background-position :bottom left;
    background-repeat   :no-repeat;
    color               :White;
    padding             :15px 10px;
    font-family         :Arial;
}

div.subscribe a
{
    color               :Yellow;
    text-decoration     :none;
}

div.subscribe a:hover
{
    color               :Yellow;
    text-decoration     :underline;
}

span.newsDate
{
    color               :#FFFFFF;
    font-size           :10px;
    font-weight         :bold;
    float               :left;
    width               :179px;
}

a.newsLink
{
    color               :Yellow;
    font-size           :10px;
    font-family         :Verdana;
    line-height         :12px;
    float               :left;
    width               :179px;
}

div.Content
{
    float               :left;
    width               :551px;
    background-image    :url(Images/shadowBg.gif);
    background-position :left top;
    background-repeat   :no-repeat;
    height              :auto;
    padding             :15px;
}

div.footer
{
    width               :750px;
    background-color    :#e9e9e9;
    padding             :15px;
    font-size           :11px;
}

div.otherNews
{
    clear               :both;
    padding             :10px;
}

div.otherNews a
{
    color               :#AA0000;
    font-size           :10px;
    font-family         :Verdana;
    line-height         :12px;
    float               :left;
}

div.otherNews span
{
    color               :Black;
    font-size           :10px;
    font-weight         :bold;
}

.date
{
    color               :#bababa;
    font-style          :italic;
}

.title
{
    font-size           :18px;
    font-weight         :bold;
}

div.newsletter
{
    
}

label.labels
{
    display             :block;
    float               :left;
    font-weight         :bold;
    width               :200px;
    text-align          :right;
    margin-right        :10px;
}

input.text
{
    border              :solid 1px Black;
    background-color    :#e9e9e9;
    width               :200px;
    font-weight         :bold;
    color               :Black;
}

input.button
{
    background-color    :#AA0000;
    color               :White;
    font-weight         :bold;
    border              :solid 1px Black;
    float               :right;
    margin-right        :139px;
}

.modalBackground
{
	background-color    :Black;
	filter              :alpha(opacity=70);
	opacity             :0.7;
}

div.PopUp
{
    padding             :0;
    background-color    :#AA0000;
    width               :300px;
    text-align          :center;
}

div.PopUp .Title
{
    font-size           :20px;
    font-weight         :bold;
    color               :White;
}

div.PopUp .Text
{
    font-size           :14px;
    color               :White;
}

div.PopUp input
{
    background-color    :#e90000;
    color               :White;
    font-weight         :bold;
    border              :solid 1px Black;
    margin              :5px 0;
    cursor              :pointer;
}

span.highlight
{
    background-color    :Yellow;
}