li {
	margin-bottom: 1em;
}

body {
	font-family: Veranda, Arial, Helvetica;
	background-repeat: repeat-y;
	background-position: top left;
	background-color: rgb(255, 255, 255);
	background: url("./paper018.jpg");
	margin: 0px 5% 40px 5%;
	color: rgb(0, 0, 0);
}

table.main {
	border: none;
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

table.main td {
	vertical-align: top;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
}

table.sidebar tr td {
	padding: 10px 10px 10px 10px;
}

table.sidebar {
	background-color: rgb(255, 255, 255);
	border-collapse: separate;
	border: solid 10px rgb(192, 192, 192);
	color: rgb(0, 0, 0);
	vertical-align: top;
	width: 280px;
	height: auto;
}

table.embar {
	background-color: rgb(255, 255, 255);
	border-collapse: separate;
	border: none;
	color: rgb(0, 0, 0);
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 240px;
	height: 100%;
}

table.heading tr td {
	margin: 0px;
	padding: 4px;
	text-align: center;
	vertical-align: center;
	width: 33%;
}

table.heading {
	background-color: rgb(57, 53, 43);
	background-image: url('./banback.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	border-collapse: collapse;
	border: solid 10px rgb(192, 192, 192);
	color: rgb(0, 0, 0);
	width: 100%;
}

table.headingnav {
	border-collapse: collapse;
	border: none;
	color: rgb(0, 0, 0);
	text-align: center;
	vertical-align: middle;
}

table.headingnav td {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

table.content {
	background-color: rgb(255, 255, 255);
	border-collapse: separate;
	border: solid 10px rgb(192, 192, 192);
	color: rgb(0, 0, 0);
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 10px;
}

a.span1sel:link, a.span1sel:visited, a.span1sel:active {
	display: block;
	width: 100px;
	height: 100%;
	color: rgb(128, 128, 224);
	border: solid 3px rgb(192, 192, 192);
	text-decoration: underline;
	background-color: rgb(48, 48, 96);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

a.span1:link, a.span1:visited, a.span1:active {
	display: block;
	width: 100px;
	height: 100%;
	color: rgb(64, 64, 160);
	border: solid 3px rgb(128, 128, 128);
	text-decoration: underline;
	background-color: rgb(32, 32, 64);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

a.span1:hover, a.span1sel:hover {
	display: block;
	color: rgb(128, 128, 224);
	width: 100px;
	height: 100%;
	border: solid 3px rgb(255,255,255);
	background-color: rgb(64, 64, 128);
}

a.span2sel:link, a.span2sel:visited, a.span2sel:active {
	display: block;
	width: 100px;
	height: 100%;
	color: rgb(224, 192, 192);
	border: solid 3px rgb(192, 192, 192);
	text-decoration: underline;
	background-color: rgb(160, 80, 80);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

a.span2:link, a.span2:visited, a.span2:active {
	display: block;
	width: 100px;
	height: 100%;
	color: rgb(224, 192, 192);
	border: solid 3px rgb(128, 128, 128);
	text-decoration: underline;
	background-color: rgb(128, 64, 64);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

a.span2:hover, a.span2sel:hover {
	display: block;
	color: rgb(255, 224, 224);
	width: 100px;
	height: 100%;
	border: solid 3px rgb(255,255,255);
	background-color: rgb(192, 96, 96);
}


h1 {
	text-decoration: bold;
	color: rgb(64, 64, 128);
}

h3 {
	text-decoration: underline;
}

a:link, a:visited, a:active {
	color: rgb(0, 0, 0); 
}

a:link.selected, a:visited.selected, a:active.selected {
	color: rgb(0, 0, 224); 
}

a:hover {
	color: rgb(128, 128, 224);
}

