/*-------------Page LayoutStyles-------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
}
body {
	background-color: #fefad7;
	margin: 0px;
}
.header {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333878;
}
.quote {
	color: #003399;
	background-color: #DDE9F5;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 6px;
	padding-left: 3px;
}
.testimonialSide {
	color: #003399;
	background-color: #FEFAD7;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.container {
	height: 100%;
}
.mainContent {
	margin:0 auto;
	position: static;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 800px;	
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
.pageContent {
	float: left;
	margin-left: 1px;
	width: 625px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 100%;
}

.clear {
clear: both;
line-height: 0;
font-size: 0;
}

/*-------------End Page LayoutStyles-------------*/




/*-------------Navigation Styles-------------*/
.Navigation {
	height: 100%;
	background-color: #FFFFFF;
	width: 150px;
	float: left;
}
.Navigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
}
.Navigation ul li {
	display: inline;
}
.Navigation ul li a {
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	width: 125px;
	font-weight: normal;
	font-size: 1.2em;
}

.Navigation ul li a:hover {
	color: #FFFFFF;
	background-color: #4163AA;
}
.footerNavigation {
	height: 23px;
}
.footerNavigation ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	background-color: #E8E8E8;
}
.footerNavigation ul li {
	display: inline;
}
.footerNavigation ul li a {
	height: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
/*-------------End Navigation Styles-------------*/


.callout {
	font-size: 0.8em;
	font-style: italic;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FEFAD7;
	border: 1px solid #CCCCCC;
}
.imgBrdr {
	padding: 1px;
	border: 1px solid #333878;
	margin: 1px;
	text-align: center;
}

.newsletter {
	background-color: #DDE9F5;
	padding-top: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.newsletter a {
	color: #003399;
	font-size: 0.9em;
	text-decoration: underline;
}
.newsletter a:link a:visited {
	color: #3399CC;
	font-size: 0.9em;
	text-decoration: underline;
}
.newsletter a:hover {
	color: #3399CC;
	font-size: 0.9em;
	text-decoration: underline;
}
.surveyForm {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.emailForm {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #FEFAD7;
}

.smallerTxt {
	font-size: 0.9em;
}

.largerTxt {
	font-size: 1.4em;
	font-weight: bold;
}
.ltBlueTxt {
	color: #3399CC;
}


.footer {
	color: #666666;
	font-size: 0.6em;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 15px;
	background-color: #fefad7;
}
.redTxt {
	color: #CC0000;
}

.footer a {
	color: #333333;
}
