/* This declaration removes the default padding and margin settings from all block level elements which assists with the different browser rendering issues.*/* {margin:0; padding:0;} /* Setting the base font size at 100.1% in the html and body elements deals with the incorrect handling of scaleable font sizing in IE*/html, body 	{	font-family: Arial, Helvetica, Verdana, sans-serif;	font-size: 100.1%;	font-style: normal;	color: #332618;	line-height: 1.3em;	font-weight: normal;	font-variant: normal;}body	{	background-image: url(../images/chart-bg.jpg);	background-repeat: no-repeat;	background-position: 180px 40px;	width: 100%;	background-color: #FFF;	overflow-x: hidden;}/*=== BASE STYLES === */p							{ 	font-size: 0.85em;								margin: 1em 2em 1em 0em; }a:link						{ font-weight: bold; color:#D26D28; text-decoration: none; }a:visited					{	color: #D26D28;	font-weight: bold;	 text-decoration: none;}a:hover						{ color: #D26D28; text-decoration: underline; }a:active					{ color: #D26D28; }ul, li						{ padding-left: 1em; }li							{  font-size: 0.85em; }img							{ border: 0; }h1	{	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;	font-size: 1.15em;	color: #030A14;	 }														h2	{	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;	font-size: 1.1em; 	color: #030A14;	 }h3	{	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;	font-size: 1.0em;	color: #030A14; }h4	{	font-family: "Lucida sans", Verdana, Arial, Helvetica, sans-serif;	font-size: 0.9em;	color: #030A14; }	/*=== CONTAINER STYLES === */#banner	{	float: left;	width: 100%;	background-image: url(../images/banner-bg.jpg);	background-repeat: repeat-x;	}.banner-img	{	float: left;	width: 1024px;	}	#nav	{	float: left;	width: 236px;	padding: 0;	border: 0;	margin-top: 0;	margin-bottom: 0;	margin-left: 0;}.nav-img	{	float: left;	width: 236px;	}#content	{	padding: 0 30px 0 20px;}.karen-img	{	float: left;	width: 220px;	padding-right: 10px;	padding-bottom: 10px;	border: 0;}.spaceAbove	{	padding-top: 25px;}.small	{	font-size: 0.8em;}.clearImage	{	clear: both;	padding-top: 25px;}
