html {
	background-color: black;
	color: white;
}

body {
	margin: 0;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

em {
	font-style: normal;
	font-weight: bold;
}

#canvas {
	background-color: white;
	color: black;
	margin-left: auto;
	margin-right:auto;
	width: 920px;
	font-family: serif;
}

#top-border {
	background-image: url('../images/top_border_tile.png');
	background-repeat: repeat-x;
	height: 18px;
}

#bottom-border {
	background-image: url('../images/bottom_border_tile.png');
	background-repeat: repeat-x;
	height: 18px;
}

#content-body {
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
}

#banner-text {
	position: relative;
	left: 20px;
}

#title {
	position: relative;
	top: 7px;
	font-size: 67pt;
	line-height: 67pt;
}

#sub-title {
	position: relative;
	top: -5px;
	font-size: 16pt;
}

#main-body {
	margin-top: 35px;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-size: 10pt;
	margin-top: 25px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}

#footer a {
	padding-left: 10px;
}

form div {
	margin-top: 10px;
}

h1 {
	margin: 0;
	font-size: 18pt;
	font-weight: bold;
}

ul {
	margin-top: 5px;
	list-style-type: square;
}

p {
	margin-top: 5px;
}

table {
	background-color: rgb(200,200,200);
}

th {
	background-color: rgb(180, 180, 180);
}

td {
	background-color: rgb(220,220,220);
}

td, th {
	padding: 5px;
}
