body {
	background-color: #CCFFFF; /* Global White */
	color: #00F; /* Border Light */
	font-size: 14px; /* Font Size */
	line-height: 14px;
	text-align: justify;
}

p {
	font-size: 14px;
	margin: 0px;
	max-width: 500px;
	text-align: center;
	}
p.intro {
	margin-bottom: 20px;
	clear: left;
	text-align: justify;
	padding-right: 25px;

}

ul {
	font-size: 11px;
	margin: 0px;
	}


.textFloat {
	width: 400px;  /*this must have a specific value in order to float in standards-compliant browsers */
}


div.imgBoxLeft {
	border: 0; /* Border Dark */
}

#topNav {
	background-color: #CFF;
	background-image: url(../siteassist_images/sub_topnav_background.jpg);

}

#homePage #topNav {
	background-image: url(../siteassist_images/topnav_background.jpg);
	border-bottom: 9px solid #7EBED5; /* Tertiary */

}

#topHead {
	background-color: #CCFFFF; /* Tertiary7EBED5 */
	background-image: url(../siteassist_images/tophead_background_cloud4.gif);
	background-repeat: no-repeat;
	background-position:right;
	padding: 10px;
}

#homePage #sideNav {
	height: 175px;
	background-color: #CCFFFF;
}

#subPage #sideNav {
	width: 150px;
}


#homePage #solutions {
	background-color: #D6A342; /* Accent 10 */
	width: 600px;
	margin-left: 84px;
	font-weight: bolder;
	color: #000000; /* Global White */
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#homePage #images {
	width: 608px;
	margin-left: 84px;
	padding-left: 60px;
}


#homePage #quote {
	width: 668px;
	margin-left: 84px;
}

#homePage #featured {
	width: 596px;
	margin-left: 84px;
}

/*#innerContainer #innerRight {
	float: right;
}
*/
.ulBulletImage {
	list-style-type: square;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
	padding-left: 14px;
	background-image: none;
	list-style-image: none;
	}
#subPage #globalContainer #innerContainer #innerRight .contentBodyContainer .FeaturedItemBodyText td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
}
#subPage #globalContainer #innerContainer #innerLeft #resources h2 {
	color: #0000FF;
}
#homePage #globalContainer #topNav {
	background-image: url(../siteassist_images/sub_topnav_background.jpg);
}
#subPage #globalContainer #innerContainer #innerRight .contentBodyContainer h3 {
	font-size: 14px;
}

h3.backToTop{
	display: block;
	margin: 26px 25px;
	text-align: justify;
	padding: 10px;
}

h3.backToTopCenter{
	display: block;
	margin: 26px 25px;
	text-align: center;
	padding: 10px;
}

a {
 color: #2170BD; /* Link */
 text-decoration: underline;
 font-size: 12px; /* Font Size */
}

.maintext {
	font-size: 14px;
	margin: 0px;
	max-width: 550px;
	text-align: left;
	padding: 8px;
	}
.maintextjustify {
	font-size: 14px;
	margin: 0px;
	max-width: 550px;
	text-align: justify;
	padding: 8px;
	}

