html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.outerwrap {
width: 100%;
margin-left: auto;
margin-right: auto;
background-color: #FFF;

/*
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
*/
}

h1{ 
 width: 100%;
height: 2em;
font-size: 1.2em;
padding: 0;
padding-top: 0.5em;
text-align: center;
margin: 0;

background-color: #111;
color: #fff;

/*
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
*/

 }
.nav{
	width: 100%;
	font-size: 1.5em;
	color: white;
    list-style: none;
    margin:0;
	margin-top: 0;
	margin-bottom: 1em;
    padding: 0px;
    text-align:center;

}
.nav li{
	line-height: 1.8em;
    display: block;
	background-color: gray;
	color: white;
}
.nav a{
	text-decoration: none;
	color: white;

}
.nav a:hover, .nav a:active {
    color: red;
	text-decoration: none;
} 
 
img {
	width: 350px;

} 

.iframehide {
display: none;
}
.vid {
display : inline;

}
p {
margin-left: 0.5em;
margin-right: 0.5em;
}


h2{
margin-left: 2em;

}
h3 {
margin-left: 3em;
margin-bottom: 0;
}

.footnav{
	font-size: 0.8em;
    list-style:none;
    margin:0;
    padding: 0px;
    text-align:center;
}
.footnav li{
    display:inline;
}
.footnav a{
	text-decoration: none;
    display:inline-block;
    padding-left: 20px;
	padding-right: 20px;
	color: black;
}
.footnav a:hover, .nav a:active {
    color: gray;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 2em;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
   /*
  
 p {
	margin: 2em;
	font-size: 1.2em;
 } 
 
hr {
    opacity: 0.1;

} 
.tline {
margin-left: 3em;
list-style: none;
margin: 0.5em;
}  
.tline li {
margin: 0.5em;
}

.pac p {
 margin-top: 0;
}
.exhib {
	width: 80%;
	margin-bottom: 2em;
}

.imgleft {
	float: left;
	margin-right: 1em;
	margin-left: 0.5em;
}
.imgright {
	float: right;
	margin-left: 1em;
	margin-right: 2em;

}
.clearfloats { 
clear: both;
}
.ital {
font-style: italic;
}
.form {
	padding: 4em;
	margin-left: 5em;

}
*/