﻿body {
	margin: 0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #1C2D35;
}


#wrapper
{
	height: 100%;
	width: 100%;
	min-width: 944px;
	background-color: #1c2d35;
}

#container
{
    width: 904px;
    height: 100%;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

#backgroundBottom
{
    height:45px;
    background-color: #1c2d35;
}

a:link
{
    color: #1C2D35;
}
a:hover
{
    color: #ef7620;
}
a:visited
{
    color: #1C2D35;
}



.navLinks
{
    color: #1C2D35;
    text-decoration: none;
}

.navLinks:hover
{
    color: #ef7620;
}

#flashBanner
{
    height: 102px;
    width: 904px;
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
}

#leftColumn
{
    height:100%;
    width: 162px;
    margin-right: 20px;
    float: left;
}

#quote
{
    height: 251px;
    width:162px;
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    font-size: 12pt;
    color: #81949E;
}

.quoteMarks
{
    color: #EF7620;
    font-size: 20pt;
}

#mainColumn
{
    height: 100%;
    width: 540px;
    margin-right: 20px;
    float: left;    
}

#contentImage
{
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    height: 251px;
    width: 540px;
}

.contentTitle
{
    color: #EF7620;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom:10px;
}

.content
{

}

.content a:hover
{
    color: #ef7620;    
}

#rightColumn
{
    width: 162px;
    float: left;      
}

.rightNav
{
    background-color: #81949E;
    color: White;
    font-size: 10pt;
    height: 20px;
    padding: 4px 2px 2px 5px;
    margin-bottom: 5px;
}

.rightNav:hover
{
  /*  background-color: #EF7620; */
}

.rightNavSelected
{
    background-color: #EF7620;
    color: White;
    font-size: 10pt;
    height: 20px;
    padding: 4px 2px 2px 5px;
    margin-bottom: 5px;
}

.rightNavLinks
{
    color: white;
    text-decoration: none;
}

.rightNavLinks:hover
{
    color: white;
}

.rightNewsBox
{
    width: 152px;
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    background-color: #EFF5F8;
    color: #81949E;
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
}
.rightNewsBoxTitle
{
    color: #EF7620;
    font-size: 8pt;
    margin-bottom: 5px;
}
