﻿#container {
	width: 947px;
	border: thin ridge #FF0080;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
#banner {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#tickerbar {
	margin: 0px auto 0px auto;
	width: 100%;
	height: 35px;
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
}
#tickerbar p {
	margin: 0px;
}
#content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contenttext {
	width: 100%;
}
#contenttext h1 {
	font-family: "Book Antiqua";
	font-size: xx-large;
	font-weight: bold;
	color: #008000;
	text-align: center;
}
#footer {
	height: 35px;
	width: 100%;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	border-top-style: double;
	border-top-width: thin;
	border-top-color: #F9F9F9;
}
#top {
	width: 100%;
	height: 75px;
}
#copyright {
	font-size: x-small;
	font-weight: bold;
	right: 0px;
}
#content table {
	margin: 10px auto 10px auto;
	border: thin ridge #E6BA81;
}
#content td {
	font-size: small;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	background-color: #FFBD73;
	top: auto;
	bottom: auto;
	padding-left: 10px;
}
th {
	border: thin inset #C0C0C0;
	background-color: #F37022;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
#contenttext p {
	font-family: "Book Antiqua";
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 0px 10px 5px 10px;
	margin-right: 50px;
	margin-left: 50px;
	background-color: #FFFFFF;
}
