#content {
	margin: 0px 12px 0px 24px;
	position: relative;
	font-size: 110%;
}	

#content p, h1, h2, h3, h4  {
	margin: 2px 0 8px 0;
}

#content p {
	font-size: 1em;
}	
p span {
	font-weight: bold;
	font-style: italic;
	color: #2A5993;
}	
#content ul {
	line-height: 1.3em;
}

#content li {
	font-size: 100%;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 10px;
	font-weight: normal;
}

#content h1 {
	font-size: 1.5em;
	color: #2A5993;
}

#content h2 {
	font-size: 1.25em;
	color: #2A5993;
}

#content h3 {
	font-size: 1em;
	color: #2A5993;
}

#content h4 {
	font-size: .8em;
}

#content h5 {
	font-size: .6;
	font-weight: bold;
}
#content .help, abbr, acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	cursor: help;
}
img {
	border: 0px;
}
.right {
	float: right;
	margin: 8px 0 8px 8px;
	position: relative;
}
.left {
	float: left;
	margin: 8px 8px 8px 0;
	position: relative;
}
.center {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;
}
/* BEGIN DIALOGUE BOX FORMATTING ---------------------------------------- */

/* format the dialogue box for quotes with headshot */
#dialogue {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_right_bkgnd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCCED5;
	padding-top: 10px;
	position: relative;
	display: block;
}


/* format the blurb elements */
#dialogue div.blurb {
	height: 1%;
	background-color: #fff;
	position: relative;
}

#dialogue div.blurb p {
	padding: 0px 20px 0px 10px;	
}
#dialogue div.blurb dt {
	font-size: 1.25em;
	color: #2A5993;
	padding: 0px 20px 0px 10px;
	font-weight: bold;	
}
#dialogue div.blurb dd {	
	font-size: 1em;
}
#dialogue div.blurb p.center {
	text-align: center;	
}
#dialogue div.blurb p.blurb-top {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../../Images/TemplateImages/Blurb_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#dialogue div.blurb p.blurb-bottom {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../../Images/TemplateImages/Blurb_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* format the elements for a dialoge with image left and quote right */
#dialogue.quote-right div.blurb {
	margin: 0px 20px 20px 130px;
}

/* format the dialogue box drop shadow at the bottom */
#dialogue.quote-right p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: left;
	padding-top: 10px; 
}

#dialogue.quote-right p.photo {
	position: relative;
	float: left;
	background-image: url(../../Images/TemplateImages/Blurb_right_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px 20px 0px 10px;
}

*html #dialogue.quote-right p.photo {
	left: 4px;
}


/* format the elements for a dialogue with image right and quote left */
#dialogue.quote-left div.blurb {
	margin: 0px 140px 10px 10px;
}

/* format the dialogue box drop shadow at the bottom */
#dialogue.quote-left p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: right;
	padding-top: 10px; 
}

#dialogue.quote-left p.photo {
	position: relative;
	float: right;
	background-image: url(../../Images/TemplateImages/Blurb_left_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

*html #dialogue.quote-left p.photo {
	right: 4px;
}

/* format the elements for a dialogue with image top-left and quote below */
#dialogue.quote-below-ileft div.blurb {
	margin: 0px 20px 0px 10px;
	clear: both;
	padding: 0px;
}

/* format the dialogue box drop shadow at the bottom */
#dialogue.quote-below-ileft p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: inherit;
	padding-top: 10px; 
}

#dialogue.quote-quote-below-ileft p.photo {
	position: relative;
	text-align: left;
	background-image: url(../../Images/TemplateImages/Blurb_below_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 20px 10px;
}

*html #dialogue.quote-quote-below-ileft p.photo {
	top: 4px;
}


/* format the elements for a dialogue with image top-right and quote below */
#dialogue.quote-below-iright div.blurb {
	margin: 0px 20px 0px 10px;
	clear: both;
	padding: 0px;
}

/* format the dialogue box drop shadow at the bottom */
#dialogue.quote-below-iright p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: inherit;
	padding-top: 10px; 
}

#dialogue.quote-below-iright p.photo {
	position: relative;
	text-align: right;
	background-image: url(../../Images/TemplateImages/Blurb_below_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 20px 0px;
}

*html #dialogue.quote-left p.photo {
	top: 4px;
}

/* format the elements for a dialogue with image top-center and quote below */
#dialogue.quote-below-icenter div.blurb {
	margin: 0px 20px 0px 10px;
	clear: right;
	padding: 0px;
}

/* format the dialogue box drop shadow at the bottom */
#dialogue.quote-below-icenter p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: inherit;
	padding-top: 10px; 
}

#dialogue.quote-below-icenter p.photo {
	position: relative;
	text-align: center;
	background-image: url(../../Images/TemplateImages/Blurb_below_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px 10px 20px 0px;
}

*html #dialogue.quote-left p.photo {
	top: 4px;
}



/* END DIALOGUE BOX FORMATTING ---------------------------------------- */


/* format the topic list ----------------------------------*/
#topic-list {
	height: 1%;
	margin: 5% 1%;
}

#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: .9em;
}
/* stupid i.e. !! */
*html #topic-list ul li a {
	background-position: 0em .3em;
	line-height: 1.3em;
}
/* stupid i.e. !! */
*html #topic-list ul li a:hover {
	background-position: .25em .3em;
}

#topic-list ul li a {
	background-image: url(../../Images/TemplateImages/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/TemplateImages/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/TemplateImages/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/TemplateImages/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/TemplateImages/started_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding-left: 15px;
}
/* FORMAT THE QUIZ LIST WITH STATUS STYLES ------------------------------------------*/

#quiz-list ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#quiz-list ul li a {
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	color: #2F5D8C;
	font-size: 1em;
	margin: 0px;
}

#quiz-list ul li a:hover {
	color: #990B06;
	text-decoration: underline;
}
#quiz-list ul li a span {
	background-color: #EFEFEF;
	padding: 1px 3px;
	margin-left: 5px;
	font-size: 0.7em;
	color: #666666;
	text-transform: uppercase;
}	
#quiz-list ul li a span.quizdate {
	font-weight: bold;
	text-transform: none;
	font-style: normal;
}
#content p.quizInstruct {
	font-size: 0.8em;
	padding: 5px 5px 5px 18px;
	background-image: url(../../Images/TemplateImages/information_icon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 15px;
	text-indent: 25px;
	border: 1px solid #CCCED5;
	color: #666666;
}
.quiz-caution {
	color: #990000;
	background-color: #F9D0D0;
	padding: 5px;
}
.quiz-caution dt {
	font-weight: bold;
}
/* end quiz list styles ---------------------------------------------------------*/

#left-column {
	width: 45%;
	float: left;
	position: relative;
}

#right-column {
	width: 45%;
	margin-left: 49%;
	height: 1%;
	position: relative;
}

*html #right-column {
	width: 100%;
	margin-left: 49%;
	height: 1%;
	position: relative;
}

.clear {
	clear: both;
	font-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/TemplateImages/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/TemplateImages/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 */
	margin: 10px;
	display: block;
}

*html #content div.notebook {
	border-top: 0px;
}

#content div.notebook p.notebook-top {
	background-image: url(../../Images/TemplateImages/notebook_top_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#content div.notebook p.notebook-bottom {
	background-image: url(../../Images/TemplateImages/notebook_bottom_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

/* format the notebook text area and content */

#content div.notebook div.notebook-text {
	color: #333333;
	background-image: url(../../Images/TemplateImages/notebook_paper_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px 34px 0px 0px;
	position: relative;
	padding: 0px 0px 0px 14px;
	overflow: hidden;
	height: 1%;
}

.grey {
	color: #cccccc;
}

#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;
}

#content div.notebook div.notebook-text p {
	font-size: 90%;
} 
/* link to NEXT topic at the bottom of the last page of a topic*/
#nextbutton a {
	clear: both;
	font-size: .6em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin: 4px;
	background-color: #2A5993;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	
}
#nextbutton a:hover {
	text-decoration: underline;
	background-color: #2A5993;
	color: #ffffff;
}
/* link to TELL ME WHY button on quiz feedback page*/
.showmebutton a {
	font-size: .6em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin: 4px;
	background-color: #2A5993;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	clear: both;
}
.showmebutton a:hover {
	text-decoration: underline;
	background-color: #2A5993;
	color: #ffffff;	
}
.feedback {
	clear: both;
	padding: 4px;
	background-color: #CCFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;

}
/* Vince's JavaScript list*/
#content .toggleDisplay {
	display: none;
	font-size: 90%;	
}	
#content .feed  {
	background-color: #CCFFFF;	
	
}	

noscript {
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
	line-height: inherit;
	background-color: #CCCCCC;	
	color: #000000;
	padding: 4px;
	border: 2px solid #FF0000;
}
noscript a {
	color: #FF0000;
		
}
/* WELCOME include and HIDE WELCOME button on TOPIC TEMPLATE page*/

.welcomebutton a {
	font-size: .6em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 4px;
	background-color: #2A5993;
	padding: 4px;
	text-transform: uppercase;
	letter-spacing: .2em;
	clear: both;
}
.welcomebutton a:hover {
	text-decoration: underline;
	background-color: #2A5993;
	color: #ffffff;	
}
#right-column-welcome {
	width: 35%;
	float: right;
	text-align: center;
	background-image: url(../../Images/TemplateImages/Greybox_shadow_right_bkgnd.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #CCCED5;
	padding-top: 10px;
	position: relative;
}
#right-column-welcome img {
	padding: 10px;
}
/* format the WELCOME box drop shadow at the bottom */
#right-column-welcome p.shadow-bottom {
	background-image: url(../../Images/TemplateImages/Greybox_shadow_bottom_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0;
	margin: 0;
}
#keeptrack {
	font-size: 0.8em;
	padding: 5px 5px 5px 18px;
	background-image: url(../../Images/TemplateImages/information_icon.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCED5;
	font-style: italic;
	color: #666666;
	float: left;
	position: relative;

}