body {
	background-color: white;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
}

#container {
	background-color: white;
	border: 1px solid gray;
	margin: 10px auto;
	padding: 10px;
	width: 723px;}

#top {  	border-bottom: 1px solid #ff0000;}

#nav {	width: 110px;	float: left;	text-align: left;
}

#nav ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#nav li {
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav a:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
	}

#nav a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	}

#nav a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
	}

#nav a:focus {
	font-weight: bold;
	color: red;
	text-decoration: none;
	}

#nav a:active {
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	}

#content {	border-left: 1px solid #ff0000;
	padding: 10px 0 10px 10px;	margin-left: 110px;
}

#footer-left {	border-top: 1px solid #ff0000;
	padding: 1em;	width: 110px;	float: left;	text-align: center;
}

#footer-right {	border-top: 1px solid #ff0000;
	padding: 1em;	margin-left: 110px;
	font-size: 0.6em;
	text-align: center;
}

h1 {
	color: #555555;
	font-size: 2.2em;
	text-align: center;
	}

h2 {
	background-color: black;
	padding: 0.20em 0.33em 0.20em 0.33em;
	margin: 0px;
	color: white;
	font-size: 1.3em;
	text-align: left;
	}

h2.center {
	text-align: center;
	}

h3 {
	background-color: #555555;
	padding: 0.33em 0.40em 0.33em 0.40em;
	margin: 0px;
	color: white;
	font-size: 1.2em;
	text-align: left;
	}

h3.center {
	text-align: center;
	}

h4 {
	font-size: 1.1em;
	text-align: left;
	}

h4.center {
	text-align: center;
	}

img {
	border: none;
	}

/* #credits, #reports, #ep-last, #ep-next, #ep-note used on episode pages */

#credits {
	font-family: monospace;
	text-align: center;
	}

#ep-last {
	float:left;
	padding: 10px 0 10px 0;
	}

#ep-next {
	float:right;
	padding: 10px 0 10px 0;
	}

#ep-note {
	background-color: black;
	padding: 0.5em 0em 0.5em 0em;
	color: white;
	font-size: 1em;
	text-align: center;
	clear: both;
	}

/* #ep-last, #ep-next, #ep-note used on episode pages */

/* #new-note used on what's new pages */

#new-note {
	background-color: #ffffcc;
	padding: 0.5em 0em 0.5em 0em;
	text-align: center;
	clear: both;
	}

/* #new-note used on what's new pages */

.content-1a {
	width: 185px;
	padding: 0 10px 0 0;
	margin-top: 0; 
	text-align: center;
	float: left;
	}

.content-1b {
	width: 165px;
	background-color: silver;
	padding: 10px;
	margin-top: 10px; 
	text-align: left;
	float: left;
	clear: left;
	}

.content-2 {
	margin-left: 195px;
	border-left: 1px solid silver;
	padding: 0 0 0 10px;
	}

/* .highlight-light yellow background */

.highlight {
	background-color: #ffff99;
	padding: 0.5em;
	}

/* .highlight-light yellow background */

.bigger {
	font-size: 1.4em;
	font-weight: bold;
	}

.smallest {
	font-size: 0.6em;
	}

.imgcenter {
	display:block;
	margin:0 auto;
	text-align:center;
	} 

.textcenter {
	text-align: center;
	}

.textleft {
	text-align: left;
	}

.textright {
	text-align: right;
	}

a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
	}

tr.accent td {
	background-color: #ffffcc;
	}
