noscript p {
	color: #a00;
	font-size: 13px;
	text-align: left
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	background-color: #D6DEDE;
	margin: 0;
	padding:0;
	padding-bottom:20px;
	color:#643C3A;
	padding-top:10px;
}
a {
	color:#643C3A;
	text-decoration:none;
}
a:hover {
	color:#643C3A;
	text-decoration:underline;
}
p {
	margin:0;
	padding-bottom:10px;
}
h5 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-style:italic;
}
h4 {
	font-style:italic;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
h3 {
	margin-bottom:15px;
	margin:0;
	padding:0;
	padding-bottom:10px;
}
h2 {
	font-size:13px;
	margin-bottom:0;
	margin:0;
	padding:0;
	padding-bottom:7px;
	}
h1 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	overflow: scroll
}
.csw .loading {
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 850px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	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. */
	border-top: solid 1px #9DADAD;
	padding-top:10px;
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 850px; /* Also specified in  .stripViewer  above */
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	float:right;
	margin-bottom:10px;
	margin-top:-48px;
	margin-right:-20px;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	display:block;
	float: left;
	border-right:solid 1px #643C3A;
	margin-right: 2px; /* 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 */
	color:#643C3A;
	text-decoration:none;
	padding: 0 5px;
}

.stripNav li a:hover {
	color:#643C3A;
	text-decoration:underline;
}
.stripNav li a.current {
	color:#643C3A;
	text-decoration:underline;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
.logo {
	float:left;
	width:160px;
	margin-bottom:10px;
}
.navigation {
	padding-top:100px;
	float:right;
}
.wrapper {
	width:540px;
	float:left;
}
.wrapperImage {
	width:280px;
	float:right;
}
.reference {
	font-size:9px;
}
.bio {
	font-size:11px;
}
.footer {
	margin-top:5px;
	border-top: solid 1px #9DADAD;
	padding-top:5px;
	font-size:10px;
}
