﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: "Arial", Arial, Arial, Arial;
	background-color: white;
	background:white;
}
#container {
	width: 950px;
	background:white;
	background-color: white;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid white;
	border-bottom: 0;
	border-left: 1px solid white;
}
#masthead {
	background-color: white;
	margin:0px;
	padding:0px;
}
#masthead table { 
	padding:0px;
	margin:0px;
}
#masthead tr { 	
	padding:0px;
	margin:0px;
}
#masthead td { 
	padding:0px;
	margin:0px;
}
#masthead img { 
	margin-top:15px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:15px;
	padding:0px;
}
#masthead p {
	font-size: 25px;
	padding:0px;
	margin:0px;
	color:black;
	text-align:left;
}
#navigation {
	background-color: #00008B;
	overflow: hidden;
}
#navigation table { 
	background:#00008B;
	padding:0px;
	margin:0px;
}
#navigation tr { 	
	padding:0px;
	margin:0px;
}
#navigation td { 
	padding:0px;
	margin:0px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
	display: block;
	vertical-align:middle;
	border: 1px solid #00008B;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #d3d3d3;
}
#pagecontent{
	padding-top:10px;
	background:white;
}
#columnleft {
	float:left;
	padding: 5px;
	margin: 0px;
	background:white;
}
#columnleft h1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#columnleft h2 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#columnleft h3 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#columnleft h4 {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#columnleft p {
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#columnleft table {
	padding: 0px;
	margin: 0px;
}
#columnleft tr {
	padding: 0px;
	margin: 0px;
}
#columnleft td {
	padding: 0px;
	margin: 0px;
}
#columnright {
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	float: right;
	position: relative;
}
#columnright h4 {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#columnright img {
	margin: 0px;
	padding: 0px;
}
#columnright p {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#columnright table {
	width: 150px;
	padding: 0px;
	margin: 0px;
}
#columnright tr {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#columnright td {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#columnright ul {
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	padding-left: 25px;
}
#columnright li {
	margin-bottom: 2px;
}
#archives td {
	vertical-align:top;
	padding:5px;
}
#episodedate {
	width:150px;
	float:left;
	margin:15px;
	margin-left:35px;
}
#episodedetails {
	width:530px;
	float:left;
	margin:15px;
}
#imageparagraph{
	text-align:center;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
#credits{
	background:#00008B;	
}
#footer {
	text-align:right;
	background-color: white;
	padding-top: 0px;
	padding-bottom: 5px;
}
#footer p {
	text-align:center;
	font-size: 12px;
	line-height: 14px;
	color:white;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: silver;
	text-decoration: none;
}
#sitemappath {
	background-color: white;
	color:black;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right:2px
}
#sitemappath a {
	padding: 5px;
	color: black;
	text-decoration: underline;
}
#search {
	width: 950px;
	text-align:right;
	margin: 0 auto;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
#search table {
	width: 100%;
	margin-top: 10px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
}
#search tr {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#search td {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}