body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: black;
}
#container {
	width: 100%;
}
#content {
	width: 100%;
}
#ducol1 {
	width: 100%;
}
#ducol2 {
	width: 100%;
}
#globalnav {
	display: none;
}
#header {
	display: none;
}
#banner {
	display: none;
}
#footer {
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	line-height: normal;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
	font-weight: normal;
}
a:link {
	text-decoration: underline;
	color: gray;
}
a:visited {
	text-decoration: underline;
	color: gray;
}
a:hover {
	text-decoration: underline;
	color: gray;
}
a.sublink {
	display: none;
}
img {
	border: none;
}
fieldset {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-right: auto;
	margin-left: 0px;
	height: 1px;
	color: gray;
	background-color: gray;
}