/*  ----------------  main styles  */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4C58;
	line-height: 1.5em;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4C58;
	line-height: 1.7em;
	font-weight: bold;
}
.bodysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E4C58;
	line-height: 1.5em;
}
.bodyorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222C80;
	line-height: 1.7em;
}
.bodyorangesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222C80;
	line-height: 1.5em;
}
.bodywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.body a {
	color: #222C80;
	text-decoration: none;
}
.body a:hover {
	text-decoration: underline;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222C80;
	font-weight: bold;
	padding: 0px 0px 1em;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #3E4C58;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 1em;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c90044;
	font-weight: bold;
	display: block;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4C58;
	font-weight: bold;
}
.h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E4C58;
	font-weight: bold;
}
.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4C58;
	margin-right: 20px;
}
.tablehead {
	color: #45637A;
	font-weight: bold;
	background-color: #A3B5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
.titleheadBlue {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3E4C58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px 4px 4px 6px;
	height: 100%;
	line-height: 1.3em;
}


/*  ----------------  homepage styles  */

.features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4C58;
	line-height: 1.3em;
}
.features a {
	color: #222C80;
	text-decoration: none;
}
.features a:hover {
	color: #C90044;
	text-decoration: underline;
}
.featuresTitle {
	color: #222C80;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}
.featuresSubTitle {
	color: #3e4c58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.support {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #222C80;
	list-style-type: none;
	line-height: 2em;
	vertical-align: middle;
	text-indent: -1.5em;
}
.support a {
	color: #222C80;
	text-decoration: none;
}
.support a:hover {
	color: #C90044;
	text-decoration: underline;
}
.supportTitle {
	color: #3E4C58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*  ----------------  breadcrumb styles  */

.bread {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E4C58;
	background-color: #E5D7B6;
	padding: 4px 4px 4px 6px;
	width: 100%;
	margin-right: 5px;
	margin-left: 5px;
}
.bread a {
	color: #50738D;
	text-decoration: none;
}
.bread a:hover {
	text-decoration: underline;
}

/*  ----------------  leftnav styles  */

#leftnav {
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E4C58;
	font-size: 11px;
}
#leftnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}	
#leftnav li {
		border-bottom: 1px solid #FFFFFF;
		margin: 0;
}
#leftnav li a {
	display: block;
	color: #3E4C58;
	text-decoration: none;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(images/leftnavBkgrd.jpg);
	background-repeat: repeat;
	background-position: 5px;
}
html>body #leftnav li a {
		width: auto;
}
#leftnav li a:hover {
	color: #fff;
	background-image: url(images/dkBlueBkgrd.gif);
	background-repeat: repeat;
	background-position: 5px;
}

/*  ----------------  bullet styles  */
.bulletindent {
	list-style-type: none;
}

/*  ----------------  footer styles  */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4C58;
	list-style-type: none;
	display: inline;
	margin-right: 8px;
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #CCCCCC;
	padding-right: 5px;
}
.footerUL {
	margin-bottom: -6px;
	margin-top: 10px;
}
.footer a {
	color: #3E4C58;
	background-position: 20px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #C90044;
}
.footerlast {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4C58;
	list-style-type: none;
	display: inline;
}
.footerlast a {
	color: #3E4C58;
	text-decoration: none;
	background-position: 20px;
}
.footerlast a:hover {
	text-decoration: underline;
	color: #C90044;
}
.footerbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E4C58;
	list-style-type: none;
	margin-bottom: -10px;
}

/*  ----------------  sitemap styles  */
.sitemaptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E4C58;
	font-weight: bold;
}
.sitemaptitle a {
	color: #3E4C58;
	text-decoration: none;
}

/*  ----------------  no print styles  */
.print {
	display: none;
}
