﻿body
{
    font-family: arial;
    font-size: x-small;
    margin-right: 0px;
    margin-left: 0px; 
    margin-top: 0px;
    
    /** Default **/
    /*background-color: #e0eff6;*/
    
    /** New1 **/
    /*background-color: #e0eff6;*/
    
    /** New2 **/
    /*background-color: #a2b1b8*/;
    
    /** New3 **/
    background-color: #97abb5;
}

p
{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
    font-family: arial;
    font-size:  small;
}

.frame
{
    width: 850px; 
    margin-left:auto; 
    margin-right: auto; 
    border: solid 1px black;
    
    /** Default **/
    /*background-color: #F8F8F8;*/
    
    /** New1 **/
    /*background-color: #eaeef0;*/
    
    /** New2 **/
    background-color: #F8F8F8;
    
    /** New3 **/
    background-color: #F8F8F8;
}

.banner
{
	text-align:center;
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
	line-height: 90%
}

.footer
{
	float: left;
	width: 846px;
	border-top: solid 1px black;
	color: white;
	background-color: #808080;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
}

.paddingMain
{
    float: left;
    width: 800px;
	padding: 10px 5px 15px 25px; 
}

.fullWidth
{
	width: 100%;
}

.clearDIV
{
	clear: both;
}

.paddingMenu
{
    /*float: right;*/
	padding: 5px 20px 20px 20px;
}

.staticMenu
{
    width: 750px;
    text-align: center;
    /*border: solid 1px #C0C0C0;*/
    font-family: arial;
    font-size: 14px;
    padding: 1px 1px 1px 1px;
    table-layout: fixed;
    /*background-color: White;*/
}

.staticMenuItem
{
    border: solid 1px #b0b0b0;
    color: gray;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
    background-color: White;
}

.staticHover
{
    background-color: #E4EBF6;
    border: solid 1px #0050BC;
    color: black;
    font-weight: bold;
}

.staticSelected
{
    overflow: hidden;
    border: solid 1px gray;
    background-color: #F2F2F2;
    color: #00525e;
    font-weight: bold;
}

.contentBoxGrayDiv
{
    border: solid 1px #C0C0C0;
    background-color: #EAEEF0;
}

.contentBoxGrayTable
{
    padding-left: 5px;
    height: 22px;
    color: white;
    background-image: url("images/General/titleBarGray.png");
    font-weight: bold;
    font-size: 12px;
    border-bottom: solid 1px #C0C0C0;
}

.button
{
    width: 75px;
    padding: 1px 1px 1px 1px;         
    background-image: url("images/General/button.png");
    border: solid 1px #0050BC;            
    color: black;                      
    font-size: 12px; 
    font-weight: bold;
    font-family: arial; 
    cursor: pointer;
}

.header1
{
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	color: #00525e;
}

.header2
{
	font-size: large;
	font-family: arial;
	color: #00525e;
}

.header2b
{
	font-size: large;
	font-family: arial;
	color: #00525e;
	font-weight: bold;
}

.header2i
{
	font-size: large;
	font-family: arial;
	color: #00525e;
	font-style: italic
}

.header3
{
	font-size: medium;
	font-family: arial;
	line-height: 150%;
}

.mainPic
{
	width: 675px;
}

.barPic
{
	width: 650px;
	border: none
}

.barPicWide
{
	width: 820px;
	border: none;
}

.thumbnails
{
    vertical-align: middle; 
    display: inline;
}

.thumbnail 
{
    padding: 5px; 
    margin: 5px;
}
    
