@charset "UTF-8";body  {	font: 100% Arial, Helvetica, sans-serif;	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;	background-color: #367E74;}#navbar {	margin: 0px;	padding: 0px 0px 0px 20px;	position: absolute;	top: 223px;	width: 700px;}h3 {}#navbar ul {	margin: 0px;	padding: 0px;}#navbar li  {	margin-right: 20px;	margin-left: 20px;	list-style-type: none;	display: inline;	padding: 0px;	font-family: Verdana, Geneva, sans-serif;	color: #FFF;	text-decoration: none;}#container  {	width: 723px;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 1px solid #000000;	text-align: left;	background-color: #367E74;} #header  {	background: #DDDDDD url(images/NewExperienceHeader2.jpg) no-repeat center;	padding: 0 10px 0 20px;  /* 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. */	height: 256px;	position: relative;} #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 */}#sidebar1  {	float: left; /* since this element is floated, a width must be given */	width: 100px; /* 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: #0079A9; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 20px;	height: 585px;	position: absolute;	visibility: visible;}#mainContent  {	margin: 0; /* 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: 50px;	background-color: #8fbcb6;	position: relative;} #content_text ul  {	text-align: left;	padding-left: 0px;	margin-left: 0px;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12pt;}#title input   {	width: 100%;}.img {	margin-left: 10px;}.center {	margin: 0px;	padding: 0px;	left: auto;	right: auto;}h4 {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 18pt;	color: #367e74;	padding-bottom: 15px;	padding-top: 8px;	margin: 0px;}#footer  {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#163430 url(images/NewFooter.jpg);	height: 62px;	z-index: 10;} .footerText {	font-family: Arial, Helvetica, sans-serif;	font-size: x-small;	color: #FFF;	padding-top: 14px;	font-style: italic;	text-align: center;	padding-left: 0px;}.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 {	line-height: 1.35em;	margin-top: 0px;	padding-top: 0px;	font-size: 100%;	margin-bottom: 0px;	padding-bottom: 10px;	font-family: Arial, Helvetica, sans-serif;}.date {	font-size: small;	text-align: right;	margin: 0px;	padding: 5px 0px;	font-family: Arial, Helvetica, sans-serif;}.lineAbove {	padding-bottom: 10px;	border-top-width: 1px;	border-top-style: dotted;	border-top-color: #000;	border-right-color: #000;	border-bottom-color: #000;	border-left-color: #000;}#navbar a:link {	color: #FFF;	text-decoration: none;}#navbar a:visited {	color: #FFF;	text-decoration: none;}#navbar a:hover {	color: #8fbcb6;	text-decoration: none;}a:link {	color: #000;}a:visited {	color: #000;}a:hover {	color: #000;	text-decoration: none;}label.yellow  {	background-color: #FF0;}ul li {	list-style-type: square;	padding-left: 10px;	list-style-position: inside;	margin-top: 0px;	margin-right: 0px;	margin-bottom: 5px;	margin-left: 0px;	padding-top: 2px;	padding-right: 2px;	padding-bottom: 2px;}.small {	font-size: small;	margin: -8px 0px 0px;	padding-top: 0px;}.download  {	background-color: #E6E6E6;	margin: 0px 0px 10px;	padding: 8px;	list-style-position: inside;	list-style-type: square;}#year_nav {	color: #000;	margin: 10px 0px 30px;	padding: 0px;}#year_nav ul {	margin: 0px;	padding: 0px;}#year_nav ul li {	display: inline;	margin: 0px 20px;	padding: 0px;}#year_nav a:link {	text-decoration: none;	color: #000;}#year_nav a:visited {	color: #000;	text-decoration: none;}#year_nav a:hover {	color: #FFF;	text-decoration: none;	background-color: #0079A9;}#form {	text-align: left;	padding: 20px 0px;	background-color: #8fbcb6;}#printed {	background-color: #8fbcb6;	padding: 20px 50px;	border-top-width: 4px;	border-top-style: solid;	border-top-color: #FFFFFF;	border-right-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-left-color: #FFFFFF;	margin: 0px;	border-bottom-width: 4px;	border-bottom-style: solid;}#content_text {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 14pt;	margin-left: 200px;	padding-top: 0px;}#buttonSample {	position: absolute;	width: 219px;	padding: 0px;	margin: 0px;	height: 60px;	font-family: Verdana, Geneva, sans-serif;	color: #FFF;	text-align: center;	left: 12px;	top: 50px;	overflow: hidden;	text-decoration: none;}#buttonSample p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 22px;	line-height: 25px;	padding-top: 5px;	padding-left: 20px;	padding-right: 10px;}#buttonSample a {	color: #FFF;	text-decoration: none;	display: block;	background-image: url(images/Button2.png);	background-position: 0px -9px;}#buttonSample a:hover {	background-position: 0px -70px;}#buttonSample_2 {	position: absolute;	width: 219px;	padding: 0px;	margin: 0px;	height: 60px;	font-family: Verdana, Geneva, sans-serif;	color: #FFF;	text-align: center;	left: 12px;	top: 125px;	overflow: hidden;	text-decoration: none;}#buttonSample_2 p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 22px;	line-height: 25px;	padding-top: 5.5px;	padding-left: 20px;	padding-right: 10px;}#buttonSample_2 a {	color: #FFF;	text-decoration: none;	display: block;	background-image: url(images/Button2.png);	background-position: 0px -9px;}#buttonSample_2 a:hover {	background-position: 0px -70px;}#buttonSample_3 {	position: absolute;	width: 219px;	padding: 0px;	margin: 0px;	height: 60px;	font-family: Verdana, Geneva, sans-serif;	color: #FFF;	text-align: center;	left: 12px;	top: 201px;	overflow: hidden;	text-decoration: none;}#buttonSample_3 p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 22px;	line-height: 25px;	padding-top: 5.5px;	padding-left: 20px;	padding-right: 10px;}#buttonSample_3 a {	color: #FFF;	text-decoration: none;	display: block;	background-image: url(images/Button2.png);	background-position: 0px -9px;}#buttonSample_3 a:hover {	background-position: 0px -70px;}#buttonSample_4 {	position: absolute;	width: 219px;	padding: 0px;	margin: 0px;	height: 60px;	font-family: Verdana, Geneva, sans-serif;	color: #FFF;	text-align: center;	left: 12px;	top: 515px;	overflow: hidden;	text-decoration: none;	z-index: 99;}#buttonSample_4 p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 22px;	line-height: 25px;	padding-top: 5.5px;	padding-left: 20px;	padding-right: 10px;}#buttonSample_4 a {	color: #FFF;	text-decoration: none;	display: block;	background-image: url(images/Button2.png);	background-position: 0px -9px;}#buttonSample_4 a:hover {	background-position: 0px -70px;}#printVersionText {	position: absolute;	top: 298px;	margin: 0px;	padding: 0px;	background-image: url(images/Box1.png);	height: 300px;	width: 200px;	left: 22px;	background-repeat: no-repeat;}#printVersionText p {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	color: #FFF;	padding-left: 30px;	padding-right: 20px;	padding-top: 25px;	line-height: 25px;	font-size: 14px;	font-weight: lighter;}