/* Breeze Internal Page Style- two column div  8 20 04 */

@import url(basic.css);


div#leftC p, div#rightC p{ text-align:justify;background-color:#EEE;}
div#rightC p{padding-right:1em;margin-left:0; padding-left:0.5em;}
div#leftC p{padding-right:1em; margin-right:0;padding-left:0.5em;}
/*** Thanks to PIE, Position Is Everythings Holly and Big John for hints/tips/help in this center column layout
		http://www.positioniseverything.net/guests/3colcomplex.html ***/
/*** Tan hack for IE. Only IE browsers see this selector.
     This replaces the old Tantek hack. Please see Edwardson Tan's page.
     http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html ***/

* html #wrapper {
	width: 100%; /*** IE5.5 needs this value to eliminate a horizontal scrollbar ***/
	w\idth: auto; } /*** resets the value for IE6 and IE5-Mac ***/

div#leftC {
	float: left;
	margin-left: 6px;
	width: 43%;
	
	
 }

html>body #leftC {margin-left: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/

div#rightC {
	float: right;
	margin-right: 6px;
	width: 43%;
 }

html>body #rightC {margin-right: 12px; } /*** IE doubles the margin on the float. This sets
					the margin to the correct width for others ***/
					
div.clear{	clear: both;
	margin: 0;
	padding: 0; }	
	
div.clear p{padding:0.5em;}

div#crumbs{font-size:76%; color:#164483;text-align:left;margin-bottom:0.5em;}


.quizQuestion
{
	font-family		: Verdana, Helvetica, Arial, sans-serif;
	font-size			: 120%;
	font-weight		: bold;
	color				: #000;
}
.quizRightWrong
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size		:150%;
	font-weight		: bold;
	color				: #FF0000;

}
.quizText
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 120%;
	color				: #000;
	
}
.quizAnswers
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 120%;
	font-weight		: bold;
	color				: #000;
}
.quizIndent
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 120%;
	color				: #000;
	font-weight: bold;
	margin-left: 1.5em;
	margin-bottom:1.75em;
	border-bottom:1px solid;
}
.quizTextA
{
	font-family		: Arial, Helvetica,sans-serif;
	font-size			: 150%;
	color				: #000;
	font-weight:	bold;
}

.clr {clear:both;}


