/* CSS Document */

body, html
{
	background-color: #CC9966;
	width: 100%;
	margin: 10px;
	text-align: center;
}

#MasterContainer
{
	margin: 0 auto;
	width : 640px;
	text-align: left;
	position: relative;
}

#ContactHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -15px;
	margin-top: 15px;
	position: relative;
	height: 25px;
	width :620px;
}
#ContactSlogan
{
	color: #870707;
	font-size: 16px;
	display: block;
	width: 400px;
	margin: 0px;
	float: left;
	margin-left: 15px;

}
#ContactPhone
{

	position:relative;
	float: right;
}
<!-- Menu Styles here -->

<!--                  -->


#BodyContainer
{
	background-image: url(../images/flagbk4.gif);
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;

}

#BodyContainer h1
{
	color : #272360;
	font-weight: bold;
	font-size: 16px;
	margin: 5px;
}
#BodyContainer h1 em
{
	color : #912225;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	margin: 0px;
}

.BenefitsHeader
{
	display: block;
	margin: 15px;
	background-color : #912225;
	font-size: 18px;
	font-weight: bold;
	color : white;
	padding: 5px;
	text-align: center;
}

#BodyContainer ul
{
	list-style-image: url(../images/bullet3.gif);
	font-size : 12px;
	color : #272360;
	font-weight: bold;
	margin-left: 40px;
}
#BodyContainer ul li
{
	margin-bottom: 10px;
	margin-left: 0px;
}

#StartLoanBtnContainer
{
	width: 427px;
	height: 41px;
	background-image: url(../images/roundBkGround.gif);
	line-height: 40px;
	font-size : 13px;
	color : #272360;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
}
#StartLoanBtnContainer span
{
	margin-left : 10px;
}
#StartLoanBtnContainer a
{
	display: block;
	width : 137px;
	height: 20px;
	border: none;
	position: absolute;
	top: 10px;
	right: 5px;
}
#BodyTextContainer
{
	padding: 10px;
	padding-right: 30px;
	font-size: 13px;
	color: black;
}

#BodySlogan
{
	font-family: Arial, Helvetica, sans-serif;
	color: #912225;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	padding-right: 30px;
}

#MortgageCalculator
{
	width:	160px;
	background-color: #232265;
	border: solid 1px #272360;
	margin-bottom: 15px;
	margin-top: 10px;
}

.MortgageCalcBtnContainer
{
	background-color: white;
	border :solid 1px #272360;
	width : 148px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-image: url(../images/calculator2.gif);
	background-position: 3px 10px;
	background-repeat:no-repeat;
	height: 40px;

}
.MortgageCalcBtnContainer a
{
	font-size: 10px;
	line-height: 12px;
	margin-left: 33px;
	display: block;
	margin-top: 8px;
}
.CalcHeader
{
	font-size: 12px;
	text-align: center;
	background-color: #870707;
		color : White;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 3px;
}

#CommercialCaption
{
	font-size: 10px;
	text-align: center;
		color : #272360;
		margin: 3px;
}

#FooterContainer
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top : 8px;
	margin-bottom: 8px;
}
#Copyright
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

