/* reset the borders on everything except tables. 
	 Overriding the tables prevents the user from
   being able to change them. */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;  
}


body { line-height: 1.5; background: #fff; margin:1.5em 0; }

/*--------------------------------
		Header
---------------------------------*/
.sf_main_header {
	height:135px;	
	margin-right:0;
	padding-left: 120px;	
	padding-top:43px;
	width: 830px;
	font-size:60px;
	overflow:hidden;
}
.sf_main_header div{
	height:135px;
	overflow:hidden;
	font-size:60px;  
/*--------------------------
		End Header
--------------------------*/
/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	float:left;
	font-size:36px;
  margin-bottom:.5em;
	margin-right:10px;
	padding-left: 80px;
	padding-right: 40px;
	width: 550px;
}

.sf_pagetitle div {
	font-size:24px;
}

/*--------------------------------
		 End Page Title
---------------------------------*/
