* { 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: left; margin: 15px 0 }
		
		p, ul { font-size: 13px; line-height: 1.4em } 
		
		p a, li a, a { color: #1b3664; text-decoration: underline; }
		
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		img { border: 0 }
		
		h3 { font-size: 18pt; color: #002753; font-weight: normal; margin-bottom: 16px;}
		h1 { font-size: 15pt; color: #fff; font-weight: normal; font-variant: normal; padding-bottom: 10px}
		
		body {
			font-family: "Lucida Grande", Helvetica, Verdana, sans-serif;
			background: #fff url(images/greenstrip.gif) repeat-x;
			color: #fff;
			margin: auto;
			text-align: center;
		}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: 0;
			width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 400px;
			clear: both;
			
		}
		
		.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: 100%;
			position: relative;
			width: 800px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #6c0;
			color: #000;
			text-decoration: none;
			display: none;
			padding: 0 15px;
		}
		
		.stripNav a:hover {
			background: #9cf;
		}
		
		.stripNav a.current {
			background: #39c;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: none;
			height: 10px;
			width: 40px;
		}
		
		.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;
		}


.wrapper {line-height: 22px;}

#outsidebox {
	width: 800px;
	height: 430px;
	margin: 100px auto 0 auto;
}

#navbar {
	width: 800px;
	height: 30px;
	align: right;
}

.navspace {width:503px; height: 30px; float:left; }
#navbar a{text-decoration: none; color: #8693a8}

.button1 { height: 30px; width: 72px; display: block; list-style: none; float:left; margin-top: 10px;}
.button2 { height: 30px; width: 72px; display: block; list-style: none; float:left; margin-top: 10px;}
.button3 { height: 30px; width: 63px; display: block; list-style: none; float:left; margin-top: 10px;}
.button4 { height: 30px; width: 90px; display: block; list-style: none; float:left; margin-top: 10px;}

.button1 a{ display: block;}
.button2 a{ display: block;}
.button3 a{ display: block;}
.button4 a{ display: block;}

.button1:hover{ color: #1b3664}
.button2:hover{ color: #1b3664}
.button3:hover{ color: #1b3664}
.button4:hover{ color: #1b3664}

.button1:active{ color: #6c0}
.button2:active{ color: #6c0}
.button3:active{ color: #6c0}
.button4:active{ color: #6c0}

#contentbox2 {background: url(images/art_03.gif) no-repeat 20px 20px; height: 400px; padding: 30px 10px 10px 230px;}
.contentbox3 {background: url(images/art_09.gif) no-repeat 20px 20px; height: 400px; padding: 30px 30px 10px 290px; text-align: left;}
.contentbox4 {background: url(images/art_07.gif) no-repeat 20px 20px; height: 400px; padding: 30px 20px 10px 320px;}

#contentbox2 img {border: 1px solid #1b3664; margin: 6px;}

.front {margin-top: 50px;}
.front p{margin-top: 30px;}

