@charset "utf-8";/* CSS Document */.outlinebox {	background-color: #FFFFFF;	margin: 0px;	padding: 0px;	width: 85%;	border: thin solid #000066;	height: 100%;}.footerbox {	background-color: #FFFFFF;	margin: 0px;	padding: 0px;	width: 85%;	border: thin solid #000066;}h1 {	font-family: "Baskerville Old Face", serif;	font-size: 28pt;	font-weight: bold;	font-style: italic;	font-variant: normal;	text-transform: capitalize;}p {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px;}body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;	margin: 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;	position: relative;	background-image: url(../images/logos/bgroundlogo.gif);	padding-right: 0px;	padding-bottom: 10px;	padding-left: 0;	padding-top: 10px;}.twoColFixRtHdr #container {	width: 1000px;  /* 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: 3px solid #06F;	text-align: left; /* this overrides the text-align: center on the body element. */	padding: 0px;} .twoColFixRtHdr #header {	background: #ffffff;	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. */	font-family: Verdana, Arial, Helvetica, sans-serif;} .twoColFixRtHdr #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 */}.twoColFixRtHdr #sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 00px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px 15px 40px;	border-left-width: 0px;	border-left-style: solid;	border-left-color: #06F;	position: relative;	right: 200px;}.twoColFixRtHdr #mainContent {	margin: 0 250px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */	font-family: Verdana, Arial, Helvetica, sans-serif;	left: 20px;	position: relative;} .twoColFixRtHdr #footer {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#ffffff;} .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 */	width: 960px;	border-top: 2px solid #06F;	border-right: 0px none;	border-bottom: 0px none;	border-left: 0px none;	text-align: center;}.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;} #nav { display: block; margin: 0; padding: 0; position: relative; }/* Everything else is theming */ #nav { background-color: #06F; height: 24px;}  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }  #nav a { display: block; }#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }    /* Essentials - configure this */#nav ul { width: 130px; }  #nav ul { top: 25px; }  * html #nav ul { line-height: 0; } /* IE6 "fix" */  	#nav ul a { zoom: 1; } /* IE6/7 fix */   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }    #nav ul li { float: none; }    #nav ul ul { top: 0; }#nav ul ul { left: 131px; }#nav *:hover { background-color: none; }  #nav li.hover a { background-color: #5E5A5A;}    #nav ul li a { background-color: #5E5A5A; }      #nav ul a.hover { background-color: #06F; }	  	  #slider {    width: 650px; /* important to be same as image width */    height: 450px; /* important to be same as image height */    position: relative; /* important */	overflow: hidden; /* important */}#sliderContent {    width: 600px; /* important to be same as image width or wider */    position: absolute;	top: 0;	margin-left: 0;}.sliderImage {    float: left;    position: relative;	display: none;}.sliderImage span {    }.clear {	clear: both;}.sliderImage span strong {    font-size: 0px;}.top {	top: 0;	left: 0;}.bottom {	bottom: 0;    left: 0;}ul { list-style-type: none;}