﻿#html,body
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:900px;
	height: 100%;
	margin: auto;
}
.leftText
{
	text-align:left;
	color:Blue;
}
.CenteredText
{
	text-align:center;
}
.RightText
{
	text-align:right;
}

.experienceText
{
	font-family: Trebuchet MS;
	font-size: 10pt;
}

.newsHeader a
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
.pageTextBold
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight:bold;
}
.pageText
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-weight: normal;
}

.pageText a
{
	color: #000000;
	text-decoration:none;
}

.allCapsH1
{
    text-transform:uppercase;
    font-family: Trebuchet MS;
    font-size: 14pt;
    font-weight: bold;
    color:#3F3F3D;
}

.allCapsH2
{
    text-transform:uppercase;
    font-family: Trebuchet MS;
    font-size: 12pt;
    font-weight: normal;
    color:#3F3F3D;
}

.footerText
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    font-weight: normal;
    color:#3F3F3D;
}
.footerTextBold
{
    font-family: Trebuchet MS;
    font-size: 8pt;
    font-weight: bold;
    color:#3F3F3D;
}
.footerImage
{
    text-align:center;
}
.stepPrevious
{
	font: Trebuchet MS;
	font-size: 14pt;
	font-weight:normal;
	color:#245c91;
}
.stepCurrent
{
	font: Trebuchet MS;
	font-size: 14pt;
	font-weight:normal;
	color:#245c91;
}
.stepNext
{
	font: Trebuchet MS;
	font-size: 14pt;
	font-weight:normal;
	color:#245c91;
}
.rightJustified
{
	text-align:justify;
}

.darkBlueHeader
{
    background-color:#40719f;
    height:20px;
    width:100%;
    border-bottom:solid 8px #40719f;               
}
.darkBlueHeader div
{
    color:#ffffff;
    border-left:solid 20px #40719f; 
    font: Trebuchet MS;
	font-size: 14pt;
	font-weight:normal;
}
.paleBlueHeader
{
    background-color:#d2e0ee;
    height:20px;
    width:100%;
    border-bottom:solid 8px #d2e0ee;               
}
.paleBlueHeader div
{
    color:#235c91;
    border-top:solid 8px #d2e0ee;
    border-left:solid 20px #d2e0ee;
    font: Trebuchet MS;
	font-size: 14pt;
	font-weight:normal;
}
.pageBanner
{
	padding-left: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#ecece5;
	border-top: solid 5px #c5c5b1; 
	color:#3F3F3D;
	border-bottom: solid 2px #c5c5b1;
	font: Trebuchet MS;
	font-size:12pt;
}