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

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

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

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

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

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

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

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

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

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

#flashBanner
{
    height: 312px;
    width: 904px;
    background-image: url(../images/banner.jpg);
    border-top: solid 1px #868e93;
    border-bottom: solid 1px #868e93;
}

.summaryImage
{
    height:121px;
    width: 211px;
    border-bottom: solid 1px #868e93;
}

.summaryTitle
{
    color:White;
    font-family: Arial;
    font-weight:bold;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #868e93;
    width: 211px;
}

.summaryText
{
    width: 211px;
    padding-top: 10px;
    
}

a:link
{
    color: #DCE2F5;
}
a:hover
{
    color: #59AFFD;
}
a:visited
{
    color: #BACDD8;
}

.bottomPanel
{
    background-color: #425696;
/*  background-color: #3E7AB4;*/
    border-top: solid 1px #868e93;
    border-bottom: solid 1px #868e93;    
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    height:100%;
}

.bottomPanelTitle
{
    color:White;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
}

.newsImage
{
    height:200px;
    width: 442px;
    border-bottom: solid 1px #868e93;
}

.newsTitle
{
    color:White;
    font-family: Arial;
    font-weight:bold;
    font-size: 12pt;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #868e93;
    width: 422px;
}

.newsText
{
    width: 442px;
    padding-top: 10px;
}