﻿body
{
	background-color: white;
	background-image: url(../../images/main_bkgrnd_02.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: Black;
}
h1
{
	font-size: 20px;
	color: #113E79;
	margin: 0px;
}
h2
{
	font-size: 20px;
	color: #113E79;
	margin: 0px;
	font-weight: lighter;
}
h2.small
{
	font-size: 16px;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	color: #113E79;
	margin: 0px;
}
h3.subtitle
{
	margin-top: 5px;
}
table a
{
	font-size: 12px;
	color: #003466;
	font-weight: bold;
}
table h3 a
{
	font-size: 12.5px;
}

/**** Header ****/
div.header
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-bottom: 2px;
}

/**** Nav Bar ****/
div.nav
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 30px;
}

/**** Main Banner ****/
div.banner
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 2px;
	padding-bottom: 2px;
}
/**** Footer ****/
div.footer
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	width: 950px;
	text-align: left;
	color: #909080;
	line-height: 20px;
}
div.footer hr
{
	color: #B0C4DD;
	height: 1px;
}
div.footer a
{
	color: #909080;
}

/**** Main Content ****/
div.maincontainer
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/**** Interior Pages ****/
#maincontainerSub
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	overflow: hidden;
	background-image: url(../../images/main_contentbkgrnd.jpg);
	background-color: White;
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin-top: 4px;
}

/**** 2 Column page ****/
/*The following two classes are for a 2 column 
        page with the left column being twice as wide*/
div.mainleft
{
	width: 675px;
	float: left;
}
div.mainright
{
	text-align: left;
	width: 260px;
	float: right;
	margin-top: 30px;
	border-left: solid 1px #B0C4DD;
	padding-left: 14px;
}

/**** 3 Column page ****/
/*The next three classes are for a 3 column
        page with the middle column being prominent*/
div.left
{
	text-align: left;
	width: 155px;
	float: left;
	font-weight: bold;
	border-top: solid 1px #B0C4DD;
	border-right: solid 1px #B0C4DD;
	color: #003466;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
div.middle
{
	padding-left: 20px;
	padding-right: 20px;
	width: 550px;
	float: left;
	text-align: left;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
div.middle2
{
	padding-left: 20px;
	width: 750px;
	float: left;
	text-align: left;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
div.right
{
	text-align: left;
	width: 180px;
	float: right;
	border-left: solid 1px #B0C4DD;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
}
div.rightFull
{
	text-align: left;
	width: 180px;
	float: right;
	border-left: solid 1px #B0C4DD;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}
div.genRight
{
	padding-left: 20px;
	width: 760px;
	text-align: left;
	float: left;
	margin-right: 10px;
}

/**** Mainleft classes ****/
div.mainleft table
{
	width: 675px;
}
div.mainleft tr
{
	width: 675px;
}
div.mainleft td
{
	padding-bottom: 20px;
	vertical-align: top;
}
div.mainleft h1, div.mainleft h2
{
	display: inline;
}
div.mainleft hr
{
	color: #191970;
	height: 1px;
}
div.mainleft .columnText
{
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: top;
	text-align: left;
}
div.mainleft .verticalLine
{
	padding-top: 8px;
	padding-bottom: 8px;
}
div.mainleft .verticalLine div
{
	background-color: #B0C4DD;
	height: 400px;
	width: 1px;
}
div.mainleft img
{
	border: none;
}
.hyperLink
{
	text-decoration: none;
	color: #003466;
}

/**** Left classes ****/
div.left dl
{
	margin: 1px;
	padding: 0px;
	border-left: solid 10px #B0C4DD;
	border-right: solid 10px #B0C4DD;
	background-color: #B0C4DD;
	list-style: none;
}
div.left dt
{
	color: White;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.left dd
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 135px;
	font-weight: 400;
	display: block;
	border-bottom: solid 1px #D3E1EE;
}
div.left dd a
{
	text-decoration: none;
	width: 100%;
	color: #003466;
	display: block;
}
div.left dd ul
{
	display: none;
}
div.left dd:hover ul
{
	display: block;
	padding-left: 10px;
	margin-left: 0px;
	font-size: 10px;
	color: #296496;
	background-color: #B0C4DD;
}
div.left dd li
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 125px;
	font-weight: 400;
	list-style: none;
	text-indent: 0px;
}
div.left dd li:hover
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 125px;
	font-weight: 400;
	list-style: none;
	text-indent: 0px;
}
div.left table
{
	margin: 5px 5px 5px 5px;
	width: 90%;
	color: #003466;
}
div.left th
{
	border-bottom: solid 1px #003466;
}
div.left td
{
	padding-top: 5px;
	padding-bottom: 5px;
}

/**** Middle classes ****/
div.middle img, div.middle2 img, div.middle2 table img, div.genRight img
{
	border: none;
}
div.middle a, div.middle2 a, div.middle2 table a, div.genRight a
{
	text-decoration: none;
	color: #003466;
}

/**** Right classes ****/
div.right table, div.rightFull table
{
	font-size: 10px;
	color: Black;
}
div.right th, div.rightFull th
{
	font-size: 14px;
	color: #003466;
	border-bottom: solid 1px #B0C4DD;
}
div.right td, div.rightFull td
{
	padding-top: 10px;
}
div.right img, div.rightFull img
{
	margin-bottom: 20px;
}
div.rightFull img
{
	border: none;
}
div.rightFull a
{
	text-decoration: none;
}

/**** Clear Div ****/
div.clear
{
	clear: both;
}

/**** Generic Classes ****/
.title
{
	font-size: 10px;
	color: #003466;
	font-weight: bold;
	text-decoration: none;
}
.disclaimer
{
	font-family: Arial;
	font-size: 9px;
	padding-right: 45px;
	width: 675px;
	color: Gray;
}
.labelCell
{
	background-color: #507cd1;
	color: #fff;
	font-weight: bold;
	width: 120px;
	vertical-align: top;
}
.textbox
{
	color: Gray;
	width: 100px;
	height: 12px;
	font-size: xx-small;
}
.button
{
	background-image: url(../../../images/background_blue_grad.gif);
	background-repeat: repeat-x;
	background-color: #E1E2E4;
	color: #fff;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.letUsKnow
{
	text-decoration: none;
	color: #003567;
}
.warningBox
{
	border: 1px solid #c00000;
	background-color: #fff0C0;
	padding: 3px;
}
.newsHeading
{
	font-size: 12px;
	color: #113E79;
	font-style: italic;
	font-weight: bold;
}
.marginTop
{
	margin-top: 8px;
}

/**** Generic IDs ****/
/*top Entry on Left Nav*/
#navTop
{
	margin: 1px;
	padding: 0px;
	background-color: #003466;
	list-style: none;
	border-left: none;
	border-right: none;
	text-indent: 10px;
}
#breadcrumbs
{
	text-align: left;
	border-bottom: solid 1px #B0C4DD;
	width: 100%;
	display: block;
	margin-top: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #003466;
	font-weight: bold;
	text-indent: 10px;
	margin-bottom: 15px;
}
#breadcrumbs a
{
	text-decoration: none;
	color: #003466;
}
#searchBar
{
	height: 24px;
	background: url(Skins/NavSearch/Menu/grad_lightblue.PNG) repeat-x;
}
#bottom
{
	border: none;
}

table.newsletter td.label
{
	text-align: right;
	padding-left: 15px;
	color: #656565;
	font-size: 10px;
	font-weight: bold;
}
table.newsletter td
{
	padding-left: 5px;
}
table.newsletter td input
{
	width: 98%;
}
table.pressMedia
{
	margin: 10px 0px 0px 10px;
	line-height: 20px;
	font-size: 10px;
}
table.pressMedia td
{
	padding-bottom: 70px;
}
table.pressMedia .zoom
{
	color: Gray;
	padding-right: 20px;
}
.modalZoom, .modalBack
{
	background-color: Gray;
	filter: alpha(opacity=30);
	opacity: .30;
}
