/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #005398;
}

hr {
	color: #FFFFFF;
}

a:link {
	color:#6eab23;
	text-decoration: none;
}
a:visited {	
	color:#6eab23;
	text-decoration: none;
	}
	
a:hover {	
	color:#6eab23;
	text-decoration: underline;
	}
a:active {	
	color:#6eab23;
	text-decoration: none;
	}
	
#logo1 {
	position: relative;
	z-index: 1;
	left: 25px;
	top: 25px;
	padding:25px;
	float:left;
}

#welcome {
	position: relative;
	font-family: "Arial Narrow";
	font-size: xx-large;
	font-style: normal;
	text-align: left;
	margin-left:25px;
	left: 50px;
	top: 75px;
	color: #006a4d;
	float:left;
	z-index: 1;
}

.clear {
	clear: both;
}

#content {
	width: 90%;
	margin: 10px auto;
	border: 1px solid gray;
	padding: 10px;
	}
	
.box_headings {
	font-family: "Arial Narrow";
	font-size: x-large;
	font-style: normal;
	color: #006a4d;
	margin-top: 10px;
	margin-bottom: 25px;
}

.question {
	font-family: Helvetica;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-left:10px;
	margin-bottom:20px;
	text-transform: uppercase;
	}


.answer{
	font-family: Helvetica;
	font-size: medium;
	text-align: left;
	font-weight: normal;
	margin-left:10px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006a4d;
	}
	
.additional_support{
	font-family: Helvetica;
	font-size: medium;
	text-align: left;
	font-weight: normal;
	margin-left:10px;
	margin-bottom:20px;
	}
	
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #005398;
}