body
{
    background-position: center top;
    background-color:rgb(53,87,107);
    background-image: url(/Content/bg.png);
    background-repeat: repeat-x;
    font-size: 9pt;
    font-family: Tahoma,Verdana, Helvetica, Sans-Serif ;
    margin: 0;
    padding: 0;
    color: #000;
}
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
    font-size: 1.5em;
    color: #fff;
    font-family: Tahoma, Helvetica, sans-serif;
}
h1{
    font-size: 10pt;
    padding-left:10px;
    display:block;
    color:#fff;
    line-height: 2em;
    height: 25px;
    background-position: left top;
    background-image: url(/Content/TextH1.png);
    background-repeat: no-repeat;
}
h3{
    font-size: 1.2em;
}
h4{
    font-size: 1.1em;
}
h5, h6{
    font-size: 1em;
}
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2{
    margin-top: 0;
}
.page
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#main{
    width:990px;
    background-position: center top;
    background-repeat: no-repeat;  
    background-color: #fff;
    _height: 1px; 
}
div.MainText{
padding:5px;
font-size: 10pt;
width:990px;
color:rgb(54,85,103);
}
div.MainText li{
 margin: 10px;
 float: left;
 width: 158px;
 height: 150px;
 text-align: center;
 list-style: none;
}
div.MainText  img {
 border: #6f9cce 4px solid;
}
.ContentArea{
    background-position: center top;
    background-image: url(/Content/ContentArea.png);
    background-repeat: no-repeat; 
}
.Content{
padding:10px;
height:260px;
width: 310px;
float:left;
}
div.articles p {
 margin: 10px;
}
div#SlideImagesArea {
 border: #fff 1px solid;
}
div#splitter {
 margin-bottom: 20px;
 border: #fff 1px solid;
 clear: both;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu{ 
    width:96%;
    background-position: right ;
    background-image: url(/Content/H1Menu.png);
    background-repeat: no-repeat; 
    text-decoration: none;
    background-color: rgb(63,98,118);
    display:block;
    height:40px;
    line-height:3em;
    text-align: right;
    font-size: 11pt;
    padding:0px 40px 0px 0px;
}
ul#menu li{
    padding:0px 10px 0px 10px;
    display: inline;
    list-style: none;
}
ul#menu li a{
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    color: #fff;
}
#menu a:hover{
    color:#C7EAFB;
    text-decoration: none;
}

div#footer
{
    color: #fff;
    line-height: normal;
    font-size: 9pt;
 text-align: center;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active 
{
color:#fff;
text-decoration: none;
}
#footer a:hover {
 color:#fff;
 text-decoration:underline;
}

