@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 85%;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 5px;
	width: 600px;
	line-height:1.1em;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
h1, h2, h3, h4, h5, h6 {
	color: #990000;
}
h1 {
	background-image: url(images/headingbg.jpg);
	background-repeat: repeat-x;
	font-size: 160%;
	background-position: center;
	margin-top: 4px;
	padding-top:6px;
	padding-bottom:5px;
	padding-left:2px;
}
ol {
	margin-left: 20px;
	margin-top: 6px;
}
h2 {
	font-size: 120%;
	padding-left:2px;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #333333;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #444333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #444333;
	text-decoration: underline;
	font-weight: bold;
}
.ListHeading {
	color: #990000;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #333333;
	font-size: 120%;
	font-weight: bold;
	padding-left: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul {
	margin-top: 6px;
	list-style-type: disc;
	list-style-position: outside;
}
.menu {
	margin-top: 6px;
	list-style-type: none;
}
ul.menu li {
	list-style-type: none;
}
