/* L I N K  C O L O U R S (blend in)-------------*/

#content a.normalDark:link, #content a.normalDark:visited, #content a.normalDark:hover, #content a.normalDark:active {
	text-decoration: none;
	color: #999;
	}
	
#content a.normalLight:link, #content a.normalLight:visited, #content a.normalLight:hover, #content a.normalLight:active {
	text-decoration: none;
	color: #555;
	font-weight: normal;
	}
	
#content a.normalLighter:link, #content a.normalLighter:visited, #content a.normalLighter:hover, #content a.normalLighter:active {
	text-decoration: none;
	color: #777;
	font-weight: normal;
	}

/* S E C T I O N   I N D E X E S -------------*/

ul#indexLists {
  font-size:0.75em;
}
ul#indexLists li ul, ul#indexLists li ul li ul {
	font-size: 100%;
	}
	
	
/* A R T I C L E  F O L D E R -------------*/
	
#articles ol li p {
	font-size: 100%;
	}
#articles ol {
	color: #777;
	}
#articles dl dt, #articles dl dd {
	font-size: 140%;
	color: #777;
	}
	
#articles #content {
	position: relative;
	}
	
#articleNav {
	position: absolute;
	width: 160px;
	top: 35px;
	right: 20px;
	list-style-position: inside;
	}
#articleNav ul {
	font-size: 100%;
	margin-left: 5px;
	paddding: 0;
	}
#articleNav ul li {
	padding: 0; 
	margin: 0;
	}
#articleNav li a {
	font-weight: normal;
	text-decoration: none;
	}
#articleSelect a {
	color: #FF3B00;
	}
#articleHead {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #7B4F4E;
	padding-bottom: 4px;
	list-style: none;
	margin-left: -13px;
	}
	

/* U T I L I T Y   C L A S S E S -------------*/

.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearFix {display:inline-block;}


/* F O O T E R */
#credit {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0 0 0;
  font-size: 0.7em;
}

#credit ul {
	list-style: none;
	font-size: 95%;
	margin: 0;
	padding: 0;
	width: 525px;
	}
#credit ul li {
	float: left;
	margin-right: 5px;
	}
#credit ul li a {
	text-decoration: none;
	}
	
#credit div {
	float: right;
	width: 240px;
	text-align: right;
	}
