/* --------------------------------------------------------------------
	content.css gives layout and styling for the maincontent
	and sidecontent areas on the main site.
	Also used by the admin site for preview purposes.
   ------------------------------------------------------------------ */

   
#maincontent {
	background: #fff url(/graphics/content_bg_top.gif) no-repeat top left;
	margin: 0px 0 0 0;
	padding: 50px 30px 20px 30px;
	float: left;
	clear: left;
	width: 430px;
	}

#pagetitle {
	height: 22px;
	float: right;
	clear: right;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0 20px;
	background: #8F8F75 url(/graphics/content_bg_pagetitle.gif) no-repeat left top;
	display: none;
	}

h3.headtitle {
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #8F8F75;
	margin: 0px;
	padding: 5px 0 10px 0px;
	background: url(/graphics/divider_horizontal_4px.gif) no-repeat bottom left;
	clear: right;
	}   
	
h3.headtitlenoline {
	letter-spacing: 0px;
	font-weight: normal;
	font-size: 16px;
	color: #8F8F75;
	margin: 0px;
	padding: 5px 0 5px 0px;
	clear: right;
	}   
	
	
.subheadtitle {
	clear: left;
	}
	
.subheadtitle a {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	color: #8F8F75;
	float: right;
	clear: both;
	margin: 10px 0px 0 0;
	padding: 0px;
	} 
	
.subheadtitle img {
	margin-bottom: -3px;
	}

	
ul.bulletlist {
	margin-left: 25px;
	}


ul.bulletlist li {
	list-style-type: disc;
	margin: 0px 20px 10px 0px;
	}
	
.toc1 {
  font-size: 110%;
  margin-left: 20px;
}

.toc2 {
  margin-left: 40px;
}

.image_area {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 100%;
	font-style: italic;
	font-weight: bold;
  color: #800;
}

.small_image_area {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #800;
}

.image_area_text {
  text-align: center;
  font-size: 100%;
  color: #800;
	font-style: italic;
	font-weight: bold;
}

.subheader {
  color: #800;
  text-align: center;
}

.header {
  color: #008;
  font-size: 200%;
	font-style: italic;
	font-weight: bold;
  line-height: 1;
}
.header2 {
  color: #800;
	font-weight: bold;
}