@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
body, td, th {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #900;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#content {
	position: relative;
	z-index: 1;
	padding: 0;
}
#pagecopy {
	padding-left: 4px;
	padding-right: 4px;
}
.tinyfont {
	font-size: 1px;
}
.footer {
	text-align: center;
	font-size: 10px;
	color: #FFC;
	font-weight: bold;
	background-color: #600;
}
.footer a:link {
	color: #FFFFDD
}
.footer a:visited {
	color: #FFFFDD
}
.design {
	text-align: center;
	font-size: 10px;
	color: #FFC;
	font-weight: bold;
}
.design a:link {
	color: #FFFFDD
}
.design a:visited {
	color: #FFFFDD
}
/* CSS Tabs */
#navcontainer {
	background: #FFFFDD;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	font-family: georgia, serif;
	font-size: 14px;
	text-align: center;
}
ul#navlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 95%;
}
ul#navlist li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#navlist li a {
	display: block;
	width: 100%;
	padding: 2px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #900;
	font-weight: bold;
	text-decoration: none;
	background: #ffffdd;
}
#navcontainer>ul#navlist li a {
	width: auto;
}
ul#navlist li#active a {
	background: #990000;
	color: #ffffdd;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #ffffdd;
	background: #990000;
	border-color: #aaab9c #fff #fff #ccc;
}