body { 
	background:white; 
	margin:10px auto; 
	font-family:Helvetica, Arial, sans-serif; 
}

p { 
	margin:0px; 
	padding:0px; 
}

/* LAYOUT FRAMEWORK */

#container1 { 
	width:800px; 
	margin:auto;
}

#header { 
	width:800px; 
	height:112px; 
}

#leftCol { 
	width:142px; 
	
	float:left;
}

#rightCol { 
	float:left; 
	width:658px;  
}

/*  middle content */

#content { 
	float:left; 
	width:458px; 
	font-size:13px; 
	color:#222222;
}

#content a { 
	text-decoration:none;
}

#content a:hover { 
	text-decoration:underline; 
}

#content ul li { 
	list-style-image:url(../images/red_arrow.jpg); 
	padding:3px 0px 0px 0px;
}

p.pageTitle { 
	font-size:36px; 
	color:#BF7931; 
	margin:15px 0px;
}

p.pageBody { 
	color:#222222; 
	font-size:13px; 
	padding:0px 20px 10px 20px; 
	line-height:20px; 
}

p.bulletPoint {
	margin-top:20px; 
	color:#BF7931; 
	font-size:16px; 
	text-align: left;
}

/*  Right Content */

#rightContent { 
	float:left; 
	width:180px; 
	margin-left:20px;  
}

#rightContent a { 
	display:block; 
	font-size:13px; 
	
	padding:2px 0px; 
	text-decoration:none; 
	padding-left:7px;  
}

#rightContent a:hover { 
	text-decoration:underline; 
}

p.sectionHeader { 
	background:#b8b4ab;  
	padding:0px 4px 0px 0px; 
	margin:10px 0px 10px 0px;
}

#rightContent p.sectionHeader a { 
	color:white; 
	font-size:15px; 
	text-decoration:none; 
}

/* Footer */

#footer { 
	clear:both; 
	font-size:11px; 
	color:#958675; 
	text-align:right; 
	padding-top:50px;
}

#footer img { 
	padding-right:100px; 
}

#footerLine { 
	height:1px; 
	background:#ccc; 
	padding:0px; 
	line-height:0px; 
	font-size:1px;
}

.style1 {
	color: #990000;
}