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;}

img { 
	border: none;
	/*margin-bottom: 0px;*/
}

#cengagecourse {
	vertical-align: top;
}

#clearmain {
	clear: both;
	height: 0px;
}

#masthead {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/*wraps the content of teh 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: 25px;
	width: 952px;
	padding: 0px;
	border: 12px solid #000000;
	background-image: url(images/main_background.gif);
	background-color: #FFFFFF;
	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;
	background-color: #037B8B;
}

#leftnavbackground {
	background-image: url(images/ln_background.gif);
	background-repeat: repeat-y;
}

/* Nav Heading List */
#leftnav ul {
	padding: 0px;
	margin: 0;
	color: white;
}

/*General rule for all left nav list items*/

#leftnav li {
	list-style: none;
	padding: 10px 0 0 0;
}

/*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: 13px;
	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:#F5FE00;
	background-image: url(images/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 15px;
}

/* 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: 12px;
	font-weight: normal;
	list-style-image: none;
	padding-left: 10px;
}


/*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;
}

/* 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: 12px;
	font-weight: normal;
	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: 752px;
}

/*right navigation zone styles*/
#rightnav {
	margin: 0px;
	width: 200px; 
	float:right; 
}

/*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;
	/*border: 1px solid orange;*/
}

#headerzone {
	margin: 0;
	padding: 0;
}

div.left {
	float:left;
}
div.right {
	float:right;
	text-align: right;
}
