﻿body {
	color:White;
	font-family:Arial;
	font-size:10pt;
	background-image:url(images/backgd.jpg);
	background-repeat:repeat-x;
	background-color: #8E9193;
	position:static;
	margin: 0px 0px 0px 0px;
}

.blueBanner1
{
	background:url(images/bluebanner_01.jpg); width:261px; height:108px;
	background-image:url(images/bluebanner_01.jpg)
}

.blueBanner2
{
	background:url(images/bluebanner_02.jpg); background-repeat:repeat-x; height:108px;
	background-image:url(images/bluebanner_02.jpg)
}

.blueBanner3
{
	background:url(images/bluebanner_03.jpg); background-repeat:no-repeat; width:375px; height:108px;
	background-image:url(images/bluebanner_03.jpg);
	z-index:99;
}

.blueTitle 
{
	font-family:Arial;
	font-size:x-large;
	text-align:right;
	font-weight:bold;
}

.title 
{
	color:#ffffff;
	font-family:Arial;
	font-size:x-large;
	font-weight:bold;
}

A, A:link, A:visited, A:active {
    COLOR: white;
    FONT-FAMILY: Arial;
    text-decoration:none;
}

A:hover
{
    COLOR: white;
    text-decoration:underline;
}

.redLink a, .redLink a:link, .redLink a:visited, .redLink a:active
{
	color:Red;
	font-family:Arial;
	text-decoration:none;
}

.redLink a:hover
{
	color:Red;
	text-decoration:underline;
}

.contentText
{
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/* greenbar menu links */
.menulinks a, .menulinks a:link, .menulinks a:visited, .menulinks a:active {  
	color: white;
	font-family:Arial;
	font-weight: bold;
	font-size:10pt;
	text-decoration:none;
}

.menulinks a:hover 
{
	font-family:Arial;
	text-decoration:underline;
}

.fitnessWatermark 
{
	width:360px;
	height:425px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	background:url('images/fitnesswatermark.png') no-repeat left bottom;
	_background-image: url(noimageforie6.jpg);
}

.martialartsWatermark 
{
	width:372px;
	height:512px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	background:transparent url(images/martialartswatermark2.png) no-repeat bottom left;
	_background-image: url(noimageforie6.jpg);
}

.tanningWatermark 
{
	width:383px;
	height:372px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	background:transparent url(images/tanningwatermark.png) no-repeat bottom left;
	_background-image: url(noimageforie6.jpg);
}

.billingWatermark 
{
	width:400px;
	height:400px;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index:0;
	background:transparent url(images/billingwatermark.png) no-repeat bottom left;
	_background-image: url(noimageforie6.jpg);
}

/* the tabbing system */
ol#toc 
{
	list-style:disc;
	margin:0;
	padding:0;
}

ol#toc li
{
	float:left;
	margin: 0 1px 0 0;
	padding-left:10px;
	list-style-type:none; 
}

ol#toc li:hover
{
	text-decoration:underline;
	color:White;
	list-style-type:none; 
	cursor:pointer; /* cross-browser compatibility */
	cursor:hand;
}

ol#toc a 
{
	display:block;
	float:left;
	padding-right:10px;
	text-decoration:none;
}

ol#toc li.current
{
	background-position:0 -60px;
}

ol#toc li.current a
{
	font-weight:bold;
}

div.toccontent 
{
	cursor:default;
	clear:left;
}

/* blurb-o-matic */
.blurb {position:relative; top:0px; left:0px; width:150px; font:12px Veranda, sans-serif; z-index:100; cursor:default}
.blurb a {display: block; text-align: center; font: bold 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 1px; border-width: 0; 
   text-decoration: none; color: Black; background: #BFE3FF;
   border-right: 0px solid #BFE3FF;}
.blurb a:hover {color:Black; background:#80c8ff; cursor:default}
.blurb a img {height:0; width:0; border-width:0}
.blurb a:hover img {position:absolute; top:-10px;left:175px; width:300px; height:200px;}

   
/* orange dialog box */
.orangedialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.orangedialog .content,
.orangedialog .t,
.orangedialog .b,
.orangedialog .b div {
 background:transparent url(images/bigorangebox.png) no-repeat top right;
 _background-image:url(images/bigorangebox.gif);
}

.orangedialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
 color:black;
}

.orangedialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.orangedialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.orangedialog .b,
.orangedialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.orangedialog .b {
 background-position:bottom right;
}

.orangedialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.orangedialog .hd,
.orangedialog .bd,
.orangedialog .ft {
 position:relative;
}

.orangedialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.orangedialog h1,
.orangedialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.orangedialog h1 {
 padding-bottom:0px;
}
.orangedialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.orangedialog .content,
.orangedialog .t,
.orangedialog .b,
.orangedialog .b div {
 background:transparent url(images/bigorangebox.png) no-repeat top right;
 _background-image:url(images/bigorangebox.gif);
}

.orangedialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
}

.orangedialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.orangedialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.orangedialog .b,
.orangedialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.orangedialog .b {
 background-position:bottom right;
}

.orangedialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.orangedialog .hd,
.orangedialog .bd,
.orangedialog .ft {
 position:relative;
}

.orangedialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.orangedialog h1,
.orangedialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.orangedialog h1 {
 padding-bottom:0px;
}

.bluedialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
 color:Black;
}

.bluedialog .content,
.bluedialog .t,
.bluedialog .b,
.bluedialog .b div {
 background:transparent url(images/bigbluebox.png) no-repeat top right;
 _background-image:url(images/bigbluebox.gif);
}

.bluedialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
 color:Black;
}

.bluedialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.bluedialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.bluedialog .b,
.bluedialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.bluedialog .b {
 background-position:bottom right;
}

.bluedialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.bluedialog .hd,
.bluedialog .bd,
.bluedialog .ft {
 position:relative;
}

.bluedialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.bluedialog h1,
.bluedialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.bluedialog h1 {
 padding-bottom:0px;
}

.greendialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.greendialog .content,
.greendialog .t,
.greendialog .b,
.greendialog .b div {
 background:transparent url(images/biggreenbox.png) no-repeat top right;
 _background-image:url(images/biggreenbox.gif);
}

.greendialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
 color:black;
}

.greendialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.greendialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.greendialog .b,
.greendialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.greendialog .b {
 background-position:bottom right;
}

.greendialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.greendialog .hd,
.greendialog .bd,
.greendialog .ft {
 position:relative;
}

.greendialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.greendialog h1,
.greendialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.greendialog h1 {
 padding-bottom:0px;
}

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/bigwhitebox.png) no-repeat top right;
 _background-image:url(images/bigwhitebox.gif);
}

.dialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}

.noshadowDialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:950px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000000;
 z-index:1;
 margin-left:20px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.noshadowDialog .content,
.noshadowDialog .t,
.noshadowDialog .b,
.noshadowDialog .b div {
 background:transparent url(images/bigwhitebox.gif) no-repeat top right;
 _background-image:url(images/bigwhitebox.gif);
}

.noshadowDialog .content {
 position:relative;
 zoom:1; /* please leave in for IE6 compatibility */
 _overflow-y:hidden;
 padding:0px 40px 0px 0px;
}

.noshadowDialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:-20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
 z-index:-1;
}

.noshadowDialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.noshadowDialog .b,
.noshadowDialog .b div {
 height:45px; /* height of bottom cap/shade */
 font-size:1px;
}

.noshadowDialog .b {
 background-position:bottom right;
}

.noshadowDialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.noshadowDialog .hd,
.noshadowDialog .bd,
.noshadowDialog .ft {
 position:relative;
}

.noshadowDialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.noshadowDialog h1,
.noshadowDialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.noshadowDialog h1 {
 padding-bottom:0px;
}

.borderimgbutton img
{
	border-width:0;
	border-color:White;
}

.borderimgbutton a:hover img
{
	border-width:5;
	border-color:Blue;
}

.style1
{
    font-size: large;
    font-weight: bold;
}
.style2
{
    font-size: x-large;
}

.linkbutton:hover{
cursor:hand;
}
