 body 
 {
     margin:    0px; 
     padding:   0px; 
     background-color:  #d2d4e4;
 }

.header
{
    font-family: Arial;
    font-family: Univers Condensed;
    font-weight: bold;
    font-size: 20pt;
    color: #1A2050;
    text-align: left;
    clear: left;
}
.subhead
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14pt;
    color: #1A2050;
    text-align: left;
}
.mainsubhead
{
    margin-top: 15px;
}

.sidebar
{
    border: solid 1px black;
    width: 300px;
    height: 258px;
    text-align: left;
}
.featured
{
    font-family: Arial;
    font-size: 9pt;
    padding-left: 15px;
}

.buttons
{
    background-color: #1B224E;
    color: White;
}

.linkButtons
{
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 9pt;
    text-decoration: none;
}

.criteria
{
    color: #1B224E;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: none;
    padding-left: 10px;
}
.navbg
{
    background-color: #9195C4;
    background-color: #BABEE1;
    padding-left: 45px;
    background-repeat:no-repeat;
    color: White;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    height: 21px;
}
.newsbody
{
    font-family: Tahoma;
    color: Black;
    font-size: 10pt;
}

.readmore
{
    text-decoration: none;
    border: none;
}

.leadImage
{
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.quotes
{
    padding-left: 5px;
    padding-right: 5px;
}

a.navlink {text-decoration: none;}
a.navlink:link {color:white;}
a.navlink:visited {color: white;}
a.navlink:hover {text-decoration:underline; color: #eeeeee;
font-weight:bold;}
a.navlink:active {color: white;text-decoration: none}

.newsfeed
{
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
    color: Black;
}
a.newsfeed:hover { text-decoration: underline;}


.linkBar
{
    color:White; 
    font-family: Arial; 
    font-size: 13px; 
    font-weight: bold; 
    padding-right: 5px;
}
   
/* Styles Based on Larry's Design */
.logo
{
    position:relative;
    top: 9px;
    left: 7px;
}



