#content {
	margin: 0px 12px 0px 24px;
	position: relative;
}	

#content p, h1, h2, h3, h4  {
	margin: 2px 0 8px 0;
}

#content p {
	font-size: 1em;
}

#content h1 {
	font-size: 2em;
	color: #2A5993;
}

#content h2 {
	font-size: 1.75em;
	color: #2A5993;
}

#content h3 {
	font-size: 1.5em;
	color: #2A5993;
}

#content h4 {
	font-size: 1.25em;
}

#content h5 {
	font-size: 1.em;
	font-weight: bold;
}

.float-left {
	float: left;
	margin: 0px 0px 0px 10px;
	position: relative;
}

.float-right {
	float: right;
	margin-right: 10px;
	position: relative;
}

#content p.content-nav-button {
	text-align: right;
	margin: 2px 0px 8px 0px;
	clear: both;
}

/* button text is transparent, color the background to color the text */
#content p.content-nav-button a {
	background-color: #2A5993;
}

/* change background color to change text color on hover */
#content p.content-nav-button a:hover {
	background-color: #C60F08;
}

#content h2.question-number {
	margin-left: 120px;
	line-height: 1.25em;
}

/* treat the numbers as a block element */ 
.question-number span {
	display: block;
}

.incorrect {
	font-weight: bold;
	color: #990000;
}

.correct {
	font-weight: bold;
	color: #0EAC24;
}

.text-highlight {
	font-weight: bold;
	color: #990000;
	background-color: #F9D0D0;
	padding: 0px 2px;
}

/* format the grey box for quotes */
#content div.greybox {
	background-image: url(../Images/LearncenterImages/Greybox_shadow_right_bkgnd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCCED5;
	padding-top: 10px;
	position: relative;
}


/* format the grey grey box drop shadow at the bottom */
p.greybox-shadow-bottom {
	background-image: url(../Images/LearncenterImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	padding-top: 10px;
}

/* format the right text blurb */
#content div.right-blurb {
	background-color: #fff;
	background-image: url(../Images/LearncenterImages/Blurb_right_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 20px 10px 112px;
	position: relative;
	height: 1%;
}

#content div.right-blurb p {
	padding: 0px 20px 0px 40px;
	margin: 0px 0px 0px 0px;
}

#content div.right-blurb p.blurb-top {
	padding: 0px;
	background-image: url(../Images/LearncenterImages/Blurb_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#content div.right-blurb p.blurb-bottom {
	padding-left: 0px;
	background-image: url(../Images/LearncenterImages/Blurb_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* format the below text blurb */
#content div.below-blurb {
	background-color: #fff;
	background-image: url(../Images/LearncenterImages/Blurb_below_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 20px 0px 10px;
	position: relative;
	clear: left;
	padding-top: 21px;
}

/* stupid ie! */
*html #content div.below-blurb {
	padding-top: 10px;
}

#content div.below-blurb p {
	padding: 0px 12px;
	margin: 0px 0px 0px 0px;
}

#content div.below-blurb p.blurb-top {
	padding: 0px 0px 0px 0px;
	background-image: url(../Images/LearncenterImages/Blurb_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#content div.below-blurb p.blurb-bottom {
	padding: 0px;
	background-image: url(../Images/LearncenterImages/Blurb_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* format the topic list */
#topic-list {
	height: 1%;
	margin: 0 20% 0 25%;
}

#topic-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topic-list ul li {
	list-style-type: none;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

/* stupid i.e. !! */
*html #topic-list ul li {
	margin: 0px;
	line-height: .5em;
}

/* stupid i.e. !! */
*html #topic-list ul li a {
	background-position: 0em .3em;
	line-height: 1em;
}
/* stupid i.e. !! */
*html #topic-list ul li a:hover {
	background-position: .25em .3em;
}

#topic-list ul li a {
	background-image: url(../Images/LearncenterImages/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	display: block;
	color: #2F5D8C;
	font-size: 1em;
	margin: 0px;
}

#topic-list ul li a:hover {
	background-image: url(../Images/LearncenterImages/arrow_red.gif);
	background-position: .25em .4em;	
	color: #990B06;
}

/* format the topic status styles */
#topic-list ul li a span {
	background-color: #EFEFEF;
	padding: 1px 3px;
	margin-left: 5px;
	font-size: 0.7em;
	color: #666666;
	text-transform: uppercase;
}

#topic-list ul li a span.started {
	background-image: url(../Images/LearncenterImages/started_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 14px;
}

#topic-list ul li a span.completed {
	background-image: url(../Images/LearncenterImages/completed_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 15px;
}

#topic-list ul li a span.unvisited {
	background-image: url(../Images/LearncenterImages/started_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 15px;
}

#left-column {
	width: 45%;
	float: left;
	position: relative;
}

#right-column {
	width: 45%;
	margin-left: 47%;
	height: 1%;
	position: relative;
}

.clear {
	clear: both;
	fint-size: 1px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}

#content p.instructions {
	font-size: 0.8em;
	padding: 5px 5px 5px 18px;
	background-image: url(../Images/LearncenterImages/information_icon.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCED5;
	font-style: italic;
	color: #666666;
	position: relative;
}

#content p.question {
	font-size: 1.2em;
	font-weight: bold;
}

#content form table {
	border: 1px solid #3974BD;
	padding: 6px;
	margin: 5px 0px;
}

table tr td {
	vertical-align: top;
	padding-bottom: 2px;
}

input.button {
	background-color: #2A5993;
}

input.button:hover {
	background-color: #C60F08;
}

#content h2.review-topic {
	color: #666666;
	font-style: italic;
	margin-left: 120px; 
}

h2.review-topic span {
	color: #2A5993;
	display: block; 
}

#content div.notebook {
	background-image: url(../Images/LearncenterImages/spiral_ring_bkgnd.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	position: relative;
	clear: both;
	border-top: 8px solid #fff; /* to add space between notebook and upper elements, firefox workaround */
}

*html #content div.notebook {
	border-top: 0px;
}

#content div.notebook p.notebook-top {
	background-image: url(../Images/LearncenterImages/notebook_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}

#content div.notebook p.notebook-bottom {
	background-image: url(../Images/LearncenterImages/notebook_bottom_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
}

/* format the notebook text area and content */

#content div.notebook div.notebook-text {
	color: #333333;
	background-image: url(../Images/LearncenterImages/notebook_paper_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 94%;
	position: relative;
	padding: 0px 0px 0px 14px;
}

#content div.notebook div.notebook-text h1 {
	color: #333333;
	font-style: italic;
	font-size: 1.25em;
}

#content div.notebook div.notebook-text h2 {
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}

#content div.notebook div.notebook-text ul, ol {
	margin-bottom: 0px;
	padding-bottom: 6px;
} 





