#main{
	display:block; 
	left:0; 
	position:relative; 
	top:0; 
}

h3 {
	font-weight:bold;
	font-size:15px; 
	margin:10px 0;
}
.anchor {display:block; margin:10px 0;}
.anchor a h3 {color:#084274; display:inline;}
.anchor a:target h3 {color:#A33D14;}
.anchor a:target:before { content:url(graphics/paw_maroon_l.gif); }
.anchor a:target:after { content:url(graphics/paw_maroon.gif); }

.section {
	margin-bottom:20px;
}

a.toplink:link, a.toplink:visited, a.toplink:active {
	color:#000066;
	background-color:transparent;
	float:right; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	margin:0;
	right:0;
	text-decoration:none;
	top:0;
	}
	
a.toplink:hover {
	color:#336600;
	background-color:transparent;
	}
	
	
a.nav, a.nav:link {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#000066;
	background-color:transparent;
	line-height:12px;
	text-decoration:none;
	text-transform:capitalize;
	}
	
	a.nav:hover, a.nav:focus, a.nav:active, a.nav:target { 
		color:#00BFFF;
		background-color:transparent;
		text-decoration:none;
	}


#toc {
	background-color:#FFFFFF;
	border:#7CAC02 1px solid;
	color:#000000;
	display:block;
	margin:0 5px;
	padding:0 5px;
	position:absolute;
	right:0;
	top:0;
	width:auto;
	max-width:200px;
}

#toc DL {
	margin:2px;
	padding:0;
}

#toc DT {
	border:#000066 1px solid;
	border-width:0 0 0 0;
	height:14px;
	margin:0;
	overflow:auto;
	padding:0;
	white-space:nowrap;
	width:100%;
}


.lrgblue	{ 
	background-color:transparent; 
	color:#000066; 
	font:'Arial Narrow', sans-serif 16px/1.25 bold; 		
}	
	
p {margin:10px 0;}

ul {
	list-style:outside disc;
	margin:2px 0 2px 16px; 
}
ul li{margin:6px 10px;}