body, body li a {
	/*background-color: #FFFFFF;*/
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	}

#content p {
	padding: 0;
	margin: 0 0 1em 0;
	}

/*============UNORDERED LISTS=============*/
ul  {
	list-style:square;
	padding-top: 0px;
	margin-top: -.25em;
	
	text-indent: 0px;
	}
ul ul, ul ul ul {padding-top:0;}

ul.noStyle {
	list-style-type: none;
	list-style-image: none;
	}


#content form .layeron li {
	padding-left: 30px;
	text-indent: -16px;
	margin-left: 8px;
	}


/*============LINK PROPERTIES=============*/
a {text-decoration: underline;}
a:link,a:visited {color: #00c;}
a:focus, a:hover, a:active {color: #69f;}

/*============HEADING PROPERTIES=============*/

h2, h1 {
		text-align:left;
		display:block;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		/*padding:.1em 0;*/
		height:21px;
		margin:0;
	}
	
h1 {
		background-color:#c5d6ef;
		font-size:1.4em;
		font-style:italic;
		color:#000;
		padding-left:5px;
		}
h2 {
			font-size:1.2em;
			color:#900;
				}


h3{
	font-size:1.05em;
	font-family:"arial black";
	font-weight: normal;
	padding: 0;
	margin: 0 0 0px 0;
	color:#000;
	}
	

/*============EMPHASIS PROPERTIES=============*/
strong, em, .Pageref {/* aka Emphasis1 */
	color: #CA3000;
	font-size: 1em;
	font-weight:bold;
	font-style:normal;
	}
	
strong.plain {
	color:inherit;	
	}
em.plain {
	color:inherit;
	font-weight:normal;
	font-style:italic;
	}
	
	td.strong, td.em{color:#196EAE;}

/*============REFERENCE PROPERTIES=============*/
.Bookref {
	font-weight:bold;
	font-style:italic;
	}



cite {font-style:normal;}
cite.title {font-style:italic;}

/*============CAPTION-CREDITS=============*/
.imgcapL {
	float: left;
	margin-bottom: .21em;
	}

.imgcapR {
	float: right;
	margin-bottom: .21em;
	}

.credit {
	color: #666666;
	font-size: .725em;
	text-align: center;
	margin-top: -13px;
	}

.ImageCaption {
	color: #666666;
	font-size: .9em;
	font-family:"Arial Narrow";
	font-weight:bold;
	text-align: center;
	margin-top: -13px;
	line-height:1.2em;
	}
	

/*================IMAGE ALIGNMENT=================*/
#content .center{
	text-align: center;
	margin: 0 auto;
	}

/*============TABLE PROPERTIES=============*/
td, th {
	padding: 3px; 
	vertical-align:middle;
	line-height:.9em;
	}
th {text-align: left; background-color:#900; color:#FFFFFF;}
#content th a{color:#999999;}

table, th, td {
	border: 1px solid #900;
	margin: 0 0 .5em 0;
	border-collapse: collapse;
	text-align: center;
	border-spacing: 0px
	
}

table {
	margin-left:1px;
	width:97%;
	} /* makes FireFox happy */



.borderless, .borderless td, .borderless th { border: 0;}

.fbimg {
	width:20px;
	height:20px;
	display:block;
	}
	
table caption {
	/*padding-top:.25em;*/
	border:none;
	font-family:"Arial Black",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0A5B97;
	}
/*to left align text in an entire table. FFL is centered by default*/
table#tableTextLeft tr td {text-align:left; padding-left:.5em;}

.ColSpan {
	background-color:#fff;
	font-weight:bold;
	color:#196EAE;
	text-align:center;
	}


.ColTitle, .ColTitleSm {
	background-color:#196EAE;
	font-weight:bold;
	color:#FFFFFF;
	}

.RowTitle, .RowTitleSm{
	background-color: #B5D9F4;
	}

.RowColor {background-color:#E7F0F7;}
.RowColor td input {background-color:#FFF;}
input.input {border:1px solid #7F9DB9;}
	
.ColTitle, .RowTitle {font-size:1em;}
.ColTitleSm, .RowTitleSm {font-size:.9em;}

/*================TEXT ALIGNMENT=================*/
#content table.tal, .tal {text-align: left;}
table.tac, .tac {text-align: center;}
table.tar, .tar {text-align: right;}
	
/* =============== BUTTON TEXT CLASS =============== */

.ButtonText:link, .ButtonText:visited {
	color:#8CB175;
	font-size:.9em;
	text-transform:uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	border: 1px #8CB175 solid;
	padding:3px 6px;
	font-weight:bold;
	background-color:#F0F9EB;
	text-decoration:none;
	clear:both;

	}
	
.ButtonText:link, .ButtonText:visited {-moz-border-radius: 5px; /*FF specific style*/}

.ButtonText:focus, .ButtonText:hover, .ButtonText:active {background-color:#FFF; clear:both;}


/*==================PARAGRAPH ICONS==================*/

#content p.book{
	padding-left: 60px;
	background-image: url(../images/icon_pbook.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	height:65px;
	height /* */: /**/auto;
	min-height:65px;
	}
#content p.bookcont{
	padding-left: 60px;
	background-position: left;
	}
	
#content p.resource{
	padding-left: 60px;
	background-image: url(../images/icon_pweb.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	height:50px;
	height /* */: /**/auto;
	min-height:50px;
	}
#content p.resourcecont{
	padding-left: 60px;
	background-position: left;
	}
	
/*==================TEXT MARKUPS==================*/
.highlight { background-color: #FFFF00;}

.subscript {
	vertical-align:bottom;
	font-size:.725em;
	color:#666666;
	}

.superscript {
	vertical-align:text-top;
	font-size:.725em;
	color:#666666;
	}

.DevNote {
	color:green;
	font-size:10pt;
	margin: 0 30em 0 2em;
	background-color:yellow;
	}

.Instruction {
	color:#036;
	font-weight:bold;
	}

.Hint, .Notes {
	color:#666666;
	font-size:.8em;
	}

.Nav {
color:#8CB175;
font-size:.9em;
text-transform:uppercase;
font-family: "Arial Narrow";
font-weight:bold;
	}

.input, .inputLt {
	color: #036;
	font-family: Arial, sans-serif;
	padding:0;
	font-size:1em;
	}


.FBCorrect .FBBold, .FBCorrectBold {
	}
.FBIncorrect .FBBold, .FBIncorrectBold {
	}

.Feedback {}

/*=========================image captioning and alignment=====================*/
	div.imageSidebar, div.imageSidebarL {
	text-align:center;
	padding-bottom:.1em; /*fix for IE that seems to cut the very bottom off in browser MSW 11-30-05*/
	width: 200px;
	max-width:200px;
	}
div.imageSidebar {float:right; margin-left:1em;}
div.imageSidebarL {float:left; margin-right:1em;}
div.imageSidebar .fr, div.imageSidebarL .fr, div.imageSidebar .fl, div.imageSidebarL .fl {float:none;}
#content div.imageSidebar p, #content div.imageSidebar img, #content div.imageSidebarL p, #content div.imageSidebarL img {margin:0; padding:0;}


/*==================FITNESS TECHNOLOGY AREA==================*/
#FitTech {
	clear:both;
	width:690px;
	background-color:#F8DAAA;
	text-align:left;
	background-image:url(../images/FitTechTop.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 35px 0px 8px 0px;
	margin: 1em 3px 0px 0;
	margin-right /* */:/**/1px;	
}

#FitTech p {
padding: 15px 20px 10px 20px;
margin-bottom:-7px;
font-size:.9em;
background-image:url(../images/FitTech_tile.gif);
background-repeat:repeat-y;
}
