






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TAGS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
html, body {
	height: 100%;
	}
body {
	background-color: #000;
	margin: 0;
	padding: 0;
	}
body, td, pre, input, textarea, select {
	/*font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: small;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	font-size: 13px;
	}
a:link {
	color: #c30;
	font-weight: bold;
	}
a:visited {
	color: #c30;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #930;
	font-weight: bold;
	}
a:active {
	color: #c30;
	font-weight: bold;
	}
a {
	outline: none;
	}
a img {
	border: 0 none;
	}
code {
	color: #f09;
	}
	
	
p, li, pre {
	line-height: 1.3;
	}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre {
	margin-top: 0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Verdana, sans-serif;
	line-height: normal;
	}
h3, h4, h5, h6, p, ol, ul, pre {
	margin-bottom: 1.3em;
	}
h1 {
	font-size: 13px;
	color: #fff;
	margin: 0;
	background-image: url(../images/h1_bg.jpg);
	background-repeat: repeat-y;
	padding: 6px 0 6px 10px;
	}
html>body h1 {
	margin-left: -14px;
	}
.introPage h1,
.quizPage h1 {
	font-size: 17px;
	color: #000;
	margin: 0 0 20px 0;
	background-image: none;
	border-bottom: 1px dotted #877C6C;
	padding: 0 0 3px 0;
	}
html>body.introPage h1,
html>body.quizPage h1 {
	margin-left: 0;
	}
h2 {
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 0 0 15px 0;
	background-image: url(../images/h2_bg.jpg);
	background-repeat: repeat-y;
	padding: 4px 0 4px 10px;
	}
.introPage h2,
.quizPage h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
	background-image: none;
	padding: 0;
	}
h3 {
	font-size: 15px;
	color: #111;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 2px 18px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 30%;
	border-bottom: 1px dotted #BAAC95;
	width: 75%;
	clear: both;
	}
h4 {
	font-size: 14px;
	color: #111;
	font-weight: bold;
	margin: 0 0 .6em 0;
	}
h5 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	margin: 0 0 .5em 0;
	}
ul {
	list-style-type: square;
	}
ul ul {
	list-style-type: circle;
	}
li {
	margin-bottom: 6px;
	}
li ol,
li ul {
	margin-top: 4px;
	}
th {
	text-align: left;
	}
object, embed {
	margin: 0;
	padding: 0;
	}
blockquote dl {
	font-style: italic;
	}
dt {
	font-weight: bold;
	}
dd {
	margin-right: 12px;
	}
blockquote {
	border: 1px dotted #C1B29B;
	margin: 12px 18px 24px 18px;
	padding: 12px 18px;
	font-size: .9em;
	}
blockquote.standard {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #300;
	font-size: 1em;
	float: left;
	margin: 0 20px 75px 12px;
	}
	
	
/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN DIVISIONS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mother {
	background-color: #ffeccc;
	width: 100%;
	min-height: 100%;
	position: relative;
	}

#banner {
	background-image: url(../images/banner_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	}
#banner .innerBanner p {
	margin: 0;
	}
.introPage #banner .innerBanner p img,
.quizPage #banner .innerBanner p img {
	display: block;
	margin: 0 auto;
	}
	
#footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	margin: 30px 0 0 0;
	padding: 30px 0 20px 0;
	background-color: #000;
	clear: both;
	color: #fff;
	}
html>body #footer {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 0;
	}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	color: #fff;
	}


#pageNumber {
	clear: both;
	text-align: right;
	color: #aaa;
	font-size: 12px;
	padding: 10px 5px 0 0;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	CONTENT
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#content {
	height: 150px;
	padding: 1px 0 20px 0;
	}
html>body #content {
	height: auto;
	min-height: 150px;
	padding-bottom: 100px;
	}
#banner .innerBanner,
#content .innerContent,
#footer .innerFooter {
	width: auto;
	padding: 0 30px 0 30px;
	min-width: 800px;
	}
.introPage #banner .innerBanner,
.introPage #content .innerContent,
.introPage #footer .innerFooter,
.quizPage #banner .innerBanner,
.quizPage #content .innerContent,
.quizPage #footer .innerFooter {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	}
#content .innerContent {
	padding-top: 1px;
	}






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MAIN MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mainMenuPage #content .innerContent {
	background-image: url(../images/mainmenu_photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding: 1px 0 0 210px;
	width: 740px;
	height: 420px;
	}
html>body #mainMenuPage #content .innerContent {
	height: auto;
	min-height: 420px;
	}
#mainMenu {
	margin: 30px 0 20px 0;
	background-color: #D3C4A9;
	width: 638px;
	padding: 0 0 20px 0;
	background-image: url(../images/main_menu_bg.gif);
	background-repeat: repeat-y;
	border: 1px solid #89806E;
	}
#mainMenuPage #banner {
	margin: 0 0 10px 0;
	}
#mainMenu h1 {
	background-image: none;
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin: 0;
	padding: 2px 2px 24px 120px;
	line-height: 1;
	background-image: url(../images/mainmenu_h1_bg.gif);
	background-repeat: no-repeat;
	}
#mainMenu ul {
	list-style-type: none;
	margin: 0 0 0 58px;
	padding: 0;
	}
#mainMenu li {
	line-height: 1;
	padding: 0 14px 14px 0;
	background-image: url(../images/mm_li_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	margin: 0 0 5px 0;
	}
#mainMenu span.compStatus {
	display: block;
	float: left;
	border: 1px solid #ffeccc;
	background-color: #000;
	clear: left;
	min-height: 13px;
	width: 30px;
	padding: 6px;
	margin: 0 3px 0 0;
	}
#mainMenu .done {
	background-image: url(../images/checkmark.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}
#mainMenu .sectionLink {
	display: block;
	float: left;
	border: 1px solid #ffeccc;
	background-color: #000;
	min-height: 14px;
	width: 435px;
	padding: 4px 5px 7px 10px;
	}
#mainMenu a {
	display: block;
	float: left;
	white-space: nowrap;
	}
#mainMenu a,
#mainMenu a:link,
#mainMenu a:visited,
#mainMenu a:active,
#mainMenu a:hover {
	text-decoration: none;
	color: #fff;
	}
#mainMenu a:hover {
	text-decoration: none;
	color: #ffd668;
	}

#mainMenu a.quizLink {
	font-size: 11px;
	padding: 2px 5px 0 0;
	float: right;
	}
#mainMenu a.quizLink,
#mainMenu a.quizLink:link,
#mainMenu a.quizLink:visited,
#mainMenu a.quizLink:active,
#mainMenu a.quizLink:hover {
	font-weight: normal;
	text-decoration: none;
	color: #D3C4A9;
	}
#mainMenu a.quizLink:hover {
	text-decoration: none;
	color: #fff;
	}

#otherLinks {
	list-style-type: none;
	padding: 0 0 0 160px;
	margin: 0;
	width: 190px;
	font-size: 11px;
	}
#otherLinks li {
	margin: 0 0 2px 0;
	}
#otherLinks a {
	display: block;
	background-color: #000;
	text-align: left;
	padding: 3px 10px;
	text-align: center;
	}
#otherLinks a,
#otherLinks a:link,
#otherLinks a:visited,
#otherLinks a:active,
#otherLinks a:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	}
#otherLinks a:hover {
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MENU
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */		
#menu {
	}
#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
#menu li {
	background-image: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 1;
	text-align: center;
	}
#menu li#helpLink {
	}
#mainMenuPage #menu li#helpLink {
	}
#menu li#nextPrevious {
	white-space: nowrap;
	float: right;
	}
#menu span {
	display: block;
	border: 1px solid #fff;
	margin: 0 5px 0 0;
	float: left;
	width: 100px;
	}
#menu li#resourcesLink span {
	width: 220px;
	}
#menu a {
	display: block;
	padding: 2px 5px 4px 5px;
	border: 2px solid #C1BA9B;
	font-weight: bold;
	background-color: #C1BA9B;
	background-repeat: no-repeat;
	}
#menu #previousLink a {
	padding-left: 18px;
	background-image: url(../images/previous_bg.gif);
	background-position: 15px 51%;
	}
#menu #nextLink a {
	padding-right: 18px;
	background-image: url(../images/next_bg.gif);
	background-position: 75px 51%;
	}
#menu a,
#menu a:link,
#menu a:visited,
#menu a:active,
#menu a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	}
#menu a:hover {
	border-color: #787360;
	color: #000;
	}



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	DATA TABLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.dataTable table {
	border-collapse: collapse;
	border-right: 1px solid #777;
	border-bottom: 3px solid #777;
	margin: 10px 0 25px 0;
	}
.dataTable table th {
	text-align: left;
	font-weight: normal;
	background-color: #ECDBBD;
	border-top: 3px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	padding: 6px 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	}
.dataTable table td {
	padding: 3px 6px;
	}
.dataTable table td {
	font-size: 11px;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	vertical-align: top;
	}
.dataTable table ol,
.dataTable table ul {
	margin-left: 0;
	padding-left: 15px;
	}
.dataTable table ul.unbulleted {
	margin-left: 0;
	padding-left: 0;
	}
.dataTable table ul.unbulleted li {
	margin-bottom: 1.5em;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	LOGIN PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.entryDialog p.forgotPass {
	margin: 0;
	padding: 15px 0 0 0;
	}
#loginPage p {
	text-align: center;
	}
#loginPage #content .innerContent,
#lostPasswordPage #content .innerContent {
	padding-top: 40px;
	}
.entryDialog {
	border: 3px solid #000;
	width: 580px;
	margin: 0 auto 30px auto;
	background-color: #E6CEA6;
	color: #000;
	}
.entryDialog a,
.entryDialog a:link,
.entryDialog a:visited,
.entryDialog a:active,
.entryDialog a:hover {
	color: #000;
	}
.introPage .entryDialog .inner {
	border: 1px solid #FFECCC;
	border-top-color: #AB926D;
	padding: 25px 25px 30px 25px;
	width: auto;
	margin: 0;
	min-width: 0;
	background-image: url(../images/dialog_bg.jpg);
	background-repeat: repeat-x;
	}
.introPage .entryDialog h1 {
	color: #FFECCC;
	background-color: #000;
	font-size: 13px;
	padding: 5px 10px 8px 10px;
	margin: 0;
	border: 0 none;
	}
.entryDialog .columnize label {
	width: 130px;
	color: #000;
	}
.entryDialog .submitButton {
	text-align: center;
	margin: 0;
	}
.entryDialog .submitButton input,
.entryDialog .submitButton a {
	border: 1px solid #FFECCC;
	background-color: #000;
	}
.entryDialog .submitButton a {
	float: none;
	margin: 0 auto;
	width: 100px;
	}
.entryDialog .submitButton input:hover,
.entryDialog .submitButton a:hover {
	border-color: #000;
	}

#registerLink .inner {
	background-position: left center;
	}


/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	REGISTRATION PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#registerPage input, #registerPage textarea, #registerPage select {
	font-size: 11px;
	}
#registerPage h1 {
	}
#registerPage fieldset {
	padding-left: 30px;
	border-bottom-color: #ffeccc;
	}
#registerPage .submitButton {
	text-align: center;
	}
#registerPage .submitButton input {
	font-size: 13px;
	}
.required {
	color: #f00;
	}
#registerForm {
	border-top: 5px solid #3B3C39;
	border-bottom: 3px solid #3B3C39;
	clear: right;
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 11px;
	background-color: #E6CEA6;
	}
.error {
	color: #c00;
	border: 1px solid #c00;
	background-color: #ffc;
	padding: 12px;
	font-size: 13px;
	text-align: center;
	}
#loginPage .error {
	width: 560px;
	margin: 0 auto 30px auto;
	}
#loginPage span {
	font-size: 11px;
	}
.success {
	color: #3C0;
	border: 1px solid #3C0;
	background-color: #ffc;
	padding: 12px;
	font-size: 13px;
	text-align: center;
	}
#mainMenuPage .success {
	width: 614px;
	}
.notice {
	padding: 15px 20px 20px 20px;
	background-color: #FFFCF6;
	border-top: 2px solid #877C6C;
	border-bottom: 1px solid #877C6C;
	font-size: 11px;
	width: 320px;
	float: right;
	margin: 0 0 15px 15px;
	line-height: 1.5;
	}
#regInstrux {
	margin: 0 0 30px 25px;
	padding: 0;
	}
#studentNameSection {
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px 0;
	}
#studentNameSection td {
	padding: 2px 5px;
	}
	
	
#willAttendMsg {
	margin: 0;
	}
#willAttendMsg input {
	width: auto;
	}
	
	
	
#first,
#last {
	width: 195px;
	}
#middle {
	width: 25px;
	}


.columnize #fourDigits,
.columnize #mailCode {
	width: 75px;
	}
.columnize #zipcode {
	width: 100px;
	}

#acPhone, #acFax, #acPager {
	width: 30px;
	}

#phone, #fax, #pager {
	width: 200px;
	}



.required {
	color: #900;
	}
label span {
	font-weight: normal;
	}
label.required span {
	color: #900;
	font-weight: normal;
	}

#statusInstrux {
	float: left;
	width: 220px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}
#studentInfoSet ol.radioList {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 0 20px 0;
	}
#affiliationSet {
	border-bottom: 0 none;
	}








/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	LAUNCH PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#gallinsLetter {
	border: 1px solid #877C6C;
	background-color: #FFFCF6;
	padding: 20px;
	}
#gallinsLetter h1 {
	}
#launchMenu {
	text-align: center;
	font-size: 15px;
	}






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	RESOURCES PAGE
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#resoucres {
	font-size: 11px;
	}
.titleLinkPair {
	font-weight: bold;
	font-size: 12px;
	}
.titleLinkPair span {
	font-weight: normal;
	font-size: 11px;
	}
.titleLinkPair a {
	display: block;
	}
#resoucres a:link,
#resoucres a:visited,
#resoucres a:active,
#resoucres a:hover,
#resoucres .titleLinkPair a:link,
#resoucres .titleLinkPair a:visited,
#resoucres .titleLinkPair a:active,
#resoucres .titleLinkPair a:hover {
	color: #7D7364;
	font-weight: normal;
	font-size: 11px;
	}
#resoucres a:hover {
	color: #000;
	text-decoration: underline;
	}
#resoucres .titleLinkPair a:link,
#resoucres .titleLinkPair a:visited,
#resoucres .titleLinkPair a:active,
#resoucres .titleLinkPair a:hover {
	color: #c30;
	}






/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ETHICS PAGES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#realLifeStudies {
	/*font-size: 11px;*/
	}
#realLifeStudies .twoColumn {
	clear: none;
	width: 400px;
	margin-left: 15px;
	}
#realLifeStudies .twoColumn .col1,
#realLifeStudies .twoColumn .col2 {
	width: 190px;
	}
#realLifeStudies .twoColumn p {
	clear: left;
	}
#realLifeStudies .clickable,
#realLifeStudies .clicked {
	margin: 0 0 10px 0;
	padding: 4px 8px;
	width: 400px;
	color: #333;
	font-size: 13px;
	float: left;
	}
#realLifeStudies .clicked {
	/*background-image: url(../images/next_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;*/
	background-color: #3B3C39;
	color: #fff;
	}
#realLifeStudies ul li {
	line-height: normal;
	margin: 0 0 2px 0;
	}
#realLifeStudies ul li input {
	padding: 0;
	margin: 0;
	}
#realLifeStudies ul li,
#realLifeStudies ul li input,
#realLifeStudies ul li label {
	vertical-align: middle;
	font-weight: normal;
	}
.tooManyDeaths,
.placebo {
	margin: 0 0 0 0;
	padding: 0 8px 0 8px;
	clear: left;
	}
#clickNextSpecial {
	border-top: 5px solid #BAAC95;
	padding-top: 20px;
	margin-top: 20px;
	clear: both;	
	}
	
	
	
#questionAnswerBlock {
	margin-bottom: 20px;
	}
#questionAnswerBlock h4 {
	font-size: 13px;
	margin-bottom: 15px;
	}
#questionAnswerBlock h5 {
	font-size: 12px;
	margin-bottom: 4px;
	color: #111;
	}
#questionAnswerBlock .clickable,
#questionAnswerBlock .clicked {
	padding: 0 0 0 10px;
	}
#questionAnswerBlock .clicked {
	background-image: url(../images/next_bg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: underline;
	}
.questionAnswer {
	padding: 0 0 15px 20px;
	font-size: 12px;
	}
.questionAnswer p {
	margin: 0 0 1em 0;
	}




/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	INVESTIGATION PAGES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#protocolDesign .col1 {
	width: 150px;
	}
#protocolDesign .col2 {
	margin-left: 150px;
	width: auto;
	float: none;
	}

#collaboration .col1 {
	width: 235px;
	}
#collaboration .col2 {
	margin-left: 235px;
	width: auto;
	float: none;
	}
/*.correctAnswer strong {
	padding: 2px 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	}
*/







/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	MEDIA PAGES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#mediaGreat {
	width: 500px;
	background-color: #E6CEA7;
	border: 1px solid #948876;
	padding: 20px;
	margin: 0 0 30px 0;
	}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	TEST/QUIZ RELATED STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#testForm .submitButton {
	padding: 0 0 40px 40px;
	}
#testForm .submitButton input {
	background-color: #000;
	padding: 5px 15px;
	font-size: 15px;
	}
#testQuestions {
	/*font-weight: bold;*/
	margin-left: 0;
	padding-left: 30px;
	width: 800px;
	}
#testQuestions ol {
	list-style-type: lower-alpha;
	font-weight: normal;
	margin: 10px 0 25px 0;
	padding-left: 25px;
	}
#testQuestions li {
	font-size: 13px;
	clear: both;
	}
#testQuestions p {
	margin: 0 0 7px 0;
	}
	
	
	

#testQuestions li ol {
	width: 800px;
	float: left;
	}	
#testQuestions li li {
	margin: 0 0 7px 0;
	padding: 0;
	}
#testQuestions li li div.inner {
	padding: 1px 0 5px 0;
	clear: right;
	width: 100%;
	float: right;
	}
#testQuestions li li,
#testQuestions li li input,
#testQuestions li li label {
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0 none;
	line-height: 1;
	font-size: 11px;
	}
#testQuestions li li input,
#testQuestions li li label {
	display: block;
	float: left;
	}
#testQuestions li li input {
	margin: 2px 0 0 0;
	}
#testQuestions li li label {
	width: 635px;
	font-weight: normal;
	line-height: normal;
	padding: 0 0 2px 7px;
	}




#testQuestions li li.correctAnswer span {
	font-weight: bold;
	color: #6766CC;
	}
#testQuestions li li span.choosenAnswer {
	color: #C00;
	background: url(../images/wrong_answer.gif) no-repeat right center;
	padding: 0 15px 0 0;
	}
#testQuestions li li.correctAnswer span.choosenAnswer {
	color: #090;
	background: url(../images/correct_answer.gif) no-repeat right center;
	padding: 0 20px 0 0;
	}
#ieDiv #testQuestions li li.correctAnswer span,
#ieDiv #testQuestions li li span.choosenAnswer,
#ieDiv #testQuestions li li.correctAnswer span.choosenAnswer {
	display: block;
	background-position: 0% 3px;
	padding: 0;
	}
#ieDiv #testQuestions li li span.choosenAnswer {
	text-indent: 15px;
	}
#ieDiv #testQuestions li li.correctAnswer span.choosenAnswer {
	text-indent: 20px;
	}
#results {
	font-size: 15px;
	}
#results li {
	margin: 0;
	line-height: normal;
	}


#quizReview {
	
	}
.correctAnswer {
	color: #090;
	font-weight: bold;
	}
.wrongAnswer {
	color: #f00;
	font-weight: bold;
	}



.quizReference {
	background-color: #FFF9EB;
	border: 1px solid #A1988C;
	padding: 10px 10px 15px 10px;
	font-size: 11px;
	width: 280px;
	margin: 0 0 50px 0;
	-moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3+, Chrome */
	border-radius: 10px; /* Opera 10.5, IE 9 */
	}
.quizReference p {
	margin: 0 0 5px 0;
	line-height: normal;
	font-size: 12px;
	}
.quizReference ul {
	margin: 0;
	padding:  0 0 0 15px;
	}
.quizReference ul li {
	line-height: normal;
	margin: 0 0 3px 0;
	}





/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	EVAL
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#evalPage h2 {
	font-weight: normal;
	}
.evalScale {
	background-color: #FFF9EB;
	border: 1px solid #B6AEA1;
	margin: 0 0 15px 15px;
	padding: 10px;
	font-size: 11px;
	width: 200px;
	float: right;
	-moz-border-radius: 9px; /* FF1+ */
	-webkit-border-radius: 9px; /* Saf3+, Chrome */
	border-radius: 9px; /* Opera 10.5, IE 9 */
	}
.ratingList {
	list-style-type: none;
	padding: 10px 0 20px 0;
	margin: 0;
	overflow: visible;
	}
.ratingList li {
	display: inline;
	padding: 0 20px 0 0;
	}










/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	FORMS
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
form {
	margin: 0;
	}
fieldset {
	padding: 0 20px 20px 0;
	margin: 0 0 30px 0;
	border: 0 none;
	border-bottom: 5px solid #BAAC95;
	}
legend {
	font-size: 15px;
	color: #3B3C39;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 20px 0;
	border: 0 none;
	display: block;
	float: left;
	width: 100%;
	font-weight: bold;
	}
html>body legend {
	margin: 0;
	}
label {
	font-size: 11px;
	font-weight: bold;
	}
input {
	vertical-align: middle;
	}
.columnize label,
.columnize .labels {
	display: block;
	width: 220px;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
	padding: 2px 10px 0 0;
	}
.columnize input,
.columnize select,
.columnize textarea,
.columnize .inputs {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 20px;
	}
.columnize br {
	clear: left;
	}
.columnize p label,
.columnize p input,
.columnize p select,
.columnize p textarea {
	margin-bottom: 0;
	}
.columnize p em {
	display: block;
	margin: 0 0 20px 80px;
	font-size: 10px;
	}
.columnize .labels label {
	display: inline;
	width: auto;
	float: none;
	margin-bottom: 0;
	text-align: inherit;
	padding: 0;
	}
.columnize .inputs input,
.columnize .inputs select,
.columnize .inputs textarea {
	display: inline;
	width: auto;
	float: none;
	margin-bottom: 0;
	}

p.submitButton {
	/*text-align: center;*/
	clear: left;
	padding: 5px 0 0 0;
	}
.submitButton a {
	line-height: 1.5;
	display: block;
	float: left;
	white-space: normal;
	}
.submitButton a:link,
.submitButton a:visited,
.submitButton a:active {
	color: #fff;
	text-decoration: none;
	}
.submitButton input,
.submitButton a,
input.submitButton {
	background-color: #3B3C39;
	color: #fff;
	font-weight: bold;
	border: 0 none;
	padding: 3px 12px 4px 12px;
	margin: 0;
	cursor: pointer;
	outline: none;
	}
.submitButton input:hover,
.submitButton a:hover,
input.submitButton:hover {
	background-color: #000;
	}
	
	
	
	
	



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	UTILTY CLASSES/MISC
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.isAccordion {
	/*border-top: 1px dotted #300;
	border-bottom: 1px dotted #300;*/
	width: 80%;
	padding: 20px 0;
	margin: 0 20px 20px 10px;
	}
.isAccordion dt {
	font-weight: bold;
	color: #cc3300;
	text-decoration: underline;
	cursor: pointer;
	padding: 0 0 0 13px;
	margin-bottom: 13px;
	background-image: url(../images/accordion_closed.gif);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	}
.isAccordion dt:hover {
	text-decoration: none;
	}
.isAccordion dd {
	display: none;
	margin-left: 5px;
	padding: 3px 10px;
	}

.timing {
	margin: 28px 0 32px 0;
	padding: 12px;
	border-top: 1px dotted #999;
	font-style: italic;
	color: #900;
	width: 75%;
	}
.continue {
	font-style: italic;
	font-weight: normal;
	display: inline;
	margin-left: 12px;
	}
.loweralpha {
	list-style-type: lower-alpha;	
	}
.clickable {
	color: #c30;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	}
.clickable:hover {
	text-decoration: none;
	}
#flashContent {
	margin-bottom: 1.3em;
	}
.centerFlash {
	text-align: center;
	margin: 15px auto;
	}
.centerFlash object,
.centerFlash embed {
	margin: 0 auto;
	}
.backButton {
	float: right;
	margin: 3px 0 0 0;
	}
ol.radioList {
	list-style-type: none;
	margin: 0 0 30px 20px;
	padding: 0;
	}
#ieDiv ol.radioList li div {
	width: 100%;
	float: right;
	}
ol.radioList li {
	margin: 0 0 10px 0;
	clear: right;
	}
ol.radioList input {
	padding: 0;
	margin: 1px 0 0 0;
	float: left;
	}
#ieDiv ol.radioList input {
	margin: 0;
	}
ol.radioList label {
	margin: 0 0 0 20px;
	display: block;
	font-weight: normal;
	}



#contacts {
	margin: 50px auto 0 auto;
	font-size: 11px;
	color: #877C6C;
	border-top: 1px dotted #877C6C;
	padding: 20px 5px;
	}
#contacts ul {
	margin: 0;
	padding: 0 0 0 25px;
	}

#contacts a,
#contacts a:link,
#contacts a:visited,
#contacts a:active,
#contacts a:hover {
	color: #7A7162;
	}
	
	
	
	

.error, 
.success {
	padding: 10px;
	background-color: #ffc;
	color: #f00;
	border: 1px solid #f00;
	text-align: center;
	font-size: 14px;
	}
.success {
	color: #060;
	border-color: #060;
	}

.photo {
	padding: 6px;
	background-color: #fff;
	border: 1px solid #82776b;	
	}
.picRight {
	margin: 0 0 15px 15px;
	float: right;
	}
.picLeft {
	margin: 0 15px 15px 0;
	float: left;
	}
.picMiddle {
	text-align: center;
	}
.unbulleted {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}
.unbulleted li {
	background-image: none;
	padding: 0;
	}	
.cl {
	clear: both;
	}
.note {
	font-size: 90%;
	color: #666;
	}
ul.note {
	padding: 0;
	margin-left: 0;
	}
ul.note li {
	padding: 0;
	margin: 0;
	background-image: none;
	}
	
	
/* COLUMNS */
.col1, .col2, .col3 {
	float: left;
	margin: 0 0 0 10px;
	}
	
/* TWO COLUMN */
.twoColumn {
	clear: both;
	margin: 0 0 30px 0;
	}
.twoColumn .col1 {
	width: 235px;
	margin: 0;
	}
.twoColumn .col2 {
	width: 550px;
	}
	
/* THREE COLUMN */
.threeColumn .col1 {
	clear: both;
	}
.threeColumn .col1 {
	width: 180px;
	margin: 0;
	}
.threeColumn .col2 {
	width: 180px;
	}
.threeColumn .col3 {
	width: 180px;
	}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
.clearfix {
	display: block;
	}
/* End hide from IE-mac */



/*
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	PRINT STYLES
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
@media print {
	body {
		background-color: #fff;
		margin: 0;
		padding: 0;
		}
	body, td, pre, input, textarea, select {
		color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 10pt;
		}
	a:link,
	a:visited,
	a:hover {
		text-decoration: none;
		}
	h1, h2, h3 {
		font-size: 16pt;
		margin-top: 0;
		margin-left: 0;
		padding: 0;
		}
	html>body h1 {
		margin-left: 0;
		}
	h2 {
		font-size: 14pt;
		}
	h3 {
		font-size: 12pt;
		padding-bottom: .01in; 
		}
	#mother {
		width: 100%;
		margin: 0;
		padding: 0;
		}
	#content {
		margin: 0;
		border-left: 0 none;
		height: auto;
		}
	#banner .innerBanner,
	#content .innerContent,
	#footer .innerFooter,
	.introPage #banner .innerBanner,
	.introPage #content .innerContent,
	.introPage #footer .innerFooter,
	.quizPage #banner .innerBanner,
	.quizPage #content .innerContent,
	.quizPage #footer .innerFooter {
		width: auto;
		margin: 0;
		padding: 0;
		min-width: 0;
		}
	#banner,
	#menu,
	#footer {
		display: none;
		}
	blockquote.standard {
		float: none;
		margin: 0 0 .5in 0;
		}
	#protocolDesign .col1,
	#protocolDesign .col2,
	#collaboration .col1,
	#collaboration .col2,
	.twoColumn .col1,
	.twoColumn .col2 {
		width: auto;
		float: none;
		margin: 0 0 15px 0;
		}
}







