/* CSS Document */

body.sub {

}

#amtRaised {
	height: 55px;
	background-color:#FEF9F0;
	width: 250px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}

#amtRaised img {
	margin-top: 25px;


}

#pageWrapper {
	width: 960px;

}

#appLogo {
	width: 848px;
	background-color: #ECEDEC; 
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	border-top-width: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #014A81;
	border-right-color: #ED1C24;
	border-left-color: #ED1C24;
	
}

#pageContentWrap {
	width:850px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}

.intro {
	float: right;
	width: 350px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #014A81;
	
}

.nav {
	text-align: center;
	padding-bottom: 10px;
	
}

ol, ul {
	font-size: 1em;
}

ol.faq {
	color: #000;
	
}

ol.faq li {
	
}

ol.faq p {
	font-size: 100%;
	color: #333333;
	padding-left: 5px;
	
}

ol.faqQues {
	font-size:.75em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}

h5 {
	font-weight:normal;	
}

