@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	color: #FFF;
}
#container  {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#navigation-top {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#navigation-top ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation-top ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header  {
	padding: 0;  /* 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: 0px;
	background-color: #000;
} 
#navigation-middle {
	min-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5BE9B;
	border-bottom-color: #F5BE9B;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation-middle ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation-middle ul li {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarRight  {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F5BE9B;
}
#sidebarRight-inner {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#sidebarRight #sidebarRight-inner #navigation-side{
	margin: 0px;
	padding: 0px;
}
#sidebarRight #sidebarRight-inner #navigation-side ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#sidebarRight #sidebarRight-inner #navigation-side ul li {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}
#sidebarRight #sidebarRight-inner #navigation-side #readersTitleBox , #sidebarRight #sidebarRight-inner #navigation-side #healersTitleBox{
	margin: 0px;
	width: 170px;
	text-align: center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#sidebarRight #sidebarRight-inner #navigation-side #readersNavBox , #sidebarRight #sidebarRight-inner #navigation-side #healersNavBox{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebarRight #sidebarRight-inner #modalitiesBox {
	margin: 0px;
	padding: 0px;
}
#sidebarRight #sidebarRight-inner #commentsBox {
	padding: 0px;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarRight #sidebarRight-inner #commentsBox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarRight #sidebarRight-inner #commentsBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
}
#sidebarRight #sidebarRight-inner #mailingBox {
	padding: 0px;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 275px;
	margin-bottom: 0;
	margin-left: 0;
} 
#mainContent p {
	color: #000;
	padding: 0px;
	margin-top: 0px;
}
#mainContent #blueBarTOP , #mainContent #blueBarMID, #mainContent #blueBarBTM{
	background-color: #000;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
#mainContent #blueBarTOP {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent #contentTOP {
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent #contentTOP p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
#mainContent #blueBarMID {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent #contentMID {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #contentMID p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
#mainContent #contentMID #midLeftBox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}
#mainContent #contentMID #midMidBox {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
	margin: 0px;
}
#mainContent #contentMID #midRightTopBox {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin: 0px;
}
#mainContent #contentMID #midRightBtmBox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	text-align: center;
}
#mainContent #blueBarBTM {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#mainContent #contentBTM {
	margin: 0px;
	background-color: #B8BABF;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainContent #contentBTM p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#footer  {
	padding: 0 10px 0 20px;
} 
.bold {
	font-weight: bold;
}
.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;
}
.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;
}
