/*
green: #006E00
blue:  #000095
*/
body
{
	margin: 0px;
}
h3
{
	display: inline;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
a, a:link.menuItem, a:visited.menuItem, a:hover.menuItem, a:active.menuItem
{
    border: none 0px #FFFFFF;
	color: #000095; /*button text color*/
	cursor: pointer;
	text-decoration: none;
}
img
{
	border: none 0px #FFFFFF;
}
em
{
	font-weight: bold;
}
td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
hr
{
	color: #006E00;
}
.page
{
	border: none 0px #FFFFFF;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: smaller;
	height: 100%;
}
.header
{
	/*border-bottom: solid 1px #029606;*/
	font-size: x-large;
	font-weight: bold;
	height: 75px;
	padding-left: 20px;
	vertical-align: bottom;
	/*text-align: center;*/
}
.leftRail
{
	/*background-color: #029606;*/
	background-image: url( 'images/menuBG.jpg' );
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	vertical-align: top;
	width: 170px;
}
.leftRail .menu
{
	margin: auto 10px;
	overflow: hidden;
	width: 170px;
}
.menu .menuTitle
{
	color: #006E00;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	margin: 10px 0px 0px 0px;
	text-decoration: underline;
	vertical-align: bottom;
}
.menu .menuItem
{
	/*background-color: #060297;
	background-image: url( 'images/BlueGradientButton.gif' );
	background-repeat: repeat-x;
	/*border: solid 1px #000000;*/
	display: block;
	float: left;
	font: bold 13px Arial; /* Change 13px as desired */
	/*line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 20px; /* Height of button background height */
	margin: 0px 0px;
	text-decoration: none;
}
.leftRail .menu a:link.menuItem, a:visited.menuItem, a:hover.menuItem, a:active.menuItem
{
	color: #000095; /*button text color*/
	cursor: pointer;
	text-decoration: none;
}
.leftRail .menu a.menuItem span
{
	display: block;
	/*padding: 4px 0px 4px 0px; /*Set 10px to be equal or greater than'padding-left' value above*/
	width: 170px;
}
.leftRail .menu a:hover.menuItem
{
	/*background-image: url( 'images/greenbluegradient.jpg' );
	background-repeat: repeat-x;*/
}
.leftRail .menu a.menuItem.highlight, a:link.menuItem.highlight, a:visited.menuItem.highlight, a:hover.menuItem.highlight, a:active.menuItem.highlight
{
	color: #FF0000;
	font-style: italic;
	font-weight: bolder;
}
.content
{
	background-image: url( 'images/earthbg.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	border: none 0 #FFFFFF;
	color: #000095;
	padding: 0px 20px 10px 20px;
	vertical-align: top;
	width: 560px;
}
.rightRail
{
	width: 170px;
}
.belowContent
{
    background-image: none;
	background-repeat: none;
    padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: bottom;
}
.belowContent a
{
	font: bold 15px Arial;
	text-decoration: none;
}
.divider
{
    border-top: solid 1px #006E00;
    padding: 10px 0px;
    width: inherit;
}
.footer
{
	border-top: solid 2px #006E00;
	color: #000095;
	font-size: x-small;
	height: 50px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	vertical-align: middle;
}
.imageLeft
{
	float: left;
	margin: 0px 20px 10px 0px;
}
.imageRight
{
	float: right;
	margin: 0px 0px 10px 20px;
}
.heading
{
	color: #060297;
	display: block;
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
}
.pageHeading
{
	color: #060297;
	display: block;
	font-size: x-large;
	font-weight: bold;
	margin: 30px;
}
.pageSubheading
{
	clear: both;
	color: #800000;
	display: block;
	float: none;	
	font-size: large;
}
.tableheader
{
	background-color: #0000FF;
	color: #FFFFFF;
	font-size: large;
}
.events th
{
	color: #000095;
	text-align: left;
}
.officeHours
{
	width: 450px;
}
.officeHours th
{
	text-align: left;
}
.contactus
{
	font-size: large;
	font-weight: bold;
}
.massagetherapy
{
    font-weight: normal;
}
.newsletterPosted
{
	font-size: x-small;
	font-weight: normal;
}
.nofloat
{
	display: block;
	float: none;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}


.highlight
{
	color: #FF0000;
	font-style: italic;
	font-weight: bolder;
}
.fineprint
{
	color: 000095;
	font-size: xx-small;
	font-weight: normal;
}
