.subpgheadline {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
.homeheadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 9b3410;
	font-weight: bold;
	text-indent: 0px;
	letter-spacing: 1px;
}
.faqsectionheadline{
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #911d12;
	font-weight: bold;
	text-decoration: underline;
}
.navTitle {
	color: #FFFFFF;
	background-color: #3C4181;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 11px;
}
.subhead {
	font-weight: bold;
	color: #9D352C;
}
.quotes {
  font-weight: bold;
	font-style: normal;
	color: #9D352C;
}


.quotes2 {
	font-weight: normal;
	font-style: italic;
	color: #54809d;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	letter-spacing: -0.2px;
}

.subheadhome {
	font-weight: normal;
	color: #54809d;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 21px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f4e4e;
	background-repeat: repeat-x;
	background-color: #B6BBC5;
	margin-top: 10px;
	line-height: 18px;
}
.navSubtitles {
	font-size: 11px;
	color: #0C0F45;
	background-color: #d0d3e4;
	padding-left: 9px;
}
.whiteheader {
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 8px;
	padding-top: 2px;
	font-size: 10px;
	letter-spacing: 2px;
	font-variant: normal;
}
.mainnav {
	color: #FFFFFF;
	text-decoration: none;
}
.mainnav:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/mainnav_over_03.gif);
}
a.homenav {
	font-size: 11px;
	color: #1E57AC;
	text-decoration: none;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0C0F45;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: normal;
}
.belowfooter {
	font-size: 11px;
	padding: 6px;
}
a.homenav:hover {
	font-size: 11px;
	color: #8587ab;
	text-decoration: none;
}
a.footerlink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
	
a.footerlink:hover {
	color: #FFFFFF;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4e4e;
	padding-left: 0px;
	height: 0px;
	padding-top: 0px;
	line-height: 21px;
}
.contentCell {
	padding-top: 5px;
	padding-right: 36px;
	padding-bottom: 50px;
	padding-left: 29px;
}
a {
	color: #2286af;
	text-decoration: none;
}
a:hover {
	color: #2286af;
	text-decoration: underline;
}
.smalltextbuckets {
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
}
.breadcrumbs {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 24px;
	line-height: 12px;
}
.smalltextbuckets ul {
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
}
.smalltextbuckets li {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	list-style-image: url(images/bullet_46.gif);
}
.subtextrightrail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #292827;
	text-decoration: none;
	text-indent: 20px;
	line-height: 12px;
}

#optimize {
   display: none;
}

/* --------------------------- FORM STYLES -------------------------- */

form {
	margin: 35px 0 0 0;
	padding: 7px 0 30px 0;
	background:#f6fafc;
	border: solid 1px #d4e5f1
	
}

form p {
	overflow: hidden;
	margin: 20px 0;
	font-weight: bold;
}

form label {
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 8px;
	padding: 2px 0;
}

p.text input, textarea {
	background-color: #fff;
	border: solid 1px #d4e5f1;
	font: normal 1.05em/1.5 Arial, Helvetica, Verdana, sans-serif;
	padding: 2px 3px;
}

p.text input {
	width: 175px;
}

p.submit {
	padding-left: 113px;
}

input{
border: solid 1px #d4e5f1;
}

input:hover {
    border: solid 1px #d4e5f1;
    background: #fffbe5;
}

.button {
    border: solid 1px #d4e5f1;
  	background:#264a79 url(images/bttn_bkgr.gif) top center repeat-x;
	color: #fff;
	height: 25px;
	
}

.button:hover {
    border: solid 1px #d4e5f1;
    background: #264a79 url(images/form_bkgr2.gif) top center repeat-x;
}

