/* create cross-browser defaults */
@import url(/css/undohtml.css);

/*
global elements
*/
html, body, #wrapper{ margin:0 auto; }

body{
	background:transparent top left repeat-x;
	font:0.85em/1.3 'Raleway', Helvetica, Arial, sans-serif;
	line-height:1.6em;
        color: #173F6C;
}

#wrapper{ width:866px; }
#usapdc-header ul {
 list-style: none;
}
/*
content area & common elements
*/
#content{
	margin:0 auto 2.5em auto;
	padding:0 0.75em;
}
	#content p {
		margin:0 0 1em 1.2em;
		text-align: justify;
	}
	#content h2{
		margin:1.25em 0 0.5em 0;
		border-bottom:1px dotted #3e5168;
		font:normal 1.8em Georiga, "Raleway", Times, serif;
		letter-spacing:-1px;
		color:#2e3c4e
	}
        #content lin1{
		font:0.9em 'Raleway', Helvetica, Arial, sans-serif;
                color:#173F6C;
                text-decoration:underline;
                font-weight:600;
	}
	#content faqQ{
		margin:1.25em 0 0.5em 0;
		border-bottom:1px dotted #3e5168;
		font:normal 1.6em Georiga, "Raleway", Times, serif;
		letter-spacing:-1px;
		color:#2e3c4e
	}
	#content h3{
		margin:1.2em 0 0.5em 0.75em;
		padding-bottom:0.15em;
		border-bottom:1px dotted #3e5168;
		font:normal 1.3em Georgia, "Raleway", Times, serif;
		color:#3e5168;
	}
	#content ul, #content ol{
		margin-left:3.5em;
	}
	#content ul{ list-style:disc outside; }
	#content ol{ list-style:decimal outside; }
		#content ol ol {list-style:lower-alpha outside; }
		#content li{
			margin-bottom:0.5em;
		}
	#content ul#toc{
		list-style:none;
	}
		#content ul#toc li{
			margin-bottom:0.25em;
			list-style:decimal outside;
		}
	
	/* links */
	#content a, #footer a{
		padding:0 1px 0 1px;
		text-decoration:none;
		
	}
		#content a:link, #footer a:link{
			font-weight:500;
			text-decoration:none;
			color:#00008C;
		}
		#content a:visited, #footer a:visited{
			text-decoration:none;
			border-bottom:1px solid #8969cc;
			color:#00008C;
		}
		#content a.external, #footer a.external{
			padding-right:13px;
			background:transparent url(/imgs/external.gif) center right no-repeat;
		}
		#content a.top{
			margin:0;
			padding:0 2px 0 18px;
			border-bottom:1px dotted;
			text-align:right;
			font-size:0.85em;
			background:transparent url(/imgs/top_icon.gif) top left no-repeat;
		}
		
		/* must go last to override any other settings */
		#content a:hover, #footer a:hover{
			text-decoration:none;
			border-bottom:1px solid #aac9ef;
			color:#00008C;
			background-color:#e9f0ff;
		}
		
	/* acronyms */
	#content acronym, #footer acronym{
		cursor:help;
	}

/*
footer
*/
#footer{
	margin:0 auto 1em auto;
	padding:0.8em 0 0 7em;
	border:0;
	background:transparent url(/imgs/adc_footer_design2.gif) top left no-repeat;
	text-align:center;
	font-size:0.825em;
	height:63px;
	clear:both;
}
	#footer p{
		margin:0.25em auto;
	}
	#footer p.legal a{
		margin:0 0.5em;
	}
