.border {
	background-image: url(pics/background.jpg); 
	width: 650px; 
	height: 550px; 
	position: relative; 
	top: -35px;
}
.pagetext {
	position: relative; 
	top: 53px; 
	left: 0px; 
	width: 500px; 
	height: 420px; 
	overflow:auto; 
	padding: 15px 15px 15px 15px;
	
	text-align: left;
	background-color: transparent;
	
	font-family: Georgia, "Times New Roman", Times, serif;
}
.footer {
	font-size: 12px; 
	position: relative;
	top: -40px;
}
.title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.question {
	color: #CC0000;
}
.websites, .websites a:link, .websites a:visited {
	color: #3333CC;
	text-decoration: none;
}
.websites a:hover {
	color: #006633;
}
.form {
	background-color: #f4f5f7;
	border: 1px solid #003366;
}
.formtitle {
	font-size: 18px;
}
.bars {
	border: 1px dashed #6699FF;
	border-right-style: none; 
	border-left-style: none;
	border-bottom-style: none;
}
