
/* generic content styles throughout */

#contentArea {
	position: absolute;
	top: 171px;
	left: 328px;
	width: 270px;
	height: 430px;
	color: #5c5a55;
	}
	#contentArea h1 {  }
	#contentArea h2 {
		color: #1f4794;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 14px;
		margin: 0 0 4px 0;
		}
	
	#contentArea h3 {
		color: #1f4794;
		font-size: 1em;
		margin-bottom: 2px;
		}
		
		#contentArea span.inlineHeading { color: #1f4794; font-weight: bold; }
		#contentArea span.plusOne { font-size: 1.1em; }
		
	#contentArea h4 {
		color: #5c5a55;
		font-size: 1em;
		margin-bottom: 4px;
		}
	
	#contentArea p, #contentArea ul {
		line-height: 16px;
		margin: 0 0 8px 0;
		}
		#contentArea p.boldFocus {
			color: #1f4794;
			font-weight: bold;
			}
		#contentArea p.blackBold {
			color: #000;
			font-weight: bold;
			}
	
	#contentArea ul li {
		position: relative;
		padding: 0 0 0 14px;
		background: url(../../img/content/bg-bullet.gif) 0px 4px no-repeat;
		}
		
	#contentArea div.hr1 { height: 10px; }
	#contentArea div.hr2 { height: 10px; }
		
		
/* site map */
ul#siteMapLinks { margin: 0 0 0 5px; }
	ul#siteMapLinks li {
		position: relative;
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
		background: url(../../img/content/bg-site-map-arrow.gif) 0px 4px no-repeat;
		}
	ul#siteMapLinks li a {
		color: #4274d9;
		font-weight: bold;
		}
		
		ul#siteMapLinks li ul {  }
			ul#siteMapLinks li ul li { background: none; }
			ul#siteMapLinks li ul li a { font-weight: normal; }