body {
	margin:0px;
	padding:15px 0px;
	text-align:center: /* ie centering container */;
	font-family:arial, sans-serif;
	font-size:12px;
	background-color:#999999;
}

a:link, a:visited {
	text-decoration:underline;
	color:#d8062c;
}

a:hover, a:visited:hover, a:active {
	text-decoration:underline;
	color:#d8062c;
	
}

#container {
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
	width:740px;
	
	background-color:#ffffff;
}

#header {
	border-top:4px solid #6d6c6a;
	height:118px;
	
	}
	
#safecoLogo {
	float:right;
	display:inline;
	margin:20px 20px 0px 0px;
}	

#teensuranceLogo {
	float:left;
	display:inline;
	margin:20px 0px 0px 20px;
}	

#tagline {
	float:left;
	display:inline;
	margin:20px 0px 0px 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}

#contentbox {
	margin:0px;
	padding:20px;
}

#content {

}

#inthenews {
	margin-left:160px;
	margin:-7px 0px -7px 160px;
	
}

.articleSumBox {
	clear:both;
	width:694px;
	margin-top:20px;
	border:0px solid black;
}

.picture {
	float:left;
	display:inline;
	width:128px;
	height:128px;
	padding:0px;
	margin-right:30px;
	border:2px solid #aaaaaa;
}

.articleText {
	float:left;
	display:inline;
	width:532px;
	padding-bottom:15px;
	
	line-height:1.8em;
}

.blueborder {
	border-bottom:2px solid #99dcef;
}

.articleText h1 {
	color:#333333;
	margin:0px;
	padding:0px;
	font-size:20px;
	border:0px solid red;
	ine-height:1em;
}

.articleText h3, .date {
	font-size:13px;
	font-weight:bold;
	color:#757575;
	margin-bottom:5px;
	border:0px solid yellow;
	ine-height:1em;
	
}

#footer {
	background-color:#999999;
	color:#ffffff;
	font-size:8pt;
	padding:16px 10px 6px 94px;
	border-top:4px solid #6d6c6a;
	line-height:1.4em;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#ffffff;
}

#footer a:hover, #footer a:visited:hover, #footer a:active {
	text-decoration:underline;
	color:#ffffff;
}





.clear {
	clear:both;
}












