/* **************************************************************
 * TO CHANGE A SITE'S DEFAULT TEXT COLOR:
 *
 * you must change the color: attributes in all of the following
 * tags below:
 * BODY
 * TD
 * P
 * H3
 *
 * Once these are done, the text color change will be congruent
 * across the site.
 ************************************************************** */

/* ******************************************************************
 * TO ENSURE THE BACKGROUND COLOR REMAINS CONSISTENT ACROSS THE SITE:
 *
 * you must change the background-color: attributes in all of the
 * following tags below:
 * .appBG
 * <in the BODY tag below> background-color
 *
 * Once these are done, the background color change will be congruent
 * across the site.
 ****************************************************************** */
BODY
{
	scrollbar-face-color:#9BBAD6;
	scrollbar-arrow-color:#3A4C7F;
	scrollbar-track-color:#E2EEFA;
	scrollbar-shadow-color:#3A4C7F;
	scrollbar-highlight-color:#E2EEFA;
	scrollbar-3dlight-color:#E2EEFA;
	scrollbar-darkshadow-Color:#3A4C7F;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
 	background-color: #39AE5F;
}
H3
{
	color: #00000;
}
A:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	text-decoration: underline;
	color: #3A4C7F;
}
A:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	text-decoration: underline;
	color: #3A4C7F;
}
A:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	text-decoration: underline;
	color: #3A4C7F;
}
.arltbl
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-weight: bold;
	color: #00000;
}
.arltblfooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #00000;
}
.logoText
{
	background-image: none;
	font-family: "Courier New", Courier, mono
	font-size: 20;
	color: #3A4C7F;
	background-repeat: no-repeat;
	font-weight: bold;
}
.testimonial_quote
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: italic;
	color: #00000;
}
.testimonial_location
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #00000;
}
.testimonial_person
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #00000;
}
.phoneNumber  {
                  position: absolute;
                  top: 50px;
                  right: 0px;
                  padding-right: 0px;
                  width: 100px;
                  height: 500px;
                  vertical-align: top;
                  text-align: center;
                  background-color: white;
                  padding-bottom: 0px;
                  z-index: 10;
            }
.floatLeft{float: left;} 
.floatRight{float: right;} 
.image-left{float: left; vertical-align: text-top;} 
.image-right{float: right; vertical-align: text-top;} 
.wrapContainer{width:99.5%; float:left;}
