﻿body
{
}

#top_left
{   
    border: none;
    /*width: 25%;*/
    height: 75%;
    margin: 0 0;
    display: inline;
    float: left;
    
}

#top_right
{

    border: none;
    width: 75%;    
    height: 75%;
    float: right;
    display: inline;
    margin: 0 0;
    
}

#quick_links
{
    width: 255px;
    text-align: center;
    color: White;
    float: right;
    margin-right: 10px;
    padding-bottom: 5px;
    
}

#logo
{
    width: 200px; /*width and height are width and heigth of the logo image */
    height: 63px;
    margin: -3px -3px;
}

#bottom_left
{
    width: 60%;
    height: 20%;
    float: left;
    margin: 0px 0px;
    padding-top: 4px;
    font-size: small
}

#bottom_right
{
    width: 40%;
    height: 25px;
    float: right;
    margin: auto auto;
    color: White;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 0px;
    text-align: center;
}

a:hover
{
    border-bottom: none;
    text-decoration: underline;
}

a:selected
{
    text-decoration: none;
}

 a .WhiteLinks
{
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted white;
}

h1, h2, h3, h4
{
    font-weight: normal;    
    
}

hr
{
    margin-top: 5px;
    margin-bottom: 5px;
    border:none; /*This initializes the hr to be blank in FF*/
    height: 0px;
}

.hstyle_li /*This is a paragraph class which styles paragraphs like headings with bold for list items */
        /*This should be placed in a global css, at least the margin settings should be */
{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: .86em;
    display: inline;
}

.hstyle  /*This is a paragraph class which styles paragraphs like headings. */
        /*This should be placed in a global css, at least the margin settings should be */
{
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: .86em;
    display: inline;
}

.hstyle_black  /*This is a paragraph class which styles paragraphs like headings. */
        /*This should be placed in a global css, at least the margin settings should be */
{
    margin-top: 1px;
    margin-bottom: 1px;
    /*color: rgb(99, 106, 116); /*119, 126, 136)*/
    font-size: .86em;
    display: inline;
    font-weight: 500;
}

.firstletter:first-letter {
font-size:300%; 
float:left;
line-height:.92em;
color: #8e805e;
 
}