﻿#wrapper
{
	height: 100%;
	width: 100%;
	min-width: 944px;
/*	background-color: #A1AAB4;*/
	background-color: #5A5E6B;
}

#container
{
    width: 904px;
    height: 100%;
/*    background-color: #1E5486;*/
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

body
{
	margin: 0px;
    font-family: Verdana;
    font-size: 10pt;
    color: #5A5E6B;	
}

#header
{
	padding-bottom:10px; 
	font-size:10pt;

}

#header-left
{
	float:left; 
	width:250px;
}

#header-right
{
	float:right; 
	width:650px;
}

.navLinks:link
{
    color: #363F5E;
    text-decoration: none;
}

.navLinks:visited
{
    color: #363F5E;	
    text-decoration: none;    
}

.navLinks:hover
{
    color: #59AFFD;
    text-decoration: none;    
}

.navLinks:active
{
    color: #425696;	
    text-decoration: none;    
}

a:link
{
    color: #5A5E6B;
}
a:visited
{
    color: #5A5E6B;
}
a:hover
{
    color: #59AFFD;
}


#leftColumn
{
    height:100%;
    width: 162px;
    margin-right: 20px;
    float: left;
}

#quote
{
    height: 300px;
    width:162px;
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    font-size:10.5pt;
    color: #5A5E6B;
}

.quoteMarks
{
    color: #425696;
    font-size: 20pt;
}

.leftColumnItem
{
	width: 162px;
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    padding-bottom: 10px;
}

.leftColumnItemText
{
	width: 152px;
    color: #5A5E6B;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8pt;
}

#mainColumn
{
    height: 100%;
    width: 540px;
    margin-right: 20px;
    float: left;    
}

#contentImage
{
    border-top: solid 1px #81949E;
    border-bottom: solid 1px #81949E;
    height: 300px;
    width: 540px;
}

.contentTitle
{
    color: #425696;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom:10px;
}

.content
{

}

#rightColumn
{
    width: 162px;
    float: left;      
}

.rightNav
{
    background-color: #363F5E;
    color: White;
    font-size: 9pt;
    height: 20px;
    padding: 2px 2px 0px 5px;
    margin-bottom: 5px;
}

.rightNavSub
{
    background-color: #363F5E;
    color: White;
    font-size: 9pt;
    height: 20px;
    padding: 2px 2px 0px 5px;
    margin-bottom: 5px;
    margin-left:20px;
}

.rightNavSubSelected
{
    background-color: #425696;
    color: White;
    font-size: 9pt;
    height: 20px;
    padding: 2px 2px 0px 5px;
    margin-bottom: 5px;
    margin-left:20px;
}

.rightNav:hover
{
  /*  background-color: #EF7620; */
}

.rightNavSelected
{
    background-color: #425696;
    color: White;
    font-size: 9pt;
    height: 20px;
    padding: 2px 2px 0px 5px;
    margin-bottom: 5px;
}

.rightNavLinks
{
    color: white;
    text-decoration: none;
}

.rightNavLinks:hover
{
    color: white;
}

#backgroundBottom
{
    height:45px;
    background-color: #5A5E6B;
}