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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
/* we center the page here */
	text-align: center;
}
#wrapper {
/*we now set the text align back to left to override the body style*/
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-size: 16px; 
	font-family: Arial, sans-serif;
	color:#443b3a;
}	
#menutop {
	width: 1000px;
	font-weight: bold;
	padding-top: 25px;
	margin-left: 7px;
}
#menutop a:link, #menutop a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #443b3a;
	text-decoration: none;
}
#menutop a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
}
#content {
	width: 800px;
	margin-top: 90px;
	padding-top: 20px;
	margin-left: 100px;
	padding-left: 10px;
	color: #443b3a;
	background-color: #ffffff;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	color: #443b3a;
}
#content h1 {
	text-align: center;
	font-size: 170%;
}
#content h2 {
	text-align: center;
	font-size: 150%;
}
#content h3 {
	text-align: left;
	font-size: 130%;
}
#content h4 {
	text-align: left;
	font-size: 110%;
}
#content h5 {
	text-align: center;
	font-size: 110%;
}
#content p {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 100%;
}
#questions {
	font-size: 12px;
	width: 250px;
	float: left;
	text-align: right;
	margin-left: 120px;
	color: #443b3a;
}
#questions p {
	text-align: right;
	font-size: 120%;
}
#answers {
	font-size: 12px;
	width: 270px;
	float: right;
	margin-right: 150px;
	color: #443b3a;
}
#answers p {
	text-align: left;
	font-size: 120%;
}
#content tr {
	font-size: 90%;
	font-weight: bold;
}
#content a:link, #content a:visited {
	color: #443b3a;
	text-decoration: none;
}
#content a:hover {
	color: #b4120b;
	font-weight: bold;
	font-size: 120%;
}
#content ul {
	list-style: none;
}
#footer {
	width: 950px;
	float: left;
	margin-left: 25px;
	text-align: center;
	font-size: 75%;
	color: #a0a0a2;
}
#footer a:link, #footer a:visited {
	color: #a0a0a2;
	text-decoration: none;
}
#footer a:hover {
	color: #b4120b;
	font-size: 130%;
}
