@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  
}
body {
	border-style: none;
	background-color: #fff;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	margin: 5 0 0 0; /*  (top, right, bottom, left) */
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}



.small_font			{ font-size:small;line-height: 150%; }
.medium_font		{ font-size:medium;line-height: 175%; }
.large_font			{ font-size:large;line-height: 200%; }

/* Font size changer interface style */

.font_sizer {
	text-decoration:none;
	font-weight:bold;
	letter-spacing: 1px;
	color:#ADADAD;
	text-align:center;
	margin: 40px 0px 0px 0px;
	}
	
.font_sizer a{ 
	text-decoration:none;
	color:#666666; 
	text-align:center; 
	margin: 40px 0px 0px 0px;
	}

	.font_sizer a: active{ 
	text-decoration:none;
	color:#666666; 
	text-align:center; 
	margin: 30px 0px 0px 0px;
	}


#outerWrapper {
  background:#fff url('img/sides.gif') repeat-y fixed center center; margin-left: auto;
  margin-right: auto;
  max-width: 972px;
  min-width: 972px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 972px
}
#outerWrapper #header {
 
  background-image: url("img/header.gif");
  background-position: top center;
  background-repeat: no-repeat;
  border-style: none; 
  font-size: 18px;
  font-weight: bold;
  height: 160px;
  line-height: 15px;
  margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
  width: 972px;
}
#outerWrapper #contentWrapper {
    border-style: none; /* Sets the border style properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #rightColumn1 {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
	float: right;
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
	width:330px;
	
}
#outerWrapper #contentWrapper #leftColumn1 {
	border-style: none;
	
	float: left;
	width: 152px;
	margin: 0px 0px 0px 0px; /* (top, right, bottom, left) */
	padding: 0px 0px 0px 0px;
	
}

#outerWrapper #contentWrapper #content {
	border-style: none;
	float: left;
	margin: 0px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	width: 460px;
	background-color: #FFFFFF;  
}
#outerWrapper #footer {
	background-image: url(img/footer.gif);
	font-size: 11px;
	font-weight:normal;
	color:#999967;
	line-height: 18px;
	background-repeat: no-repeat;
	border-style: none; 
	margin: 0px 0px 0px 0px; /*  (top, right, bottom, left) */
	padding: 0px 0px 0px 155px;
	
}






#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#content a {color:#5d907F; text-decoration: underline;}
#content a:visited {color:#5d907F }
#content a:active {color: #CC9966 }
#content a:hover {color:#cc9966; text-decoration: underline; }

#footer a {
	color: #999967;
	text-decoration: none;
		}
		
#footer a:hover {
	color: #CC9966;
	text-decoration: underline;
		}

.copyright {
	
	background-color:#FFFFFF;
	font-size: 10px;
	font-weight:normal;
	color:#999967;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 150px;
	
	}
.copyright a {
	color: #999967;
	text-decoration: none;
		}
		

.copyright a:hover {
	color: #CC9966;
	text-decoration: underline;
		}


</style>
<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  color: #000;
}

</style>
[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 157px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	width: 330px;
}

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
#copyright {
}