<style media="screen" type="text/css">

	body { 
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:753px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
    }
p, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align:left;
	}
p {
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 32px;
	line-height: normal;
}
h2 {
	font-size: 28px;
	line-height: normal;
}
h3 {
	font-size: 24px;
	line-height: normal;
}
h4 {
	font-size: 18px;
	line-height: normal;
}
h5 {
	font-size: 16px;
	line-height: normal;
}
h6 {
	font-size: 14px;
	line-height: normal;
}
	/* Column Styles */
	.frame {
		width:753px;
		text-align:left;
		font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
		}
	.leftCol {
		width:530px;
		height: 100%;
		float:left;
		margin: 0px
		}
	.leftText { 
		font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 25px 25px 25px 25px;
		float: left;
		margin: 0px
		}
	.rightCol {
		width:200px;
		height: 100%;
		float:left;
		background: #877C6D url(http://www.sfrlinc.com/site/images/sfrl-logo.jpg) no-repeat top;
		border-style:solid;
		border-width:thin;
		border-color: #534D42;
		margin: 0px	
		}
	.rightText {
		font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 25px 25px 25px 25px;
		float: left;	
		margin: 0px
		}
	.innerCol {
		width:490px;
		height: 100%;
		float:left;
		background: #FFFFFF;
		border-style:solid;
		border-width:thin;
		border-color: #877C6D;	
		margin: 0px
		}
	.innerText {
		font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 25px 25px 25px 25px;
		float: left;	
		margin: 0px
		}
	.spacerCol {
		width:520px;
		height: 10px;
		float:left;
		background: #FFFFFF;
		margin: 0px
		}
	.oneCol {
		width:750px;
		height: 100%;
		float:left;
		background: #FFFFFF;
		margin: 0px
		}
	.oneText {
		font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 25px 25px 25px 25px;
		float: left;
		background: #FFFFFF		
	}
	.frame a, .leftText a, .rightText a, .onecolText a, .whiteText a, .frame:visited a /*link for non ie browser to left .rightText a*/ {color: #C1031C; text-decoration: none;}
	.frame a:hover, .leftText a:hover, .rightText a:hover, .onecolText a:hover, .whiteText a:hover, .frame:hover a /*.rightText a:hover*/ {color: #C1031C; text-decoration: underline;}
	/*.rightText p { font-size: 11px; }*/
#emailform p, .text, .textbutton {
	font-size:12 px;
	font-family: Myriad Pro, Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color: #3e3e3e;
	text-align: left;
}

</style>