/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

	body
	{
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		color: #B23B00;
	}
	
	#container
	{
		margin: 0 auto;
		width: 100%;
		background: #FFF url(images/header-base.gif) repeat-y;
	}

	p
	{
		color: #000;
		padding: 5px 35px 5px 35px;  
		margin: 0 0 0 0;
	}

	.SDTitle
	{
	text-align: center;
	}


	.imagecaption
	{
	float: left;
	width: 75%px;
	margin: 5px;
	display: inline;
	}

	.imagecaption img
	{
	float: left;
	width: 25%;
	margin: 5px;
	display: inline;
	}

	.figure
	{
		float: right;
		width: 100%;
		margin: 0 0 0 0px;
		padding: 0px 0px 25px 0px; 
		border-bottom: 2px ridge #B23B00; 
	}
	.SDEpisode
	{
		float: right;
		width: 100%;
		margin: 0 0 0 0px;
		padding: 0px 0px 25px 0px; 
	}

	.toTop a
	{
		float: lrft;
		width: 10%;
		color: #B23B00;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border: 3px inset #B23B00;
		margin: 5px;
		padding: 0 2px 2px 0;
		display: block;
		background-color: #E6EFF1; 
	}

	.title
	{
		padding: 0px 0px 0px 40px; 
		font-style: italic;
		font-size: 125%
	}

	h1
	{
		background: #FFF;
		margin: 0;
		border-bottom: 5px solid #2249A9;
	}

	h1 img
	{
		width: 100%;
		display: block;
		border: 0;
	}

	h2
	{
		font-family: "Tahoma", arial, helvetica, sans-serif;
		text-align: center;
		padding: 10px 0px 10px 0px;  
		margin: 0 0 0 0;
		font-weight: bold;
		font-size: 200%;
		text-transform: uppercase;
		font-variant: small-caps;
	}
	
	h2 img
	{
		width: 30%;
		padding: 1px 2px 2px 2px; 
		display: inline;
		border: 0;
	}

	h3
	{
		border-top-width: 100%
		padding: 10px 0px 0px 15px;  
		margin: 15px 15px 15px 15px;
		font-weight: bold;
		font-size: 125%
	}

	h3 img
	{
		float: right;
		width: 200px;
		padding: 15px 15px 15px 15px;  
		clear: right
	}

	h4
	{
		margin: 0px 15px 0px 15px;
		padding: 15px 0px 15px 0px;  
		margin-top: 0;
		text-align: center;
		font-weight: bold; 
		font-style: italic;
		font-size: 125%
	}

	h4 img
	{
		margin: 1px 15px 1px 15px;
		float: center;
		width: 25%;
		display: inline; 
		border: 10px ridge #B23B00; 
	}
	
	h5
	{
		text-align: center;
	}

	h5 img
	{
		width: 75%;
	}
	h6
	{
		text-align: center;
		float: center;
		width: 65%;
	}
	
	h6 img
	{
		float: center;
		width: 65%;
	}
	
	ul#pullquote li
	{
		color: #000; 
		margin: 0px 0px 0px 70px;
		width: 70%; 
	}
	
	#nav
	{
		float: left;
		width: 15%;
		display: inline; 
		top: 1px:
		margin-left: 2px;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 1%;
		list-style-type: none;
		line-height: 1.5;
	}

	#mainNav a 
	{
		color: #B23B00;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		border: 3px inset #B23B00;
		margin: 5px;
		padding: 0 2px 2px 0;
		display: block;
		background-color: #E6EFF1; 
	}

	#mainNav img 
	{
		width: 80%;
	}

	#mainNav a:hover 
	{
		font-style: italic;
		background-color: #66FFFF; 
 		border: 3px outset #B23B00;
	}

	#mainNav a:visited 
	{
		color: #00F;
	}

	#mainNav a.current:visited 	
	{ 
		color: #F00; 
		text-decoration: none;
	}  
	
	#content
	{
		float: right;
		width: 85%; 
		top: 1px:
		margin-left: 1px;
		background: #FFF
	}

	#footer
	{
		clear: both;
		background: #9CCBEC;
		color: #B23B00;
		padding: 5px 10px;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
	}
	
	a:link { color: #00F; }  
	a:visited { color: #F00; }
	a:hover { 
		background-color: #E6EFF1; 
		font-weight: bold;
		font-style: italic;
	}
	a:active { color: #F00; }

	a.content:link 	{ 
			color: #00F; 

	}  
	a.content:visited { 
			color: #F30; 

	}
	a.content:hover { 
			color: #FFF;
		background: #AAA;

	}
	a.content:active { 
			color: #fF00;

	}


