﻿body 
{
    background: url(/images/bg.jpg) fixed;
}
/* START MASTER PAGE LAYOUT TAGS*/
.Main_Container
{
    width: 850px;
    margin: 0 auto;
}
.Header
{
    width: 850px;
    height: 100px;
    background: url(/images/header.jpg);
}
.Subscribe
{
    width: 200px;
    height: 100px;
    float: right;
    text-align: right;
    font: Bold 10pt Arial;
    color: #04173f;
}
.Subscribe_Title
{
    width: 190px;
    height: 20px;
    padding: 0px 5px 0px 5px;
    background-color: #04173f;
    font: Bold 10pt Arial;
    color: #FFFFFF;
    text-align: left;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:..70;
}
.Subscribe_Fields
{
    border: solid 1px #04173f;
    margin-top: 3px;
    margin-right: 2px;
    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:..70;
}
.Button
{
    background: #FFFFFF;
    font: 10pt arial;
    color: #04173f;
    filter:alpha(opacity=80);
    -moz-opacity:.80;
    opacity:..80;
}
.Body_Container
{
    width: 850px;
}
.Navigation_Container
{
    width: 175px;
    float: left;
}
.Navigation_Button
{
    width: 165px;
    height: 20px;
    padding: 0px 5px 0px 5px;
    margin-top: 2px;
    background-color: #aab9c5;
}
.Expand_Navigation_Button
{
    width: 175px;
    margin-top: 2px;
    background-color: #aab9c5;
}
.News_Content_Container
{
    width: 673px;
    margin: 2px 0px 0px 2px;
    background: #FFFFFF;
    float: right;
}
.Content
{
    width: 463px;
    min-height: 200px;
    padding: 20px 5px 10px 5px;
    float: left;
    background: #FFFFFF url(/images/seal.gif) no-repeat bottom right;
}
.News_Container
{
    width: 190px;
    padding: 20px 5px 10px 5px;
    background-color: #d8d8d8;
    float: right;
}
.Footer
{
    width: 850px;
    padding-top: 3px;
    margin-top: 2px;
    font: 8pt Arial;
    text-align: right;
}
/* END MASTER PAGE LAYOUT TAGS*/
/* START RSS FEED STYLES*/
.rss_title
{
   width: 188px;
   min-height: 20px; 
   font: bold 9pt arial;
}
.rss_text
{
   width: 188px;
   font: 9pt arial;
   text-align: left;
   
}
.rss_link
{
   width: 188px;
   height: 20px;
   font: bold 9pt arial;
}
/* END RSS FEED STYLES*/