﻿.topOuter 
{
    float: left; 
    width: 100%; 
    height: 90px; 
    background-image: url(Graphics/SilverGradient.jpg); 
    background-repeat: repeat-x;
}

.topInner
{
    font-family: Georgia, Arial Black ; 
    font-size: 26px; 
    height: 90px; 
    width: 700px;  
    line-height: 155px;
}

.header 
{
    background-image: url(Graphics/RepeatGradient.jpg);
    width: 100%;
    height: 50px;
    float: left;   
    border-bottom: silver 1px solid; 
}

.headerTitle
{
    background-image: url(Graphics/MirroredName.jpg);
    width: 700px;
    height: 50px;
    background-repeat: no-repeat;
    font-family: Verdana, Arial;
    font-size: 11px;
    color: silver;
    vertical-align: bottom;
    text-align: right;
    line-height: 75px;
}

.newsDiv1
{
    width: 100%; 
    background-color: #333333
}

.newsDiv2
{
    background-color: #1E1E1E; 
    width: 100%; 
    color: white;
    padding: 1px 1px 1px 1px;
}

.c1
{
    background-image: url(Graphics/DarkUpward.jpg); 
    background-repeat: repeat;
}
 
.contentSection
{
    width: 700px; 
    background-color: Black;
    color: silver; 
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    border-left: thin solid #404040;
    border-right: thin solid #404040;  
}


.bottom
{
    border-top: silver 1px solid; 
    background-color:Black;
    width: 100%;
    height: 30px;
    color: White;
    font-size: 10px;
    font-family: Arial;
    line-height: 5px;
    vertical-align: middle;
    line-height: 30px;
}

body 
{
    margin: 0px;
    background-color: #D8D8D8; 
    font-family: Verdana, Arial;
    font-size: 13px;
}

H5
{
    line-height: 50px;
}

img
{
    border-color: gray;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
}

a:hover
{
    text-decoration: underline;
    color: #7CF4FF;
}
  
a
{
    text-decoration: none;
}
.headerTitle a:hover { text-decoration: none; color: white;} 

 