body {
	width: 80%;
	margin: 0 auto;
	background: #DDDDFF;
	/* font-size: 18pt; */
}

h1 {
	color: #000077;
	text-align: center;
}

h2 {
	color: #000077;
}

div#columns ul {
	float: left;
}

div#columns br {
	clear: left;
}

ol#policies li {
	font-weight: bold;
}

ol#policies li p {
	font-weight: normal;
}

#disclaimer {
	font-style: italic;
	font-size: 50%;
	text-align: center;
}

footer {
	clear: both;
	border-top: thin solid #009;
	margin-top: 2ex;
}
.docdate {
	display: block;
	text-align: right;
	font-size: 80%;
	font-style: italic; }

body.narrowpage {
	/* margin-left: 2in; */
	/* margin-right: 2.5in; */
	/* font-size: 80%; */
	font-family: serif;
	width: 80%;
}

p.alert {
	color: red;
}
