body {
	margin: 0px;
	padding: 0px;
	/*the background image consists of a 1px wide by 837px high graphic which is white for 62px, a blue gradient for 25px and the ermaiers is another blue gradient*/
	background-image:  url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #0099cc;
	font: 12px Arial;
}

a {text-decoration: none;}
a:hover {text-decoration: underline;}

img { 
	border: none;
	/*margin-bottom: 0px;*/
}

#clearmain {
	clear: both;
	
	margin:0;
	padding:0;
}

#masthead {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/*wraps the content of the entire site including the header, main, and footer div*/
#wrapper {
	/*border: 1px solid green;*/
	width: 976px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*The main content area of the site*/
#main {
	margin-top: 26px;
	width: 952px;
	padding: 0px;
	border: 12px solid #FFFFFF;
	background-image:  url(images/main_background.gif);
	background-color: #f5f7f6;
	background-repeat: repeat-y;
	/*height: 623px;*/
}

/*Left nav zone styles*/

/*shell*/
#leftnav {
	/*border: 1px solid green;*/
	width: 185px; 
	float: left;
	margin: 0;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 130px;
	background-color: #8973B4;
}



table.cfdebug {
	float: left;
}

#leftnavbackground {
	background-image:  url(/images/ln_background.gif);
	background-repeat: repeat-y;
}

/* Nav Heading List */
#leftnav ul {
	padding: 0px;
	margin: 0;
	color: white;
	font-weight: bold;
}

#leftnav a {
	color: white;
	font-weight: bold;
}

/*General rule for all left nav list items*/

#leftnav li {
	list-style: none;
	padding: 10px 0 0 0;
	font-weight: bold;
}

#leftnav li span.cp {
	font-size: .6em;
}

/*Heading List item: Excercises, Resources, etc.*/
#leftnav ul.ln_headinglist li.ln_heading {
	font-size: 14px;
	font-weight: bold;
}

/*Rules for Nav level 1 list*/
#leftnav li.ln_heading ul.ln_topnav {
	font-size: 14px;
	font-weight: bold;
}

/*Top level nav selected list item*/
#leftnav li.ln_heading ul.ln_topnav li.selected {
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 20px;
	color:#FFFFFF;
	background-image:  url(images/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
}

#leftnav li.ln_heading ul.ln_topnav li.selected a.selectedlevellink {
	color:#55FE01;
	font-weight: bold;
}

/* Nav Level 2 unordered list rules only apply when you have a first level selected */
#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two {
	font-size: 14px;
	list-style-image: none;
	padding-left: 2px;
	color:white;
	font-weight: bold;
	
}


/*Rules for Nav level 2 item*/
#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two li {
	padding: 0px 0 0 15px;
	font-weight: bold;
}

#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two li.selected {
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	background-image: none;
	margin-left:-3px;


	
}

#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two li.subselected {
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	background-image: none;
color:#55FE01;


}

#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two li.subselected a.selectedlevellink {

color:#55FE01;
font-weight: bold;


}

/* Rules for Nav Level 3 selected item */
#leftnav li.ln_heading ul.ln_topnav li.selected ul.ln_level_two li ul.ln_level_three li.selected {
	font-size: 14px;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	list-style-image: none;
	background-image: none;
	
}

/*End of left nav zone styles*/

/*Content area styles*/
#content {
	float: left;
	padding: 0px;
	width: 542px;
	background-image:  url(/images/gradient-strip.jpg);
	background-repeat: repeat-x;
}

#content .mainContent{
	/*float: left;*/
	padding-left: 10px;
	padding-right: 15px;
	width: 522px;
}

#content .mainContent a{
	color: #8973B4;
}

/*right navigation zone styles*/
#rightnav {
	margin: 0px;
	padding: 10px 0 0 0;
	width: 210px; 
	float:right;
}

#rightnav p {
	margin: 0px;
	padding-top: 0;
	padding-left: 10px;
}
/*footer styles*/

#footer {
	clear: both;
	padding-top: 8px;
	line-height: 18pt;
	font-size: 9pt;
	background-color: transparent;
	color: #fff;
	margin: 0px;
}

#footer #subline {
	font-size:8pt;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #fff;
}

/* ================= horizontal menus (used in footer only) ==================== */

ul.hmenu {
	margin: 0;
	padding: 0;
}
ul.hmenu li {
	display: inline;
	border-left: 1px solid; 
	padding: 0 6px 0 10px;
}
ul.hmenu li.first {
	border: none;
	padding: 0 6px 0 0;
}
ul.hmenu li.last {
	padding: 0 0 0 10px;
}

#header {
	padding-top: 8px;
	padding-bottom: 3px;
	margin:0;
}

#headerzone {
	margin: 0;
	padding: 0;
}

div.left {
	float:left;
}
div.right {
	float:right;
	text-align: right;
}

strong.heading {
	 	color : Black;
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 12pt;
}
 
strong.subheading {
	 	color : Black;
	 	font-family : Arial, Helvetica, sans-serif;
	 	font-size : 12pt;
}
.chapterHead {
	font-weight:bold;
}
