/*Default Defenitions  */

	html {
		margin: 0;
		padding:0;
		
		}


	body {
		
		padding: .1em;
		min-width: 700px;
		background-color:#333333;

		}
	
	h2 {
		}

	h3 {
		}
		
	h4 {
		}

	h5 {
		}

	p {
	font-size:80%;
		}

	a {
		font-weight: bold;
		
		}
	
	ol {
		}
		
	ul {
		}
		
	ul ul {
		}		

	ul ul ul {
		}

	li {
		margin-top: .5em;
		margin-bottom: .5em;
		}
		
	li a {

		}
		
	a:link {
		color:#FF3F00;
		}

	a:visited {
		color:#FF3F00;
		
		}

	a:active {
		color:ff7744;
		}
	
	a:hover {
		color:#F66E30;
		text-decoration: none;
		}
		
	hr {
		width:80%;
		}
		
	
/* ALLBODY DEFS */

	#spot8_allbody {
		margin-right:auto;
		margin-left:auto;
		border: 1px solid /*#ff3300*/;
		border-color:#003366;
		width: 680px;
		padding: 5px;
		background-color:#FFFFFF;
		/*background-image: url(/!spot8/img/2008/2008_01_01/IMG_1007_crop.jpg);*/
		}


/*Header 0 Defenitions  */

		
	#spot8_header {


		height: 100px;
		clear: both;		
		margin: 0;
		padding: 0;
 		background-image: url(/!spot8/-graphics/overlay_80.png);
		}
	
	#spot8_header h1 {
		background-image: url(/!spot8/-graphics/spot8_2008a_web-head.png);
		background-repeat: no-repeat;
		background-position: top left;
		width: 135px;
		height: 100px;
		float: left;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
	
	#spot8_header h1 span {
		display: none;
		}

	#spot8_header h2 {
		font-size: .8em;
		text-align:right;
		color:#333333;
		margin:0;
		padding:1em 1em 0 0;
		}
		
	#spot8_header ul {
		text-align:right;
		font-size: .8em;
		margin:	0 0 0 0;
		padding: 0 1em 0 0;
		}
	#spot8_header li {
		padding: 0;
		margin: 0 0 0 .5em;
		list-style-type:none;
		display: inline;
		}
	
	#spot8_header a {
		font-family:"Courier New", Courier, mono;
		}


/*  Content Defenitions 	*/

	#spot8_content {
		margin-right:auto;
		margin-left:10px;
		margin-top:50px;
		margin-bottom:50px;
		padding: 5px;
		background-image: url(/!spot8/-graphics/overlay_80.png);
		width:250px;
		/*border-top: 1px solid #F66E30;
		border-bottom:1px solid #F66E30;
		*/	
		}
		
	#spot8_content p {
		font-family:Arial, Helvetica, sans-serif;
		color:#000000;
		}
		
	#spot8_content h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#333333;
		}
		
	#spot8_content img.center {
		margin-right:auto;
		margin-left:auto;
		
		}
	
		

		

		

		
/*  Footer Defenitions 	*/

	#spot8_footer {
		padding:.5em;
		margin:0;
		background-image: url(/!spot8/-graphics/overlay_50.png);
		}

	#spot8_footer p {
		margin: 0;
		padding: 0;
		font-size: .7em;
		color:#333333;
		text-align:right;
		}
	
/* Misc Styles */

	.hide {
		display: none;
		}
	
	a.skip {
		display:none;
		}
		
	ol.lower-roman {
		list-style-type: lower-roman;
		}
		
	ol.lower-alpha {
		list-style-type: lower-alpha;
		}
		
	ol.upper-alpha {
		list-style-type: upper-alpha;
		}
		
	ol.decimal {
		list-style-type: decimal;
		}
		
	ul.none li {
		list-style-type: none;
		margin: 1em 0 1em 0;
		}