body {
	background-color:#CCCCCC;
	background-image: none;
	background-repeat: repeat;
	background-position: top left;
	color: #333333;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	line-height: 16pt; 
	margin: 0px;
	padding: 0px;
}


ul {
	list-style-image: none;
	list-style-type: disc;
}

a {
	color: #000099;
}

a:hover {
	color: #990000;
}

a:visited {
	color: #000077; 
}

h3 {font-family: Copperplate, Georgia, Times;
	color: #FF0000;
	}

#container {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	min-width: 630px;
			}
			
#pageHeader {
	font-family: Copperplate, Georgia, Times;
	font-size: 200%;
	color: #CC0000;
	width: 250px;
		}
#quickSummary {
	float: right;
	font-family: Times, Helvetica;	
	text-align: right;
	width: 250px;
	}
		
#intro {
	width: 400px;
		}
		
#accessForm {
	text-align: center;
	}
	
#supportingText, #database {
	background-color: #EEEEEE;
	border-color: #333333;
	border-style: dashed;
	border-width: thin;
	padding: 20px;
	}

#database {
	float: left;
	width: 375px;
	min-height: 400px;
	}
	
#results { 
	padding-left: 90px;
	padding-top: 10px;
	}
	
#supportingText {
	
	width: 130px;
	float: right;
	margin-top: -120px;

}


