			body {
				font-family: sans-serif;
				font-size: 1em;
				border-top:0.25in #ffffff;
				margin: 0;
				padding: 0;
				text-align: center;
				background: #666666;
			}
			#wholepage {
				width: 750px;
				text-align: left;
				margin: 0 auto;
				border: 2px solid #000000;
			}
			.band {background-color: black;
				color: white;
				margin: 0;
				padding: 5px 20px 5px 0px;
				text-align: right;
				font-size: 75%;
				}
			#header {
				background-color: #a00000; 
				height: 135px;
				}
			#header h1 {
				font-size: 200%;
				padding: 0px 15px 0px 0;
				text-align: left;
				color: #ffcc66;
				}
			#header h3 {
				font-size: 100%;
				text-align: left;
				font-style: italic;
				}
			#nbctkslogo {margin-top: 15px;
				margin-left: 25px;
				margin-right: 10px;
				float:left;
				}
			h1, h3 {margin: 0;
				padding: 0
				}
			h1, h2, h3 { color: #ffffff;}
			#contentArea {margin: 0px 0px 0px 0px;
				padding: 20px;
				background-color: #ffcc66;
				clear: both;}
			ul.navbar {margin: 0;
				padding: 0;
				clear: both;
				background-color: black;
				}
			ul.navbar li {display: inline;
				margin: 10px;
				padding: 0;
				font-size: 75%;
				}
			ul.navbar a {
				text-decoration: none;
				}
			ul.navbar a:link {
				padding: 4px 10px 4px 10px;
				background-color: #0033ff;
				border-top: solid 3px #0066ff;
				border-right: solid 3px #0000ff;
				border-bottom: solid 3px #0000ff;
				border-left: solid 3px #0066ff;
				color: white;
				}
			ul.navbar a:visited {
				padding: 4px 10px 4px 10px;
				background-color: #0033ff;
				border-top: solid 3px #0066ff;
				border-right: solid 3px #0000ff;
				border-bottom: solid 3px #0000ff;
				border-left: solid 3px #0066ff;
				color: white;
				}
			ul.navbar a:hover {
				padding: 4px 10px 4px 10px;
				background-color: #0066ff;
				border-top: solid 3px #0066ff;
				border-right: solid 3px #0000ff;
				border-bottom: solid 3px #0000ff;
				border-left: solid 3px #0066ff;
				color: white;
				}
			ul.navbar a:active {
				padding: 4px 10px 4px 10px;
				background-color: #0066ff;
				border-top: solid 3px #0066ff;
				border-right: solid 3px #0000ff;
				border-bottom: solid 3px #0000ff;
				border-left: solid 3px #0066ff;
				color: white;
				}
			#contentArea h1 {text-align: center;
				font-size: 200%;
				padding-top: 20px;
				padding-bottom: 10px;
				color: #336600; 				
				}
			#contentArea h2 {text-align: left;
				font-size: 150%;
				background-color: #ffcc66;
				color: #336600;
				margin-top: 20px;
				margin-bottom: 0px;
				}
			#contentArea h3 {text-align: left;
					color: black;
					margin-top: 15px;
					margin-bottom: 0px;
					}
			#contentArea p {padding-top: 0px;
					margin-top: 5px;
				}
			#contentArea li {padding-top: 0px;
					margin-top: 5px;
				}
			#copyright {font-size: 75%;
				text-align: center;
				font-style: italic;
				}
			#sidebar {float: left;
				}
			#warning {
				color: red;
				font-size: 150%;
				text-align: center;
				}
			#nav, #nav ul {
				padding: 0;
				margin: 0;
				list-style: none;
			}
			#nav a {
				display: block;
			}
			#nav li {
				float: left;
			}
			#nav li ul {
				position: absolute;
				left: -999em;
			}
			#nav li:hover ul {
				left: auto;
			}