/* Body and HTML Background */
body {
	margin: 3px 0px 0px;
	padding: 0px;
	background-color: #EBEBEB;
}

/*Navigation Bottom Stroke*/
.navStroke {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* 100% Percent Main Table and Border */
#fullHeight {
	height: 100%;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

/*Left Side Stroke*/
.sideStroke {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

/*Bottom Stroke*/
.bottomStroke {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/*Testimonials DIV Formatting*/
#testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 19px;
	margin-right: 5px;
	margin-bottom: 19px;
	margin-left: 5px;
	color: #041D56;
}
#testimonials h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
}

/*Body Text and Links Formatting*/
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bodyText a:link, .bodyText a:visited, .bodyText active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
}
.bodyText a:hover{
	color: #004EF0;
}

/*Footer Text and Links Formatting*/
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footerText a:link, .footerText a:visited, .footerText active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.footerText a:hover{
	color: #003399;
}

/*Page Title*/
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
}
.blue16pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
