@charset "UTF-8";
html, body, div, span, applet, object, iframe, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #f3ec7a;
	color: #0055a4;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: .7em/15px Arial, Helvetica, sans-serif;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 {
	color: #9C0257;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 2px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

#contentWrapper a, #contentWrapper a:link {
	color: #9C0257;
	font-weight: bold;
	text-decoration: none;
}
#contentWrapper a:visited {
	color: #9C0257;
	font-weight: bold;
	text-decoration: none;
}
#contentWrapper a:hover {
	color: #2254A3;
	text-decoration: none;
}
#contentWrapper a:focus {
	color: #9C0257;
}
#contentWrapper a:active {
	color: #9C0257;
}

#outerWrapper {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 840px;
}
#outerWrapper #header {
	background-color: #fff;
	background-image: url("../images/2ndary_Top_bgrnd.gif");
	background-repeat: no-repeat;
	height: 107px;
	padding: 10px;
}
#outerWrapper #subhead {
	background-color: #fff;
	height: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
}

#outerWrapper #subhead h1 {
	font-size: 16px;
	color: #9C0557;
	padding-top: 26px;
	padding-left: 12px;
}
#outerWrapper #contentWrapper {
	background-color: #fff;
	background-repeat: repeat-y;
	overflow: hidden;
}
#outerWrapper #contentWrapper #leftCol {
	float: left;
	height: 359px;
	padding: 0px 38px 0px 24px;
	width: 266px;
}

#outerWrapper #contentWrapper #leftCol1 {
	float: left;
	height: 359px;
	padding: 0px 38px 0px 36px;
	width: 320px;
}

#outerWrapper #contentWrapper #rightCol {
  float: right;
  height: 359px;
  padding: 0px 24px 0px 38px;
  width: 148px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 210px 0 330px;
	padding: 0px;
	text-align: left;
}

#outerWrapper #contentWrapper #rightColWide {
	margin: 0px 34px 0px 330px;
	padding: 0px;
	text-align: left;
}

#outerWrapper #contentWrapper #rightColWide1 {
	margin: 0px 34px 0px 395px;
	padding: 0px;
	text-align: left;
}
#outerWrapper #footer {
	background-image: url("../images/footer.gif");
	background-repeat: no-repeat;
	height: 32px;
	color: #FFF;
	padding-left: 44px;
	padding-right: 24px;
	padding-top: 7px;
}

#outerWrapper #footer table {
	width: 760px;
}

.alignright {
	text-align: right;
	font-style: italic;
	padding-right: 25px;
}
.testimonials {
	padding-left: 12px;	
}

