.background {
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #A9B3D6;
	width: 760px;
	text-align: center;
	font-size: medium;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
}
a:link, a:visited {
	color: #7888BE;
}
a:hover {
	color: #E0DFE3;
}

a:active {
	color: #A9B3D6;
}
.leftnav {
	margin-right: 5px;
	float: left;
	width: 20%;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 2px dotted;
	border-left: 2px dotted;
	padding: 5px;
	font-size: small;
}
.rightcontent {
	margin: 5px;
	float: right;
	width: 75%;
	text-align: left;
}
.header {
	top: 0px;
	position: relative;
	width: 100%;
	text-align: right;
	height: 265px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-left-style: dotted;
}
.alignright {
	text-align: right;
}
h1 {
	font-size: large;
	color: #5265A9;
	border-top: 2px;
	border-right: 2px;
	border-bottom: 2px dotted;
	border-left: 2px dotted;
	padding: 5px;
}
li {
	list-style-type: circle;
}
.tablenav {
	text-align: center;
}
.alignleft {
	text-align: left;
}
