body {
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	background-color: #ffffff;
	color: #333333;
}

td, li, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.header {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #38009f;
}

.subheader {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8e01;
}

.homeCopy {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.homeCopyDistinct {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #7693cb;
	text-align: center;
}

.bi {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	text-align: center;
}

.leftColNav {
	background-image: url('../images/plus.gif');
	background-color: #38009f;
	background-repeat: no-repeat;
	padding: 17px 15px 25px 20px;
	width: 226px;
	height: 224px;
}

.padBullet {
	padding: 5px 3px 0px 0px;
}

.padLink {
	padding: 0px 0px 5px 0px;
}

.leftColQuote {
	font-size: 10px;
	line-height: 16px;
	color: #ff8e01;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}

.leftColQuoteCredit {
	font-size: 10px;
	line-height: 16px;
	color: #ff8e01;
	font-weight: bold;
	margin: 10px 10px 0px 10px;
}

.padBody {
	padding: 15px 15px 25px 15px;
}

.testimonialQuoteCredit {
	text-align: right;
	font-weight: bold;
	color: #7693cb;
}

/* backgrounds */

.deepBlueBG {
	background-color: #38009f;
}

.darkBlueBG {
	background-color: #5a7ac5;
}

.blueBG {
	background-color: #cbd5ee;
}

.lightBlueBG {
	background-color: #edf1fa;
}

.orangeBar {
	background-color: #ff8e01;
	border-left: 1px solid #ffffff;
}


/* links */
a, a:visited {
	color: #38009f;
}
a:active, a:hover {
	color: #ff8e01;
}


a.leftColNavLink, a.leftColNavLink:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #8d6cc3;
	text-decoration: none;
}
a.leftColNavLink:active, a.leftColNavLink:hover {
	color: #8d6cc3;
	text-decoration: underline;
}


a.leftColNavLinkOn, a.leftColNavLinkOn:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f5f5f5;
	text-decoration: none;
}
a.leftColNavLinkOn:active, a.leftColNavLinkOn:hover {
	color: #f5f5f5;
	text-decoration: underline;
}


a.biLink, a.biLink:visited {
	color: #cccccc;
}
a.biLink:active, a.biLink:hover {
	color: #cccccc;
}


/* drop down styles */


a.topNavDropDown, a.topNavDropDown:visited {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
	border-bottom: 1px solid #f5f5f5;
}
a.topNavDropDown:active, a.topNavDropDown:hover {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #f5f5f5;
	text-decoration: none;
	border-bottom: 1px solid #f5f5f5;
}

#dropmenudiv{
	margin-top: -1px;
	position: absolute;
	border: 1px solid #f5f5f5;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 10px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #5f7ec1;
}
