@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, table, img, form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
body {
	border-style: none;
	background-color: #fff;
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	margin: 3px 0 0 0; /*  (top, right, bottom, left) */
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	text-decoration: none;
}

	
	
	
	


#outerWrapper {
  background:#fff url('img/blue-sides.gif') repeat-y fixed center center; 
  margin-left: auto;
  margin-right: auto;
 
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 972px
}
#outerWrapper #header {
 
  background-image: url("img/header.gif");
    margin-left: auto;
  margin-right: auto;

  background-position: top center;
  background-repeat: no-repeat;
  border-style: none; 

  height: 504px;

  margin: 0px 0px 0px 0px; 
   padding: 4px 0px 0px 0px; 
  width: 972px;
}
#outerWrapper #contentWrapper {
    border-style: none; /* Sets the border style properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #blue {
	background-image: url(img/blue-sides.gif);
	background-position: center center;
	background-repeat: repeat-y;
	border-style: none;
	float: right;
	margin: 0px 10px 10px 0px;
	padding: 0px 20px 0px 0px;
	width:668px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
}




#outerWrapper #footer {
	background-image: url("img/footer.gif");
	margin-left: auto;
	margin-right: auto;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight:normal;
	color:#999999;
	line-height: px;
	height: 38px;
	width:966px;
	margin: 0px 0px 0px 3px; /*  (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;	
}


#outerWrapper #homefooter {
	background-image: url("img/footer-home.gif");
	margin-left: auto;
	margin-right: auto;
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight:normal;
	color:#999999;
	line-height: 17px;
	height: 27px;
	width:966px;
	margin: 0px 0px 0px 3px; /*  (top, right, bottom, left) */
	padding: 6px 0px 0px 0px;	
}




#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#blue a {
	color:#fff;
	
	text-decoration: none;
	
}
#bluee a:visited {color:#fff; text-decoration: none;}
#blue a:active {color: #fff; text-decoration: none; }
#blue a:hover {
	color:#E58E0D;
	text-decoration: none;
}

#footer a {
	color: #999999;
	text-decoration: none;
		}
		
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
		}

#homefooter a {
	color: #999999;
	text-decoration: none;
		}
		
#homefooter a:hover {
	color: #ffffff;
	text-decoration: none;
		}



.copyright {
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight:normal;
	color:#999999;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	text-align: center;	
	}
.copyright a {
	color: #999999;
	text-decoration: none;
	
		}
		

.copyright a:hover {
	color: #CC9966;
	text-decoration: underline;
		}





/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
#copyright {
}