html{
	min-height: 100.14%
}
body{
	background-color: #4d758f;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #384e70;
}
p{
	margin-top: 10px;
}
a:link, a:visited, a:active {
	color: #0a0abb;
	text-decoration: none;
}
a:hover {
	color: #0a0abb;
	text-decoration: underline;
}
a.footerLink:link, a.footerLink:visited, a.footerLink:active {
	color: #bdd5e6;
	text-decoration: none;
}
a.footerLink:hover {
	color: #171966;
	text-decoration: underline;
}
a.blend:link, a.blend:visited, a.blend:active {
	color: #384e70;
	text-decoration: none;
}
a.blend:hover {
	color: #384e70;
	text-decoration: underline;
}

/* BUILD */
#container{
	position:absolute;
	left:50%;
	width:915px;
	margin-left: -450.5px;
}
.midRepeat{
	background-color: #ebf3f6;
	background-image:url(images/middle_ext.jpg);
	background-repeat:repeat-y;
}
.footer{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height:63px;
}

/* PAD */
.grandPad{
	padding: 20px 34px 20px 20px;
}
.leftPad{
	padding: 0px 0px 0px 10px;
}
.aboutPad{
	padding: 10px;
}
.contactPad{
	padding-bottom:3px;
}
.contactPad2{
	padding: 0 15px 3px 0;
}

/* TEXT */
.heading1{
	font-size: 24px;
	padding-bottom:20px;
}
.heading{
	font-size: 24px;
}
.style1 {font-size: 10pt}
.style2 {font-size: 18pt}
.style3 {font-size: 14pt}
.style4 {font-size: 18px}
.style5 {font-size: 14px}
.title{
	font-size:14pt;
}
.title2{
	font-size:13pt;
}
#textError{
	color: #e49f20;
}
.footerText{
	padding-top:47px;
	text-align: center;
	font-size:10pt;
	color: #ffffff;
}

/* OTHER */
.imgBorder{
	border: 3px solid #385567;
}
.formLine{
	border-top-color:#708eb9;
	border-top-style: solid;
	border-top-width: 2px;
}