body
{
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333333;
}

a:link              { color:blue; text-decoration:underline; }
    a:visited           { color:blue; text-decoration:underline; }
    a:hover             { color:blue; text-decoration:underline; }
    a:active            { color:blue; text-decoration:underline; }


.serifText1
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blueText
{
  color: #384A8C;
}

.italicText
{
  font-style: italic;
}

.boldText
{
  font-weight: bold;
}

.underlineText
{
  text-decoration: underline;
}

.indented
{
  padding-left: 30pt;
}

.pageName
{
	color: #384A8C;
	font-weight: bold;
	font-size: 17px;
}

#mainContainer
{
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}

#header
{
  text-align: center;
  padding: 0px 0px 10px 0px;
  clear: both;
}

#contentLeft
{
  width: 132px; 
  float: left; 
  padding: 0;
  margin: 0;
}
#contentLeftPad
{
  padding-right: 10px;
}
a.menuLink:link
{
  color: blue;
  text-decoration: none;
}
a.menuLink:visited
{
  color: blue;
  text-decoration: none;
}
a.menuLink:hover
{
  color: blue;
  text-decoration: underline;
}
a.menuLink:active
{
  color: blue;
  text-decoration: none;
}
/*
#contentLeft a:link, a:visited, a:active
{
  color: blue;
  text-decoration: none;
}
#contentLeft a:hover
{
  color: blue;
  text-decoration: underline;
}
*/

#contentCenter
{
  width: 507px;
  padding: 0;
  float: left;
  margin: 0;
}
#contentCenterPad
{
  padding: 0 20px 0 0;
}

#contentRight
{
  width: 161px;
  padding: 0px 0px 0px 0px;
  float: left;
  margin: 0;
}
#contentRightPad
{
  padding: 0px 0px 0px 0px;
}
#testimonialBg
{
  font-size: 11px;
  background-color: #E5E5E5;
  padding: 10px 5px 10px 5px;
}
#testimonialHeader
{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: center;
}
#testimonialQuote
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#testimonialPerson
{
	text-align: right;
}
#thinkGreen
{
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#footer
{
  text-align: center;
  clear: both;
  padding-top: 10px;
}
#footerPad
{
  border-top-style: ridge;
  padding-top: 10px;
}
#copyrightText
{
	font-size: 10px;
	padding: 5px;
}
.hrDivider
{
  width: 75%;
  color: #384A8C;
  background-color: #384A8C;
  height: 1px;
  border: none;
  text-align: center;
}