﻿html {
	height:100%;
}
body {
	height: 100%;
	color: #000000;
	background-color: rgb(204,204,153);
	width: 100%;
}
hr {
	border-width: 0px;
	border-style: none;
	background-image: url('graphics/horizontal.gif');
	background-repeat: no-repeat;
	width: 600px;
	height: 10px;
	border: 0;
}
h1 {
	background-image: url('graphics/banner.gif');
	width: 600px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #660033;
	font-size: 24pt;
	text-align: center;
	font-weight: normal;
	line-height: 2em;
}
h2, h3 {
	color: #800080;
}
.page {
	width: 96%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Book Antiqua";
	font-size: 12pt;
}
.navList, .navBUN {
	/* Id for navigation button list */
	padding: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	position: relative;
	clear: both;
}
.navList li, .navBUN li { /* ID for navigation button list elements (No bullet and inline */
	list-style-type: none;
	display: inline;
	text-decoration: none;
}

.navList li a {
	background-image: url('graphics/linkactiv.gif');
	width: 140px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 45px;
	text-decoration: none;
	color: #993333;
	font-size: 7pt;
	text-align: center;
	line-height: 42px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
.navList li a span {
	font-size:8pt;
}
.navList li a:hover {
	background-image: url('graphics/linkhover.gif');
}

.navHome a, .navBack a, .navNext a {
	width: 100px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: inline-block;
	height: 20px;
	text-decoration: none;
	color: #993333;
	font-size: 8pt;
	text-align: center;
	line-height: 20px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
}
.navHome a {
	background-image: url('graphics/navHomda.gif');
}
.navHome a:hover {
	background-image: url('graphics/navHomha.gif');
}
.navBack a {
	background-image: url('graphics/navpreda.gif');
}
.navBack a:hover {
	background-image: url('graphics/navpreha.gif');
}
.navNext a {
	background-image: url('graphics/navnexda.gif');
}
.navNext a:hover {
	background-image: url('graphics/navNexha.gif');
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
ul li {
	list-style-image: url('graphics/bul1a.gif');
	list-style-position: outside;
	padding-left: 1em;
}
.articles {
	list-style-type: none;
	list-style-image: none;
	line-height: 1.75em;
}
.articles span {
	background-color: #990000;
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 1em;
	padding-left: 1em;
	border-style: solid;
	border-width: thin;
	border-color: #FFFFFF #C0C0C0 #C0C0C0 #FFFFFF;
}
.articles li {
	list-style-type: none;
	list-style-image: none;
}
.articles li a {
	color: #FFFF00;
	text-decoration: none;
}
.articles li a:hover {
	color: #CC9900;
}
.content {
	width: 80%;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Book Antiqua";
	font-size: 11pt;
}
.narrow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.items {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	text-align: center;
	table-layout: fixed;
}
.items th {
	font-size: small;
}
.items td {
	vertical-align: top;
	font-size: small;
	font-weight: normal;
	padding-bottom: 1.5em;
}
.items img {
	border: 2px solid #800000;
}
.category {
	font-size: x-large;
	font-weight: bold;
	color: #800000;
	text-align: center;
	line-height: 2.5em;
}
.items th span {
	padding-right: 1.5em;
	padding-left: 1.5em;
}
