body	{ color: #222222;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
}

a:link, a:visited { color: #AA4444;
	text-decoration: none;
	background-color: transparent;
}

a:hover, a:active { color: #552222;
	text-decoration: underline;
	background-color: transparent;
}

/* Header Stuff */

div.headerDiv	{ text-align: center;
	width: 100%;
	padding: 4px 0px 4px 0px;
	border: 0px;
	color: #FFFFFF;
	background-color: #773333;
}

span.headerSiteLinks	{ word-spacing: 3ex;
	font-size: 80%;
	font-family: helvetica, arial, sans-serif;
}

a.barLink:link, a.barLink:visited { color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

a.barLink:hover, a.barLink:active { color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
}

div.headerTitleDiv { text-align: left;
	width: 100%;
	padding: 0px;
}

h1.headerTitle { font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 400%;
	color: #773333;
	background-color: transparent;
	letter-spacing: -.1ex;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	line-height: .68em;
}

div.subHeaderDiv { text-align: left;
	width: 100%;
	padding: 4px 0px 4px 0px;
	border: 0px;
	color: #FFFFFF;
	background-color: #773333;
}

span.subHeaderSpan { padding: 0px 0px 0px 8ex;
	color: #FFFFFF;
	background-color: transparent;
	font-size: inherit;
}

/* End Header Stuff */

/* Table of Contents */

div.tocDiv { border-top: 5px solid #552222;
	border-bottom: 1px solid #773333;
	border-right: 1px solid #773333;
	border-left: 1px solid #773333;
	padding: 1px 5px 1px 5px;
	color: inherit;
	background-color: transparent;
	width: 25ex;
	position: absolute;
	left: 2ex;
	top: 13ex;
}

tocList { padding: 0px;
	margin: 0px;
	border: 0px;
}

tocListItem { padding: 0px;
	margin: 0px;
	border: 0px;
}

/* End Table of Contents */

/* Content */

div.content { border-top: 0px;
	border-left: 1px solid #773333;
	border-right: 1px solid #773333;
	border-bottom: 0px;
	margin: 0px 1ex 0px 30ex;
	padding: 1ex;
}

/* End Content */

/* Footer */

div.footerDiv { text-align: right;
	width: 100%;
	padding: 4px 0px 4px 0px;
	border: 0px;
	color: #FFFFFF;
	background-color: #773333;
}

span.footerSpan { padding: 0px 1ex 0px 1ex;
}

div.subFooterDiv { text-align: center;
	padding: 2px;
	border: 0px;
	margin: 0px;
}


/* End Footer */