﻿body{margin-left:100px}
h1 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:24px;
	font-weight:bold; color:Orange; margin:0; padding:0; text-align:left}
div#header{width:840px; background:#BBD9EE; font-size:93%; line-height:normal; float:left}
div#header ul {margin:0; padding:10px 10px 0 50px; list-style-type:none;}
div#header li {display:inline; margin:0; padding:0; font-weight:bold}
div#header a {float:left; background:no-repeat left top; margin:0; padding:0 0 0 4px;
	text-decoration:none;}
div#header a span {float:left; display:block; background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px; color:#666;}
div#header a span {float:none;}
div#header a:hover span {color:#FF9834;}
div#header a:hover {background-position:0% -42px;}
div#header a:hover span {background-position:100% -42px;}
div#contentarea{width:460px; padding-left:75px; float:left}
div#footer {width:840px; background-color:#FAC; float:left}
div#footer {width:840px; height:48px; /* makes the div fill its container - usually body */
 					padding-top:12px; /* pushes the links away from top and bottom of the div */
					font-size:.68em; /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color:#FFFFFF; border-top:1px solid #BBD9EE; border-bottom:2px solid #BBD9EE; /* sets the background color of the div */
					}
div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:#9999cc; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#000000; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						}
 div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:#9999cc; /* the color of the links */
							 }
 div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 div#footer ul.fineprint li {color:#C60;} /* color for copyright and vert dividers on last row */
 div#footer ul.fineprint li a {color:#C60;} /* had to explicitly color these or they inherit white from div#footer li */
  div#footer ul.fineprint li a:hover {color:#960;}
div#clearfloats {clear:both}