body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #0D7D8E;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
}
a:link {
	color: #1E1ED1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E1ED1;
}
a:hover {
	text-decoration: underline;
	color: #2FB4DA;
}
a:active {
	text-decoration: underline;
	color: #009999;
}

#container {
  margin: 0 auto;
  width: 782px;
  text-align: left;
}

#pageback {
	background-color: #FFFFFF;
	background-image: url(/pix/pageback.gif);
	background-repeat: repeat-y;
}

#bodycontent {
	padding-right: 18px;
	margin-left: 180px;
	padding-bottom: 15px;
	line-height: 150%;
	text-align: justify;
	width: 575px;
}

#bodycontent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D6D7E;
	text-align: left;
}

#bodycontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D6D7E;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C0DEFA;
	text-align: left;
}

#bodycontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0D6D7E;
	text-align: left;
}

#bodycontent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0D6D7E;
	text-align: center;
}

#bodycontent li {
	text-align: left;
	padding-bottom: 20px;
}



.pixFloatRight {
	width: 270px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatRight img {
	border: thin solid #0D7D8E;
}

.pixFloatRight200 {
	width: 230px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatRight200 img {
	border: thin solid #0D7D8E;
}


.pixFloatRight300 {
	width: 330px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-right: 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatRight300 img {
	border: thin solid #0D7D8E;
}



.pixFloatLeft {
	width: 270px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0;	
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatLeft img {
	border: thin solid #0D7D8E;
}

.pixFloatLeft300 {
	width: 310px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
	margin-left: 0;	
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatLeft300 img {
	border: thin solid #0D7D8E;
}

.pixFloatLeft175 {
	width: 175px;
	float: left;
	margin-right: 15px;
	margin-bottom: 45px;
	margin-top: 18px;
	margin-left: 0;	
	color: #666666;
	font-size: 10px;
	text-align: center;
}

.pixFloatLeft175 img {
	border: thin solid #0D7D8E;
}



#leftnav {
	width: 144px;
	float: left;
	color: #1E1ED1;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 8px;
}

#leftnav h2 {
	font-size: 14px;
	padding-bottom: 0px;
	padding-top: 5px;
}


#leftnav a:link {
	color: #1E1ED1;
}

#leftnav a:visited {
	color: #1E1ED1;
}

#leftnav ul {
	margin-top: 0;
	padding-top: 0px;
	padding-left: 0;
	margin-left: 15px;
}

#leftnav li {
	padding-bottom: 10px;
}


#footer {
	width: 782px;
	height: 114px;
	background-image: url(/pix/footer.jpg);
	text-align: center;
	font-size: 12px;
	letter-spacing: .08em;
	color: #FFFFFF;
}

#footer a:link {
	color:#66FFFF;
}

#footer a:visited {
	color:#66FFFF;
}

.offsetCenter {
	margin-left: 140px;
}

.blueBox {
	font-size: 16px;
	width: 530px;
	background-color: #DDFFFF;
	border: thin dotted #33FFFF;
	padding: 15px;
	text-align: center;
}

.fancyQuote {
	font-size: 14px;
	color: #0D4D5E;
}

.testimonial {
	font-size: 14px;
	color: #0D2D3E;
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C6E7FF;
}
.bigBox {
	font-size: 16px;
	background-color:#DDDDDD;
	border: thin solid #33AAAA;
	padding: 15px;
	text-align: justify;
}
.smBox {
	font-size: 16px;
	background-color:#DDDDDD;
	border: thin solid #33AAAA;
	padding: 5px;
	text-align: justify;
}

hr {
	border: thin dotted #33AAAA;
}

.copyrightNotice {
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.bigQuote {
	font-size: 16px;
	color: #0D3D4E;
	font-weight: bold;
}

.fineprint {
  font-size: 11px;
}

small {
  font-size: 11px;
}

.floatleft {
  float: left;
  margin-right: 20px;
}

.indent {
  float: right;
}

.middle {
  margin: 0px 2px;
  border: thin solid #0D7D8E;
}

.picox {
  vertical-align: top;
}

.border {
  border: thin solid #0D7D8E;
}

#constantc {
  color: #FFFFFF;
  float: right;
  clear: both;
}

a.lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0D6D7E;
}

.quoter{
  padding-top: 7px;
  display: block;
}