/* CSS Document */
/* AGD 'FOR THE PUBLIC' */

	#pubart_body{
	}
	#pubart_body div{
		vertical-align:top;
	}
	#articleHead{
	}
	#articleChapt{
	}
	#articleStory{
	}
	
	#articleTools{
		border-left:1px solid #1E406D;
		margin:10px 0 50px;
		padding:0 0 10px;
		width:175px;
		float:right;
	}
	#articleTools ul {
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 0 0 6px;
		padding:0;
	}
	#articleTools ul li {
		display:block;
		font-size:1em;
		line-height:1em;
		margin:0 0 5px;
		padding:3px 0 7px;
		text-align:left;
		text-decoration:none;
	}
	#articleTools a{
		color:#B77C27;
		font:bold 12px Arial, Helvetica, sans-serif;
	}
	
	#articleChapt{
		width:95%;
	}
	
	#articleChapt th {
		display: block;
		border-collapse: collapse;
		padding: 0 0 0 0;
		margin: -4px 0 4px;
		border: none;
		text-align:left;
	}
	#articleChapt a, #articleChapt a:link {
		font-weight: bold;
		padding: 0 0 0 15px;
		margin: 0 0 0 0;
		background-image: url(/images/arrows/link-arrow.gif);
		background-position: left 2px;
		background-repeat: no-repeat;
		color:#B77C27;
	}
	
	#articleChapt a:visited { color: #1E406D; }
	
	#articleChapt a:hover {
		background-image: url(/images/arrows/link-arrow-hover.gif);
	}
	/* START Rounded Corners Styles */
	.bl {
		background: url(/images/corners/public_corner-bl-lblu.gif) 0 100% no-repeat #dee5f0;
		width:100%;
	}
	
	.br { background: url(/images/corners/public_corner-br-lblu.gif) bottom right no-repeat; }
	.tl { background: url(/images/corners/public_corner-tl-lblu.gif) 0 0 no-repeat; }
	
	.toctl {
		background-image: url(/images/sitesimages/public/agd-bg-articletoc.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	
	.tr {
		background: url(/images/corners/public_corner-tr-lblu.gif) 100% 0 no-repeat;
		padding: 6px;
	}
	
	.clear {
		font-size: 1px;
		height: 1px;
	}
	/* END Rounded Corners Styles */
	
	
								
	/* START articleNav Styles */	
	#articleNav {
		height: 10px;
		padding: 0 0 0 0;
		margin: 20px 0 40px;
		float: none;
		width:700px;
	}
	
	.articleNavPrev,
	.articleNavNext,
	a.articleNavPrev, 
	a.articleNavPrev:link, 
	a.articleNavNext, 
	a.articleNavNext:link {
		font-weight: bold;
		padding: 0 15px;
		margin: 0 0 0 0;
		border-right: 1px solid #1E406D;
		background-image: url(/images/arrows/link-arrow-left.gif);
		background-position: left 2px;
		background-repeat: no-repeat;
		background-color: #dee5f0;
		color:#B77C27;
	}
	
	.articleNavNext, 
	a.articleNavNext, 
	a.articleNavNext:link {
		text-align: right;
		float: right;
		border-right: 0;
		border-left: 1px solid #1E406D;
		background-image: url(/images/arrows/link-arrow.gif);
		background-position: right 2px;
	}
	
	a.articleNavPrev:visited, a.articleNavNext:visited { color: #1E406D; }
	
	a.articleNavPrev:hover {
		background-image: url(/images/arrows/link-arrow-left-hover.gif);
	}
	
	a.articleNavNext:hover {
		background-image: url(/images/arrows/link-arrow-hover.gif);
	}
	
	#articleNav table {
		width: 418px;
	}
	
	#articleNav td {
		display: table-cell;
		width: auto;
		padding: 1px 0;
		z-index:2;
	}
	
	#articleNav td.hr {
		display: table-cell;
		width: 100%;
		z-index:1;
	}
	
	#articleNav td.hr hr {
		width: 100%;
		text-align: center;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: 1px;
		border: 0;
		border-top: 1px solid #1E406D;
		background-color: transparent;
	}
	/* END articleNav Styles */


