#static h2 {
	font-size: 2em;
	margin-bottom: 10px;
	padding-top: 10px;
}

#static h3 {
	font-size: 1.75em;
	margin-bottom: 10px;
}

#static h4 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

#static h5 {
	font-size: 1.25em;
	margin-bottom: 10px;
}

#static {
	padding-top: 35px;
}

#static p {
	line-height: 133%;
	padding-bottom: 10px;
	font-weight: lighter;
	color: #000000;
}

#static ul {
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 133%;
	list-style: lower-roman;
}

#static ol {
	padding-left: 30px;
	line-height: 133%;
}

#static .miniwrap {
	width: 600px;
	background-color: #76BEBE;
	padding: 5px;
}

#static #notice {
	margin-bottom: 10px;
}

#notice ul {
	line-height: 133%;
}

.notice { /* a combo of the #notice and .miniwrap rules above */
	background-color: #76BEBE;
	padding: 5px;
	margin-bottom: 10px;
}

#loginform, #updateform {
	padding: 10px;
}

#loginform div, #updateform div {
	margin-bottom: 10px;
}

#loginform div label, #updateform div label {
	width: 170px;
	float: left;
}

#loginform #username, #loginform #password {
	width: 284px;
}