/* 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: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

/* tags */
body {
	margin: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 6px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
	font-style: italic;
}
fieldset {
	font-size: 12pt;
	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;
}


/* things to hide */

#navigation, #content-top, #content-btm {
	display: none;
}

	/* page wrapper */
		#wrapper {
			width: 100%; 
		}
	/* header divs */
		#mast {
			height: 71px;
			margin-top: 0px;
			margin-bottom: 12px;
			margin-right: auto;
			margin-left: auto;
		}
			
			#logo {
				width: 152px;
			}
	
	/* content divs */
		#content {
			width: 100%;
			background-color: #FFFFFF;
		}
		
		#content-area {
			width: 100%;
			background-color: #FFFFFF;
		}
		#left {
			width: 100%;
		}
		#right {
			width: 100%;
		}
	
	/* 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;
}


