/* All things being equal */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* tags */
body {
	margin: 0px 0px 0px 1px;
	background-color: #CCCCCC;
}
html>body {
	margin: 0px 0px 0px 0px;
	background-color: #CCCCCC;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-bottom: 6px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 3px;
}
fieldset {
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 12px;
}
p {
	padding-bottom: 6px;
}
li {
	padding-left: 12px;
	padding-bottom: 6px;
	list-style-position: inside;
	list-style-type: disc;
}


/* divs */

	/* page wrapper */
		#wrapper {
			width: 720px;
			margin: 12px auto; 
		}

	/* header divs */
		#mast {
			height: 71px;
			margin-top: 0px;
			margin-bottom: 12px;
			margin-right: 0px;
			margin-left: 0px;
		}
			#navigation {
				width: 568px;
				margin-top: 0px;
				margin-left: 152px;
			}
			
			#logo {
				width: 152px;
				left: 0px;
				float: left;
			}
	
	/* breadcrumb divs */
		#breadcrumb {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight: normal;
			color: #999999;
			background-image: url(images/bkgd_repeater_1col.gif);
			background-repeat: repeat-y;
			background-position: center;
			padding-top: 12px;
			padding-left: 218px;
			padding-right: 12px;
			padding-bottom: 12px;
		}
			#breadcrumb a:visited {
				color: #999999;
			}
			#breadcrumb a:link {
				color: #999999;
			}
	
	/* content divs */
		#content {
	padding: 0px;
	width: 710px;
	height: auto;  /* keep in so page looks okay in Dreamweaver */
	margin-right: auto;
	margin-left: auto;
		}
		
		#content-area {
			padding-right: 12px;
			padding-left: 12px;
		}
		#content-top {
			background-image: url(images/threecol_top.gif);
			background-repeat: no-repeat;
			background-position: center top;
			height: 24px;
		}
		#content-btm {
			background-image: url(images/threecol_btm.gif);
			background-repeat: no-repeat;
			background-position: center top;
			height: 29px;
			clear: both;
		}
	
	/* footer divs */
		#footer {
			height: 30px;
			clear: both;
			position: relative;  /* Needed for Safari */
			padding-top: 12px;
			background-image: url(images/bkgd_repeater_1col.gif);
			background-repeat: repeat-y;
			background-position: center;
			text-align: center;
		}

/* classess */
.center {
	text-align: center;
}
.pdf {
	list-style-image: url(images/pdfsmall.gif);
	line-height: 18pt;
	vertical-align: middle;
}
.text8pt {
	font-size: 8pt;
	color: #000000;
}


