*************************************************************************************\

								CSS FOR HOW IT WORKS

\*************************************************************************************/

#hiw_container {
	margin: 0px 5px 0px 10px;
}

#hiw_header {
	margin: 0px 0px 5px 0px;
	position: relative;
}

#hiw_header h2 {
	margin: 6px 0px 0px 0px;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
	color: indigo;
	text-align: center;
}

#hiw_header h2 .thingrey {
	font-weight: normal;
	color: #5c6062;
}

#hiw_header h2 .thickblue {
	font-weight: bold;
	color: #2e6386;
}


#hiw_body {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: left;
}

#hiw_body h4 {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: indigo;
	text-align: left;
}

#hiw_body p {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: indigo;
	text-align: left;
}

#hiw_body a {
	color: #2e6386;
}

#hiw_body a:hover {
	color: #5c6062;
}

ul#question_list {
	margin: 0px 0px 10px 10px;
	padding: 20px;
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	color: indigo;
	text-align: left;
	list-style-type: circle;
}

div.section_title {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2e6386;
	padding: 2px 0px 2px 0px;
}

.subsection_header {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

.subsection_content {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-indent: 10px;
	color: #5c6062;	
}

#answer_area {
	margin: 0;
	padding: 10px;
}

#answer_area dt {
	margin: 0px 0px 5px 0px;
}

a.backtotop, p.backtotop {
	font-family: "Gill Sans MT", Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000;
}

#hiw_image {
	width: 200px;
	float: right;
	margin: 5px 5px 5px 10px;
}