﻿h1
{
	color: #173D84;
    font-family: Georgia, Times New Roman, Serif;
    font-size: 30px;
    font-weight: normal
}

.redText
{
	color: #E51C25;
}

a:link
{
	color: #E51C25;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #E51C25;
	text-decoration: none;
}

a:visited
{
	color: #E51C25;
	text-decoration: none;
}

body 
{
    background-color: #FFFFFF;
    margin-top:0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

#siteWrapper
{
    width: 100%;
    margin-top: 0px;
}

#pageOutline
{
    width: 990px;
    background-image: url('images/pageBG.png');
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
}

#headerWrapper
{
    width: 950px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
}

.whiteSpace
{
    height: 1px;
    background-color: #FFFFFF;
}

#topBar
{
    background-color: #173D84;
    height: 13px;
}

#titleArea
{
    height: 35px;
    background-image: url('images/notches.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 15px;
}

.verticalMiddleTitle
{
    vertical-align: middle;
    height: 100%;
    text-indent: 10px;
}

#bottomBar
{
    background-image: url('images/lowerHeader.png');
    background-repeat: repeat-x;
    height: 30px;
}

#contentWrapper
{
     width: 950px;
     margin-left: auto;
     margin-right: auto;
     height: 100%;
     padding: 0px 10px 0px 10px;
}

#mainContent
{
    width: 925px;
    height: 341px;
    vertical-align:top;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 10px 10px 10px;
    background-color: #FFFFFF;
    background-image: url('images/bannerImage.png');
    background-repeat: no-repeat;
    background-position: right;
}



.dotted
{
	height: 10px;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/dot_b_l.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.dottedWhite
{
	height: 10px;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/dot_t_r_white.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.dottedPromo
{
	height: 10px;
	width: 308px;
	background-image: url('images/dot_b_l.gif');
	background-repeat: repeat-x;
	background-position: top;
}


#selectionDataDiv
{
    width: 940px;
    height: 125px;
    background-image: url('images/currentSelectionBG.png');
    background-repeat: repeat-x;
    background-position: bottom;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    vertical-align: top;
}

.verticalTop
{
	vertical-align: top;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

.arrowLinks a:link, .arrowLinks a:visited
{
	border: none;
	text-decoration: none;
}

.arrowLinks a:hover, .arrowLinks a:active
{
	border: none;
	text-decoration: none;
}

.arrowImagesNoBorder
{
	border: none;
}