/* CSS Document */

.sectionlist {
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding:0px 0 0 5px;
	}
	* html{ padding:auto;}
	
.subsectionlist {
	list-style:none;
	margin-left:5px;
	padding:0px 0 0 5px;
	}
	* html{margin-left:10px;  padding:auto;}
	
.pagelist {
	list-style:none;
	margin-left:0px;
	padding:0px 0 0 5px;
	}
	* html{margin-left:10px; padding:auto;}
	
/*section*/
.section, 
a.section:link,
a.section:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	border-bottom: solid 1px #FFFFFF;
	width: 110px;
	display: block;
	padding-left:13px;
	}

a.section:hover,
a.section:active {
	font-weight: bold;
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

.sectionon {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	border-bottom: solid 1px #FFFFFF;
	width: 105px;
	display: block;
	padding-left:13px;
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

.sectionhalf, 
a.sectionhalf:link,
a.sectionhalf:visited,
a.sectionhalf:hover,
a.sectionhalf:active	{
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	border-bottom: solid 1px #FFFFFF;
	width: 105px;
	display: block;
	padding-left:13px;
	}
a.sectionhalf:hover,
a.sectionhalf:active {
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

/*subsection*/
.subsection, 
a.subsection:link,
a.subsection:visited {
	font: normal 11px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	padding-left:13px;
	}

a.subsection:hover,
a.subsection:active {
	font-weight: bold;
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

.subsectionon {
	font:bold 11px/9px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	padding-left:13px;
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

.subsectionhalf, 
a.subsectionhalf:link,
a.subsectionhalf:visited, 
a.subsectionhalf:hover,
a.subsectionhalf:active	{
	font: bold 11px/10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	padding-left:13px;
	}

a.subsectionhalf:hover,
a.subsectionhalf:active {
	background: url(images/dotted_arrow_right_gold.gif) left 3px no-repeat;
	}

/*page*/
.page, 
a.page:link,
a.page:visited {
	margin: 10px 0;
	font: italic 11px/9px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C5A631;
	padding-left:20px;
	}
a.page:hover,
a.page:active {
	font-weight: bold;
	background: url(images/dotted_arrow_right_gold.gif) 0px 3px no-repeat;
	}

.pageon {
	margin: 10px 0;
	text-decoration: none;
	color: #FFFFFF;
	font: bold italic 11px/9px Arial, Helvetica, sans-serif;
	padding-left:20px;
	background: url(images/dotted_arrow_right_gold.gif) 0px 3px no-repeat;
	}
