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

body {
	background: #bc050e url(../images/bg.jpg) repeat-x;
}

body, div, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/

h3 {
	font-family: Times, serif;
	color: #900;
}

#pagewrapper {
	margin: 0 auto;
	width: 762px;
}

#pagetop {
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
	width:762px;
	height:19px;
}

#pagecontainer {
	width: 762px;
	background: url(../images/content_middle.jpg) repeat-y;
}

#pagefooter {
	margin: 0 20px;
	padding: 20px 0 5px;
	border-top: 1px solid #ccc;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}

#pagebottom {
	background-image:url(../images/content_bottom.jpg);
	background-repeat:no-repeat;
	width:762px;
	height:20px;
}

#pageheader {
	width: 726px; /* 762px - padding */
	height: 108px;
	margin: 0;
	padding: 0 18px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: right;
	background: transparent url('/images/horiz_bar.jpg') no-repeat center bottom;
}
	#pageheader A:link, #pageheader A:visited {
		text-decoration: none;
		color: #000;
	}
	#pageheader A:hover, #pageheader A:active {
		text-decoration: none;
		color: #bc050e;
	}

TABLE#pagebody {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
	TABLE#pagebody TD.col1 {
		width: 200px;
		padding: 18px; 
		vertical-align: top;
		text-align: left;
	}
	TABLE#pagebody TD.col2 {
		padding: 18px; 
		vertical-align: top;
		text-align: left;
	}
		TABLE#pagebody TD.col2 p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 19px;
			/*text-indent: 15px;*/
		}

#pagenav {
	width: 722px;
	margin: 0 20px 0;
	padding: 5px 0 8px;
	border-bottom: solid #999 2px;
	text-align: center;
}
	#pagenav a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: 600;
		color: #000000;
		text-decoration: none;
		padding-right: 20px;
	}
	#pagenav a:hover {
		color: #990000;
	}
	#pagenav img {
		padding-right: 5px;
		margin-top: 6px;
	}

TABLE.messagebox TD {
	padding: 10px;
}
	TABLE.messagebox TD:first-child {
		padding-right: 0;
	}

UL.spaced LI {
	margin: 1em 0;
}

UL.files {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	UL.files LI {
		padding-left: 21px;
		min-height: 16px;
		margin: 6px 0;
	}
		UL.files LI.pdf {
			background: url('/images/icons/pdf_sm.png') no-repeat 0px 0px;
		}