@charset "UTF-8";
html {
	Height:100%;In
	
}
body  {
	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: #E3E3E3;
	background-color: #666666;
	background-image: url(../images/a-hover-copy.gif);
	background-repeat: repeat-x;
	Height:100%;
	
}
#container  {
	width: 840px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
} 
  body > #container {
  height:Auto;
  min-height:100%;
  }
p {
	font-family: Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
}
.address {
	font-size: x-small;
	line-height: 20px;
	text-decoration: none;
}
#header  {
	background-color: #FFFFFF;
	position: static;
	padding-top: 12px;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #2450aa;
	color: #FFFFFF;
	height: 350px;
	overflow: auto;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-family: Helvetica, sans-serif;
	line-height: 20px;
}
#mainContent  {
	color: #000000;
	margin-left: 250px;
	font-family: "Futura Std Medium";
	position: static;
	margin-top: 0px;
	overflow: visible;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
} 
#footer  {
	position: relative;
	Clear:both;
	Z index: 10;
	Height:40px;
	Margin-top:-40px;
	background-image: url(file:///HAL/Users/erikseverson/Documents/Ability%20site/images/%20footer.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0px;
	left: 1px;
} 
#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;
	font-size: 10px;
	text-align: center;
	color: #000066;
}
.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;
}

#wrap {
	background-image: url(../images/sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom:40px;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-left: 15px;
	background-color: #009999;
	color: #FFFFFF;
	position: static;
	height: 350px;
	overflow: auto;
	display: block;
	background-image: url(../images/sidebar2.png);
	background-repeat: repeat-y;
}
#wrap2 {
	background-image: url(../images/sidebar2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#sidebar1 p {
	line-height: 20px;
	font-size: small;
}
#sidebar2 p {
	font-size: small;
	line-height: 20px;
}
