﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: none;
}
#Form1 /*This is the asp.net form*/
{
    clear: both;
    height: 100%;
}
#wrapper
{
    margin: auto;
    position: relative;
    text-align: left;
    width: 800px; /*same width as w\idth inside "outer" element*/
    border-left: solid 1px black;
    border-right: solid 1px black;
}
#wrapper_alt
{
    margin: auto;
    position: relative;
    text-align: right;
    width: 800px; /*same width as w\idth inside "outer" element*/
}
#header
{
    width: 800px;
    background-image: url(Images/Head.jpg);
    background-repeat: no-repeat;
    height: 103px;
}
#menu
{
    width: 800px;
    height: 26px;
    margin-left: 0px;
    background-image: url(images/menubg.gif);
}
#main_wrapper
{
    width: 800px;
    margin: 0px;
    padding: 0px;
}
#main
{
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    background-color: #FFFFFF;
    min-height: 400px;
}
#content_area
{
    position: relative;
}

/*Footer Layout*/
#footer
{
    position: relative;
    width: 780px;
    height: 30px;
    background-color: #025f95;
    z-index: 10;
    border-bottom: solid 1px black;
    padding-left: 20px;
}
.footer_left
{
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.footer_right
{
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
}
a.footer:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.footer:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}
a.footer:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a.footer:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}


a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: underline;
}
a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: underline;
}
a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: underline;
}
a:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: underline;
}
td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
    text-decoration: none;
}
img
{
    border-style: none;
}
textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000033;
}
.hr
{
    border: solid 1px #999999;
}
.news_table
{
}
.news_header
{
    background-image: url(images/menubg.gif);
    background-repeat: repeat-x;
    width: 200px;
    height: 24px;
    color: White;
    font-size: 14px;
    padding-left: 15px;
    border: solid 1px black;
}
.news_body
{
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    padding: 5px;
}

