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

 body {
	
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	}
 div#page {
	width: 900px;
	padding: 2em;
	position: absolute;
	left: 50%;
	top: 0px;
	margin: 0 -500px;
	color: #333333;
	background-color:#e8e8e8;
	font-family:Arial, Helvetica, sans-serif;

	}		
 h2 {
 	padding: 0px;
	margin: 0px;
 }
 a {
 	color: #ee0000; 
 	border-width: 0px;
	text-decoration:none;
	}
	/*
a:visited {
 	color: #ee0000;
	} */
	 
 a:hover, p a:hover{
 	color: #ff9999;
	text-decoration:underline;
	}  
 
 img { 
	  border-width: 0px;
	  }
	  
 .coltext {
 	padding: 0 1em 1em 1em;
 	font-family: "Century Gothic";
	font-size: 0.8em;
	text-align:justify;
	}
 .colhdr {
 	font-family: "Century Gothic";
	font-size: 0.8em;
	text-decoration:underline;
	padding: 0 0 1em  0;
	}
 .style2{
 	
 	font-family: "Century Gothic";
	font-size: 0.8em;
	}	
	
 .style5 {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #333333;
	}	  
 .leftcol {
 	display: block;
	float: left;
	}
 .rightcol {
 	display: block;
	float: right;
	}
 .textrow {
 	/*width: 25em; */
	width: 100%;
 	display: block;
	float: left;
	
	}
 .textcol {
 /*width: 25em; */
    padding: 0 1em 0 1em;
	width: 46%;
 	
 	display: block;
	float: left;
	}
	.colspacer {
	display:none;
	color:#e8e8e8;
 /*	width: 2em; */
	width: 4%;
 	display: block;
	float: left;

	}
 .clearfloat {
 	clear:both;
	}
 

