#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  margin: 0;
  padding: 18px 38px 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 465px;
}
#outerWrapper #contentWrapper #rightColumn1 #header {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	
}
#outerWrapper #contentWrapper #rightColumn1  #Text {
	margin: 10px 5px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 12px 10px 8px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-size: 11px;
	height: 595px;
	line-height: 15px;
	overflow:auto;
}

#outerWrapper #contentWrapper #rightColumn1 #Text h1 {
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 5px 15px 2px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
  font-size: 16px;
  font-weight: bold;
}
#outerWrapper #contentWrapper #rightColumn1 #Text p{
  margin: 8px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* 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 {
  margin: 0px 500px 0 86px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #content h1 {
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 5px 15px 2px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
  font-size: 16px;
  font-weight: bold;
}
#outerWrapper #contentWrapper #content #Text {
	margin: 0px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 8px 15px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 370px;
	font-size: 11px;
	line-height: 15px;
	overflow:auto;
}

#outerWrapper #contentWrapper #content #Text p{
  margin: 10px 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */

.formText {
color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 5px 15px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}
.Answers {
	font-size: 1em;
	color: #666;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}
.Reviews {
	background-image:url(images/quote.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 10px;
	font-style: italic;
}
.ReviewsCredit {
	font-weight: bold;
	text-align: right;
	
}

