body {
  margin: 0px;
  padding: 0px;
	background-color: #3D6388;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-align: center;
}

table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

image { border: 0px; }

a:link { color: blue; text-decoration: underline; }
a:hover { color: red; }
a:visited { color: blue; text-decoration: underline; }
a:visited:hover { color: red; }


.tAlignL { text-align: left; }
.tAlignR { text-align: right; }
.tAlignC { text-align: center; }

.vAlignT { vertical-align: top; }
.vAlignM { vertical-align: middle; }
.vAlignB { vertical-align: bottom; }

.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

.PadL { padding-left: 15px; }
.PadR { padding-right: 15px; }

/* ------------------------- Begin Layouts -------------------------- */

#BodyContainer {
  width: 980px;
  background-color: white;
  margin: 0px;
	margin-top: -16px;
	margin-bottom: -13px;*margin-bottom: -35px;
  padding: 0px;
}

#OpBlurb {
	width: 685px;
	float: left;
	
}

#ContentContainer { padding: 0px 10px; margin-bottom: 0px; }
#Content { padding: 0px 15px 0px 15px; }
#ContentSkinny { margin-left: 130px; width: 720px;  }

#ContentBanner {
  margin-top: 0px;
  text-align: center;
  /*color: #670001;*/
}

#BannerLogo {
  margin-top: 15px;
  margin-bottom: 15px;
	margin-left: 20px;
}

#BannerSpecialist {
	font-size: 18px;
	font-weight: normal;
	color: #130101;
}

#BannerPhone {
  color: red;
  font-size: 22px;
  white-space: nowrap;
}

.SitePhone { white-space: nowrap; }

#PageFooterContainer {
  text-align: center;
  font-size: 11px;
  color: gray;
	padding-top: 15px;
	background-color:white; /* Removing this line causes footer to shift on mouseover in IE (of course) very strange... */
}

#PageFooterContainer a { margin: 5px; text-decoration: none; }
#PageFooterContainer a:link { color: #888888;  }
#PageFooterContainer a:hover { color: #670001; border-bottom: 1px dashed #670001; }
#PageFooterContainer a:visited { color: #888888; }
#PageFooterContainer a:visited:hover { color: #670001; border-bottom: 1px dashed #670001; }




/* -------------------------- End Layouts --------------------------- */

ul.reddiamo { list-style-image: url(/images/reddiamo.gif); }