@charset "UTF-8";
body  {
	font: 11px Arial, Helvetica, Verdana, sans-serif;

	text-align: center;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
	
}

a:link {
	text-decoration: none;
	color: rgb (130,123,96);
}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {background: #fffbcc;   
   		 -webkit-border-radius: 8px;  
   		 -moz-border-radius: 8px;  
   		 border-radius: 8px;  
}


#container { 
	width: 520px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

* html #container {
	width: 580px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

} 


#printpage { display:none;}

#header {
	width: 517px;
	height: 90px;

	
} 

* html #header {
	width: 577px;
	height: 90px;

	
} 





	h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
	}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}
	
	
	
.first {
margin-top: 0px;
}	
		
.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;
}

.bluegreen {color: rgb(0,172,161);}

.lightgrey {color: #827B60;}

.red {color: rgb(194,27,52);}

.blue {color: rgb(0,110,246);}

.green {color: rgb(0,104,87);}

.purple {color: rgb(102,76,167);}

.beblue {color: rgb(0,214,221);}

.bepurple {color: rgb(130,39,255);}

.beyellow {color: rgb(255,197,11);}

.begreen {color: rgb(174,210,79);}

.bemagenta {color: rgb239,80,145);}

.topalign {
	margin: 10px 0;
}

}

img { border: 0px; }


a:link {
	text-decoration: none;
	color: rgb (130,123,96);
}
a:visited {text-decoration: none; color: rgb (130,123,96);}
a:active {text-decoration: none; color: rgb (130,123,96);}
a:hover { text-decoration: none; color: rgb (194,27,52);} 

	
	
	p {font: 11px Helvetica, Arial, Verdana, sans-serif;

	text-align: left;
	color: #000000;
	line-height: 150%;
	

	}

	h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 6px 0;
	}



	* html #ad {margin: 0 0 0 0px;}

ul {
	font-weight:normal;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 50px; padding-left: 0;
	}
	ol.sample {
	list-style-type: decimal;
	list-style-position: inside;
	}
	ol.sample ol {
	list-style-type: decimal;
	}
	ul.sample li {  }
	ol.sample li {  }
	ol.sample ol {  }
	
