* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
		p { text-align: justify; }
		
		p, ul { font-size: 12px; } 
		
		p a, li a { color:#000000; text-decoration: none; }
		
		p a:hover { text-decoration:none;}
		
		li a:hover{ text-decoration:none;}
		
		p.intro { border-bottom: 0px solid #ccc; padding: 20px 0 30px 0; text-align:center; width: 30% }
		
		p#cross-links { text-align: center; color:#006699 }
		
		a.cross-link { text-align: center; color:#006699; text-decoration:none }
        a.cross-link:hover {text-decoration: underline; color:#006699; text-decoration:none }

		noscript p, noscript ol { 
		color: #a00; font-size: 13px; line-height: 1.4em; text-align: justify; }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin:10px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width:100%; height: 200px; /*background:#fff;*/}
		.csw .loading {margin:200px; text-align:center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			border:none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 310px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			/*height: 250px;*/
			clear: both;
			/*background: #fff;*/
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height:auto;
			position: relative;
			width: 300px; /* Also specified in  .stripViewer  above */
			border:0px;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding:0px; 
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin-left:0px;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style:none;
			margin:0px;
			padding:0px;
		}
		
		.stripNav ul li {
			float:left;
			 /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-family:Geneva, Arial, Helvetica, sans-serif;
			color:#333333;
			font-size:12px;
			text-align:center;
			text-decoration:none;
			display:block;
			padding-top:6px;
		}
		
		.stripNav li.tab1 a { 
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/off.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			height:38px;
			width:165px; }
			
		.stripNav li.tab2 a { 
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/off.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			height:38px;
			width:165px; }
			
		.stripNav li.tab3 a { 
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/off.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			height:38px;
			width:165px; }
			
		.stripNav li.tab4 a { 
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/off.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			height:38px;
			width:165px; }
			
		.stripNav li.tab5 a { 
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/off.jpg);
			background-repeat:no-repeat;
			padding-top:8px;
			height:38px;
			width:165px; }
		
		.stripNav li a:hover {
			/*background: #FFFFFF;*/
			color:#990000;
			text-decoration:none;
		}
		
		.stripNav li a.current {
			/*background: #FFFFFF;*/
			background-image:url(images/horz_sliding_tabs-home/on.jpg);
			background-repeat:no-repeat;
			height:38px;
			width:165px;
			color:#ffffff;
			font-weight:bold;
			padding-top:8px;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 150px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 0px;
			width: 0px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
		.content{
	     font-family:Geneva, Arial, Helvetica, sans-serif;
	     font-size:12px;
	     text-align:left;
	     color:#333333;
	     font-weight:normal;
	     text-decoration:none;
		}
		.link{
	     font-family:Geneva, Arial, Helvetica, sans-serif;
	     font-size:12px;
	     text-align:left;
	     color:#006699;
	     font-weight:normal;
		}