#masthead {
	background-color: transparent;
	margin-bottom: 1.75em;
}

#navlinks {
	margin: 0;
}

#navlinks li {
	display: inline;
	background-color: transparent;
	list-style: none;
	margin: 0.5em;
}

#content {
	background-color: Transparent;
	float: left;
	width: 100%;
	padding: 0 0 0 0;
}

#imagel {
	width: 80%;
	float: left;
	margin-top: 35px;
	margin-bottom: 35px;
}

#imager {
	width: 20%;
	float: right;
	}

#textl {
	width: 50%;
	float: left;
}

#textr {
	width: 50%;
	float: right;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: none;
}

table.yellow {
	background-color: ffffcc;
}

table.blue {
	background-color: ccffff;
}

table.dblue {
	background-color: 0066cc;
}

table.white {
	background-color: white;
}





h1 {
	font: fantasy;
	font-variant: small-caps;
	color: Black;
	text-align: center;
}

h1.head {
	border: none;
	font: sans-serif;
	font-variant: normal;
	background-color: transparent;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
}

h1.b {
	border: none;
	text-align: center;
	font-size: small;
	font-variant: normal;
	background-color: transparent;
	margin-left: 0;
	margin-right: 0%;
	display: block;
}

h2 {
	background-color: transparent;
	font-variant: small-caps;
	color: black;
	text-align: center;
}

h3 {text-align:center;
}

a:link {
	color: Blue;
	text-decoration : none;
}

a:visited {
	color: Red;
	text-decoration: none;
}

p.norm {
	text-align: justify;
    margin-right: -0.0025in;
	}

p.workshop {
    text-align: justify;
    margin-right: -0.0025in;
    margin-left: 0.25in;
}

p.bib {
	text-indent: -5%;
	margin-left: 5%;
}

p.intro {
	font-style : italic;
	font-weight : bold;
}

div.c {
	text-align : center;
}

dir.r{
	text-align: right;
}

div.s{
	font-size: small;
}

em {
	font-family : "Courier New", Courier, monospace;
	font-style : normal;
	font-weight : bold;
}



<!-- Paste this code into your external style sheet or the
     CSS section of your HTML document  -->

/*preload classes*/
.svw {
  width: 50px;
  height: 20px;
  background: #fff;
}

.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
  position: relative;
  overflow: hidden;
  border: 2px solid #FFD227; /* #ff0000; */
  margin: 0 0 1px 0;
}

.stripViewer ul { /* this is your UL of images */
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 1%;
  list-style-type: none;
}
.stripViewer ul li {
  float:left;
}

.stripTransmitter {
  overflow: auto;
  width: 1%;
}

.stripTransmitter ul {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
}

.stripTransmitter ul li{
  width: 20px;
  float:left;
  margin: 0 1px 1px 0;
}

.stripTransmitter a{
  font: bold 10px Verdana, Arial;
  text-align: center;
  line-height: 22px;
  background: #FFD227;
  color: #000;
  text-decoration: none;
  display: block;
}

.stripTransmitter a:hover, a.current{
  background: #fff;
  color: #FFD227;
}

/*tooltips formatting*/
#tooltip {
  background: #fff;
  color: #000;
  opacity: 0.85;
  border: 5px solid #8d8dfd;
}

#tooltip h3 {
  font: normal 10px Verdana;
  margin: 3px;
  padding: 6px 2px;
  border: 0;
}

