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

a:link {
	text-decoration: none;
	color:#3f3f3f;
}
a:visited {
	text-decoration: none;
	color:#3f3f3f;
}
a:hover {
	text-decoration: underline;
	color:#3f3f3f;
}
a:active {
	text-decoration: none;
}

#wrapper {
	width: 955px;
	margin: auto;
	height: 1200px;
}

#title {
	width: 562px; 
	height: 27px; 
	background-color:#A4CCB8;
	padding-top: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #3F3F3F;
	padding-left: 4px;
	padding-top: 3px;
	margin-left: 0px;
	}


#header {
	width: 550px;
	height: 100px;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 22px;
	color: #3f3f3f;
	font-weight: normal;
}

.text2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 22px;
	font-weight: bold;
	color: #3F3F3F;
	padding-left: 4px;
	height: 15px;
	padding-top: 3px;
}

#questions  {
	padding: 5px;
	width: 550px;
	background-color: #E2FFEC;
	padding-top: 5px;
	border-right-width: 3px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-right-color: #A4CCB8;
	border-bottom-color: #A4CCB8;
	border-left-color: #A4CCB8;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
		margin-left: 0px;

}

.list {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 0px;
}
#results {
	height: 100px;
	width: 570px;
	margin-left: 192px;
}
.floatLeft {
	float: left;
	width: 350px;
	margin-left: 5px;
	height: 15px;
	padding-top: 3px;
}
.floatRight {
	float: right;
	margin-top: -0.5px;
	padding-left: -20px;
	margin-right: 5px;
	font-size: 11px;
	color: #3f3f3f;
}
.questions  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	font-weight: normal;
	padding-top: 5px;
}

.borderBottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A4CCB8;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 5px;
	width: 560px;
	margin-left: -5px;
	margin-bottom: 11px;
}


#table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3f3f3f;
	font-size: small;
}

#footer {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3f3f3f;
}

#footer  a:link {
	color: #3f3f3f;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.table2 {
	font-weight: bolder;
	color: #FF0000;
}
.link  a {
	color: #3f3f3f;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}

.link {
	color: #3f3f3f;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
