			body {
				background-color: #000000;
				color: #000000;
			}
			#banner {
				text-align: center;
			}
			p {
				padding-right: 10px;
				padding-left: 10px;
			}
			div {
				margin: 5px;
			}
			.mainbox {
				background: #a5a5a5 url("./images/mainboxleft.jpg") repeat-y scroll top left;
				height: 25%;
				border-top: 3px solid #444444;
				border-bottom: 3px solid #444444;
				border-left: 3px solid black;
				border-right: 3px solid #666666;
				padding: 5px;
				padding-left: 20px;
				/*min-width: 75%;*/
				margin-left: 250px;
			}
			img {
				border: none;
			}
			#nav {
				text-align: center;
				float: left;
				font-size: 20px;
				font-weight: bold;
				width: 244px;
				font-variant: small-caps;
			}
			a {
				color: #000000;
				text-decoration: underline;
				font-weight: bold;
			}
			a:hover {
				color: #eeeeee;
			}
			#nav ul {
				list-style-type: none;
				margin: 0px;
			}
			#nav a:hover {
				text-decoration: underline;
			}
			#nav a {
				color: #eeeeee;
				text-decoration: none;
				font-style: normal;
			}
			h2 {
				font-variant: small-caps;
			}
			.date {
				font-weight: bold;
				font-style: italic;
				padding-left: 30px;
			}
			#copyright {
				text-align: center;
				font-size: 10px;
				width: 75%;
				margin-left: 22%;
				color: white;
			}
			table {
				text-align: center;
				border: 1px solid #666666;
			}
			th {
				border: 1px solid #666666;
			}
			td {
				border: 1px solid #666666;
			}
			form {
				text-align: center;
			}