/* html definitions*/
h1 {
	color:#0066CC;
}


h3 {
	color: #FFFFFF;
	text-decoration: underline;
}

/* breadcrumb*/
.breadcrumb{
	background-color: #46B82F;
	color: #EEEEEE;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 5px;
	border-top: 0px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: 1px solid #336633;
	border-left: 1px solid #336633;
}

/* middle matter*/
.middle_matter {
	border-top: 0px solid #336633;
	border-right: 1px solid #336633;
	border-bottom: 2px solid #336633;
	border-left: 1px solid #336633;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
}

.navigation_top {
	background-color: #ffffff;
	height: 29px;
}

.navigation {
	background-color: #ffffff;
	border-right: 1px solid #336633;
	vertical-align: top;
	text-align: center;
	width: 157px;
}

.menus {
	background-color: #E8E8E8;
	border-bottom: 0px dashed #66CCFF;
	font-size: 9pt;
	font-weight: bold;
	color: #222222;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-bottom: 10px;
}

/* bar at the bottom*/

	/*exercise and level templates*/
.bottom {
	border-top: 5px solid #46B82F;
	margin-bottom: 3px;
	background: #FFFFFF;
	height: 18px;
	
}

/* left-hand navigation block level style*/
.choice {
	width: 146px;
	background-color: #46B82F;
	text-align: left;
	height: 22px;
	text-indent: 4px;
	margin-bottom:3px;
	padding-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 2px solid #336633;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #336633;
}

/*link styles*/

a.choicelink {
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.choicelink:hover {
	text-decoration: underline;
	color: #000000;
}

a.breadcrumblink {
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.breadcrumblink:hover {
	text-decoration: underline;
	color: #000000;
}

/* global exercise styles */

.title{
	font-size: 11pt;
	color: #0066CC;
}

.rubric {
 font-weight:bold;
 }
 
.title p{
	font-size: 14pt;
	margin-top: 0px;
	font-weight: normal;
}

.level_title {
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #FF3333;
}

/* Reading for fun style */

.RFF_table {	
 	width: 100%;
	margin-bottom: 50px; 
}
.RFF_table h2 {
	font-size: 11pt;
	color:#0066CC;
	line-height: 25px;
	border-bottom: 1px solid #777777;
}
.RFF_tablecell {
	font-weight: bold;
	color: #777777;
}

.RFF_linktotop { 
	width: 100%; 
	text-align:right;
}

/* Help and Level styles */

.help img {
	margin-right: 8px;
	vertical-align: top;
	float:left;
}
.help h2 {
	display: inline;
	font-size: 11pt;
	color:#0066CC;
}
.help {
clear:both;
padding-top: 10px;}
