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

#content_wrap{
position: relative;
	width: auto;
	padding-left: 2%;
	background-color: none;
	clear: right;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:2.2em;
	color:#03244D;
	margin:10px 0px 0px 0px;
	border-bottom: 1px solid #03244D; 
	clear:both;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-decoration:underline;
	font-size:1.7em;
	color:#03244D;
	margin:10px 0px 0px 0px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:1.5em;
	color:#03244D;
	margin:5px 0px 0px 0px;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:1.25em;
	color:#03244D;
	text-decoration:underline;
	margin:5px 0px 0px 0px;
}
ul.q{
	list-style-type: none;
}
/* FAQ Styling */

.question {
	color:#DD550C;
	font-size:1.1em;
	line-height:1.5em;
	margin:4px 0;
}

.question:hover {
	color:#496E9C;
	cursor:pointer;
}

.answer {
	margin:6px 0 16px;
	display:none;
	font-style:italic;
	color:#03244D;
	font-size: 98%;
	line-height:1.4em;
}

.answer a{
	font-weight:bold;
}

.clickable:hover {
	text-decoration:underline;
	cursor:pointer;}

.hidden { 
	display:none; 
	padding-left:2%;}
	