#outerWrapper #contentWrapper #rightColumn1 {
  border-left: solid 1px #666; /* Sets the left border properties for an element using shorthand notation */
  border-style: none; /* Sets the border style properties for an element using shorthand notation */
  float: right;
  margin-left: 5px;
  padding: 10px 10px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*width: 230px;*/
  width: 165px;
}
#outerWrapper #contentWrapper #rightColumn1 h2 {
	font-size: 1.1em;
	margin-bottom: .2em;
	}

#outerWrapper #contentWrapper #rightColumn1 p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0em;
	margin-bottom: .5em;
	}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-color: #FFFFFF;
  border: 2px solid #003366;
  vertical-align: middle;

  margin: 0 0 0 135px; 
  padding: 0px 10px 10px 0px;
	width: 452px;

}

#outerWrapper #contentWrapper #content p {
  margin: 1em 15px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  font-size: 1.1em;
  line-height: 1.5em;
}

#outerWrapper #contentWrapper #content h2 {
  margin: 1em 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

#outerWrapper #contentWrapper #content #survey {
	margin: 1em 15px;
	}
	#outerWrapper #contentWrapper #content #survey div.surveyName {
		font-size: 1.2em;
		font-weight: bold;
		margin-top: 5px;
		}
	#outerWrapper #contentWrapper #content #survey div.question {
		font-weight: bold;
		}
	#outerWrapper #contentWrapper #content #survey div.answers {

		}
	#outerWrapper #contentWrapper #content #survey div.surveyDone {
		font-weight: bold;
		}
	
		
#outerWrapper #contentWrapper #content div.nontextcontent {
	margin: 1em 15px;
	font-size: 1em;
	}

#outerWrapper #contentWrapper #content p.errormessage {
	color:#FF0000;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	}

.formtable {
	width: 99%;
	}
	.formtable th {
		text-align: right;
		width: 90px;
		}
select {
	font-size: .9em;
	}

select.longoption {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
	
#outerWrapper #contentWrapper #content p.smallmessage {
	font-size: .9em;
	line-height: 1.3em;
	}

.qanswer {
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	}

.answerlink {
	font-size: .85em;
	}

.dclue {
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	line-height: 1.1em;
	background-color: #E5E5E5;
	}
.quizquestion {
	margin-left: 10px;
	margin-bottom: 10px;
	}
.quizquestion span.question {
	font-weight: bold;
	}
.quizquestion input {
	margin-left: 15px;
	}
p.instructions {
	font-size: .9em;
	line-height: 1.1em;
	}