body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #f1eff4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
h1 {
	background:url(../images/heading-line.gif) repeat-x 0 50%;
	font:normal 23px/23px Arial, Helvetica, sans-serif;
	color:#6d6c6c;
	padding:0;
	margin: 0px;
}
h1 span { background-color:#f1eff4 }
h1 strong {
	color:#7A3D9A;
	background-color:#F1EFF4;
	padding:0 5px 0 0;
	font-weight:normal;
}
h2 {
	background:url(../images/heading-line.gif) repeat-x 0 50%;
	font:normal 23px/23px Arial, Helvetica, sans-serif;
	color:#6d6c6c;
	padding:0;
	margin: 0px;
}
h2 span { background-color:#f1eff4 }
h2 strong {
	color:#7A3D9A;
	background-color:#F1EFF4;
	padding:0 5px 0 0;
	font-weight:normal;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1eff4;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #nav {
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 0px;
	text-align: right;
	margin: 0px;
}
.oneColFixCtrHdr #nav a {
	color: #333333;
}
.oneColFixCtrHdr #nav a:hover {
	color:#CCCCCC;
}
.oneColFixCtrHdr #header {
	padding: 0px 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 30px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #mainContent #bio {
	padding: 5px 10px;
	background: #dbcfee;
	margin: 10px 0px 20px;
}
.oneColFixCtrHdr  #mainContent  #service {
	padding: 20px 10px;
	background: #f1eff4;
	margin: 10px 0px 20px;
}
.oneColFixCtrHdr #mainContent #service a {
	color: #81349A;
}
.oneColFixCtrHdr #mainContent #service a:hover {
	color: #333333;
}
.oneColFixCtrHdr #mainContent #col1 {
	padding: 0px;
	float: left;
	width: 364px;
	overflow: hidden;
	margin-bottom: 20px;
}

.oneColFixCtrHdr #mainContent #col1 #col1header {
	padding: 10px 0px 0px 7px;
	height: 30px;
	background: #f1eff4;
	clear: both;
}
.oneColFixCtrHdr #mainContent #col1 #readMore {
	background: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 0px 8px 0px 0px;
	font-size: 80%;
}
.oneColFixCtrHdr #mainContent #col1 #readMore a {
	color: #8637a1;
}
.oneColFixCtrHdr #mainContent #col1 #readMore a:hover {
	color: #333333;
}
.oneColFixCtrHdr #mainContent #col2 {
	padding: 0px;
	background: #dbcfee;
	float: right;
	width: 355px;
	height: 625px;
	overflow: hidden;
	margin-bottom: 20px;
}
.oneColFixCtrHdr   #mainContent   .col2header   {
	padding: 10px 0px 0px 7px;
	height: 30px;
	background: #f1eff4;
	margin: 0px;
	clear: both;
}
.oneColFixCtrHdr   #mainContent   .col2header2   {
	padding: 10px 0px 0px 7px;
	height: 30px;
	background: #f1eff4;
	margin: 0px;
}
.oneColFixCtrHdr  #mainContent  #col2  #col2InnerFrame  {
	margin: 20px 0px 20px 14px;
	padding-right: 8px;
}
.oneColFixCtrHdr  #mainContent  #col2  #col2InnerFrame a {
	color:#333333;
}
.oneColFixCtrHdr  #mainContent #col2 #col2InnerFrame a:hover {
	color:#8637a1;
}
.oneColFixCtrHdr #mainContent #col2 #col2InnerFrame p {
	color:#360b89;
	margin-left: 115px;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #mainContent #col1_specials {
	padding: 10px;
	float: left;
	width: 344px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #mainContent #col2_specials {
	padding: 10px;
	float: right;
	width: 335px;
	margin-bottom: 20px;
	border-left: 1px solid #000;
}


.oneColFixCtrHdr  #mainContent p {
	line-height: 18px;
	font-size: 90%;
}
.oneColFixCtrHdr  #mainContent #seperate {
	border-top: thin dashed #999999;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	height: 22px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#513663;
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer a:hover {
	color:#333333;
}
.oneColFixCtrHdr #xodmedia {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f1eff4;
	font: bold 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
}
.oneColFixCtrHdr #xodmedia img {
	padding: 0px;
	margin: 0px 0px 0px;
	vertical-align: middle;
	border-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.imglft  {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}
.imgrt  {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.greenHealthyWeb {
	color: #90a702;
	font-size: 90%;
}
.orangeHealthyWeb {
	color: #ff8400;
	font-size: 95%;
}
.highlight {
	color: #8637a1;
	font-weight: bold;
}
.highlight2 {
	color: #F00;
	font-weight: bold;
}
.highlightDark {
	color: #333333;
	font-weight: bold;
}
.grey {
	color: #6b6655;
	font-size: 75%;
}
.bold {
	font-weight:bold;
}
.bold_large {
	font-weight:bold;
	font-size: 110%;
}
.spacer {
	font-weight:bold;
}
a {
	text-decoration: none;
	border-style: none;
}
a img{
	text-decoration: none;
	border-style: none;
}
.service1Header {
	background: #dbcfee;
	font-size: 115%;
	font-weight: bold;
	color: #333333;
}
.service1Header span{
	font-weight: normal;
	font-size: 80%;

}
.service1Body {
	background: #f1eff4;
	margin-bottom: 40px;
}
.tableCellBorder {
	padding-left: 10px;
	border: 1px solid #000000;
}
.bio {
	padding: 5px 10px;
	background: #dbcfee;
	margin: 10px 0px 20px;
}
.centre {
	text-align: center;
}

