@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	line-height: 1.2;
	background: #fff;
	font-family: Garamond, "Times New Roman", serif;
	}

div#pageContainer {
	background: url(images/pageshadow.gif) repeat-y #fff;
	width: 640px;
	margin: auto;
	padding: 0 28px;
	}

div#footer {
	background: url(images/footer.gif) bottom no-repeat;
	width: 640px;
	padding: 12px 28px 18px 28px;
	margin: auto;
	margin-bottom: 48px;
	text-align:center;
	color: #999;
	font-size: 12px;
	}
	
a, a:visited {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000;
	}

ul {
	margin: 0 0 0 24px;
	}

p {
	margin: 0 0 0 24px;
	}
	
div#header{
	text-align: right;
	padding: 30px 0;
	height: 64px;
	background: #fff;	
	}

.imrep {
	text-align: left;
	text-indent: -8888px;
	}
	
h1#pageTitle {
	float: right;
	font: Geneva, "Trebuchet MS", Arial, Helvetica, sans-serif sans-serift;
	color: #333;
	font-size: 18px;
	}

h2#brendan {
	float:left;
	width: 398px;
	height: 54px;
	background: url(images/brendanheadername.gif) no-repeat top right #fff;
	}

div#header ul{
	float: right;
	margin: 3px -36px 12px 0;
	padding: 12px 36px 16px 0;
	background: #fff url(images/heading-tab-right.gif) no-repeat top right;	
	}

div#header ul li{
	list-style-type: none;
	display: inline;
	margin-left: 12px;
	}

div#header ul li#active a{
	color: #000;
	}
	
div#content {
	clear:both;
	height: 100%;
	padding-bottom: 40px;
	}

div#content h1 {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	background: url(images/heading-tab.gif) no-repeat #fff;
	padding: 9px 0px 16px 36px;
	margin: 24px 0px 12px -36px;
	}

p.pdf {
	background: url(images/pdf.gif) no-repeat;
	padding-left: 24px;
	margin-left: 12px;
	}
