@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#container {
	width: 610px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	background-image: url(/microsites/retirementtrends/images/retirementtrends_hederbg.gif);
	height: 80px;
	width: 610px;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0;
}
