@charset "UTF-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	line-height: 140%;
	background: #e9e8e8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: auto;
}
.twoColFixRtHdr #container { 
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #containerSubPage {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/subback.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: repeat;
}
.twoColFixRtHdr #header { 
	background-image: url(images/topback.jpg); 
	padding: 0 10px 0 20px;
	height: 161px;
}
.twoColFixRtHdr #logo { 
	height: 161px;
	margin: 0 400px 0 0;
}

.twoColFixRtHdr #buttons { 
	height: 30px;
	margin: 0px 375px 0px 0px;
	padding-top: 15px;
}
.twoColFixRtHdr #nav { 
	background-image: url(images/navbk.jpg); 
	padding: 0px 0px 0px 30px;
	height: 44px;
}

.twoColFixRtHdr #subnav {
	padding: 0px 0px 0px 30px;
	height: 200px;
	background:  #E2E1E6;
	
}

.twoColFixRtHdr #subnavSupages {
	padding: 0px 0px 0px 30px;
	
	
}

.twoColFixRtHdr #action {
	padding: 10px;
	height: 120px;
	width: 255px;
	background:  #E9DE74;
	
}
	
.twoColFixRtHdr #subtext { 
	height: 175px;
	margin: 0px 375px 0px 0px;
	padding-top: 15px;
}

.twoColFixRtHdr #subtextSubpages { 
	margin: 0px 375px 0px 0px;
	padding-top: 15px;
}

	
.twoColFixRtHdr #signup { 
	float: right; 
	width: 362px;
	height: 200px;
	margin: 0px 3px 0px 3px;
	
	}
	
	.twoColFixRtHdr #signupSubpages { 
	float: right; 
	width: 362px;
	
	margin: 0px 3px 0px 3px;
	
	}
.twoColFixRtHdr #headerside {
	float: right;

}


.twoColFixRtHdr #sneeze {
	float: right; /* since this element is floated, a width must be given */
	width: 362px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 5px 0px 0px 0px;
}

.twoColFixRtHdr #sneeze2 {
	float: right; /* since this element is floated, a width must be given */
	width: 362px;
	margin: 0px 5px 0px 0px /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 302px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	
}


.twoColFixRtHdr #mainContent {
	float: none;
	margin-top: 0px;
	margin-right: 330px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

.twoColFixRtHdr #mainContentSub {
	float: left;
	padding: 5px 25px 0px 30px;
	vertical-align: top;
	margin-top: 0px;
	
	margin-bottom: 0px;
	margin-left: 0px;
	width:510px;
}

.twoColFixRtHdr #mainCopy {
	float: none;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(images/footerbk.jpg);
	background-repeat: repeat-x;
	height: 44px;
} 
cite {
	font-size: 9px;
	vertical-align: top;
}
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.questionsheader{ 
	font:  85% Verdana, Geneva, Helvetica, sans-serif;
	background: #EEDD75;
color: #1A3F41;
	padding: 4px;
	font-weight: bold;
}

.answerssheader{ 
	font:  85% Verdana, Geneva, Helvetica, sans-serif;
	background:  #EEEEEE;
	padding: 4px;
	font-weight: bold;
}

.footnote{ 
	font:  70% Verdana, Geneva, Helvetica, sans-serif;
	line-height: 14px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
blockquote {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
}
.action {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}