/* This sheet styles the box containing the links to the PDFs, not the PDFs themselves. */

#pdf-links {
	clear: both;
	margin: 2em 0 0 0;
	background: #D1DAED;
	}
#pdf-links h2 {
	float: left;
	width: 6.5em;
	margin: 0;
	padding: 10px 0 0 10px;
	background: url(../images/pdf-links_top-left.gif) no-repeat;
	}
#pdf-links ul {
	margin: 0 0 0 9em;
	padding: 10px 10px 10px 0;
	list-style: none;
	background: url(../images/pdf-links_top-right.gif) top right no-repeat;
	}
#pdf-links li {
	margin: 0 0 .2em 0;
	padding: 0;
	}
#pdf-links a {
	color:#3A5A9B;
	}
