@charset "UTF-8";body  {	font: 100% Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;	background: #000000;	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;}a:link {	color: #CC0000;	text-decoration: none;	font-style: normal;}a:visited {	color: #9900CC;	text-decoration: none;}a:hover {	text-decoration: none;	background-color: #CCCCCC;}.twoColFixLtHdr #container {	width: 780px;  /* 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 #000000;	text-align: left; /* this overrides the text-align: center on the body element. */	position: relative;} .twoColFixLtHdr #container2 {	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	text-align: left; /* this overrides the text-align: center on the body element. */	position: relative;	border-top: none #FFFFFF;	border-right: none #FFFFFF;	border-bottom: none #FFFFFF;	border-left: none #FFFFFF;}.twoColFixLtHdr #header {	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */	padding-right: 0px;	padding-left: 0px;	padding-top: 15px;} .twoColFixLtHdr #header h1 {	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}.twoColFixLtHdr #badges {	float: right; /* since this element is floated, a width must be given */	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px;	margin: 0px;	font: 14px "Gill Sans", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;	background-color: #FFEEDB;}.twoColFixLtHdr #lessonmenu {	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px;	margin: 0px;	font-size: 14px;	line-height: 18px;	font-family: "Gill Sans", Helvetica, Verdana, "Bitstream Vera Sans", Arial, sans-serif;	background-color: #666666;	left: 200px;	position: absolute;	text-align: left;}.twoColFixLtHdr #lessonmenu a:link {	color: #CCCCCC;}.twoColFixLtHdr #lessonmenu a:hover {	background-color: #333333;	color: #CCCCCC;}.twoColFixLtHdr #lessonmenu a:visited {	color: #CCCCCC;}.twoColFixLtHdr #sidebar1 {	float: left; /* since this element is floated, a width must be given */	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px;	margin: 0px;	font-size: 14px;	line-height: 18px;	font-family: "Gill Sans", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;	background-color: #666666;	text-align: left;	position: absolute;	left: 0px;}.twoColFixLtHdr #sidebar1 a:link {	color: #CCCCCC;}.twoColFixLtHdr #sidebar1 a:hover {	background-color: #333333;	color: #CCCCCC;}.twoColFixLtHdr #sidebar1 a:visited {	color: #CCCCCC;}.twoColFixLtHdr #sidebarold {	float: left; /* since this element is floated, a width must be given */	width: 180px; /* 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 */	background: #cccccc; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px;	margin: 15px;	font-size: 14px;	line-height: 18px;	border: thick double #009999;}.twoColFixLtHdr #sidebar1 p {	font-size: 14px;}.twoColFixLtHdr #mainContent {	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #FFFFFF;} .twoColFixLtHdr #mainContent2 {	margin: 100 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	background-color: #FFFFFF;} .twoColFixLtHdr #container #mainContent p {	font-size: 14px;	text-indent: 16px;	margin: 0px;	padding: 0px;}.twoColFixLtHdr #container #mainContent li {	font-size: 12px;}.twoColFixLtHdr #container #mainContent li2 {	font-size: 12px;	color: #B2B2B2;	background-color: #666666;}.twoColFixLtHdr #footer {	padding-right: 0px;	padding-left: 0px;	padding-top: 5px;	/* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#000000;} .twoColFixLtHdr #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;}.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;}    p.p1 {	margin: 0.0px 0.0px 0.0px 0.0px; 	text-indent: 14.4px; 	font: 14.0px Helvetica;	}    p.p2 {	margin: 0.0px 0.0px 0.0px 0.0px; 	text-indent: 14.4px; 	font: 14.0px Helvetica; 	min-height: 14.0px;	}    p.p3 {	margin: 0.0px 0.0px 0.0px 0.0px;	text-indent: 0px;	font-size: 14px;	}    p.p4 {	margin: 0.0px 0.0px 0.0px 0.0px; 	text-indent: 14.4px; 	font: 12.0px;	}    p.p5 {	margin: 0.0px 0.0px 0.0px 0.0px; 	text-indent: 14.4px; 	font: 14.0px; 	min-height: 15.0px;	}    span.s1 {	font: 14.0px;	}    span.s2 {	font: 14.0px;	}    span.Apple-tab-span {	white-space:pre;	}    p.p6 {	margin: 0.0px 0.0px 0.0px 0.0px;	font: 13.0px Helvetica}    p.p7 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: -0.2px}    p.p8 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: -0.2px; font: 12.0px Helvetica}    p.p9 {margin: 0.0px 0.0px 0.0px 0.0px; text-indent: -0.2px; font: 12.0px Helvetica; min-height: 14.0px}    p.p10 {	margin: 0.0px 0.0px 0.0px 0.0px}    span.s1 {font: 12.0px Helvetica}.leftMargin {	padding-left: 100px;}.floatholder {border: 4px solid #000;margin: 10px 0 0;background: #dc8;font-size: 1.2em;}.clearfix:after {    content: ".";    display: block;    height: 0;    clear: both;    visibility: hidden;    }
