body {
     background: #f0f0f0;
     font-family: Times New Roman, Times;
     color: #333333;
     margin: 0 20px 10px 20px;
     font-size: 0.95em;
     vertical-align: middle;
     line-height: 1.35em;
     padding: 0;
}

.note {
   font-size:0.75em;
   font-style: italic;
   line-height:1.0em;
}

p {
padding:0;
margin: 7px 0 0;
}

ul, ol {
padding:0;
margin: 7px 25px;
}

a, a.visited {
   color: #600515;
}

h1 {
   margin: 0 -25px;
   padding: 7px 0 0 0;
   font-family: "Helvetica Neue", Helvetica, Arial;
   color: #600515;
   border-bottom: 1px solid black;
   font-size: 1.8em;
   font-weight:bold;
   line-height: 1.0em;
   text-transform:lowercase;
   letter-spacing: 1px;
   clear:both;
}

h2 {
   margin: 0 -20px;
   padding: 7px 0 0 0;
   font-family: "Helvetica Neue", Helvetica, Arial;
   color: #600515;
   border-bottom: 1px solid black;
   font-size: 1.5em;
   font-weight:bold;
   line-height: 1.0em;
   text-transform:lowercase;
   letter-spacing: 1px;
   clear:both;
}

h3 {
   margin: 5px -10px -2px -14px;
   padding: 2px 0 2px 4px;
   font-family: "Helvetica Neue", Helvetica, Arial;
   color: #600515;
   border-bottom: 2px solid #cccccc;
   background-color:white;
   font-size: 1.3em;
   font-weight:bold;
   line-height: 1.0em;
   text-transform:lowercase;
   letter-spacing: 1px;
   clear:left;
}

h4 {
   margin: 12px 0 -2px -4px;
   padding: 2px 0 2px 4px;
   font-family: "Helvetica Neue", Helvetica, Arial;
   color: #600515;
   border-bottom: 2px solid #d0d0d0;
   background-color:white;
   font-size: 1.1em;
   font-weight:bold;
   line-height: 1.0em;
   text-transform:lowercase;
   letter-spacing: 1px;
   clear:left;
}

#pagewidth {
           max-width:900px;
           min-width:625px;
           position:static;
}

#header {
	background: url(images/sunflare.jpg) top right no-repeat;
        margin: 0 -20px;
        padding: 0 20px;
        text-decoration:none;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

#header a {
        text-decoration:none;
	font-family: "Helvetica Neue", Helvetica, Arial;
}

#masthead {
	margin: 0;
	padding: 0 0 10pt 0;
        font-size: 3.3em;
        line-height: 1.0em;
	position: relative;
	letter-spacing: 4px;
}

#masthead a {
	  color:black;
	  font-family: "Helvetica Neue", Helvetica, Arial;
}

#navbar {
	color: #600515;
	font-size:1.25em;
	line-height:20px;
	position:relative;
        margin: -10px 8px 0;
	padding: 0 0 5px 0;
	letter-spacing: 4px;
	text-align:right;
}

.selectedtab {
	float:left;
        margin: -2px -1px 0 -1px;
        padding: 3px 5px;
	background: #f0f0f0;
	border-left: 2px solid black;
	border-right: 1px solid black;
	border-top: 2px solid black;
	min-width: 70px;
	letter-spacing: 1px;
	text-align:left;
}

.selectedtab a {
	color: black;
        font-size: 0.75em;
	line-height:19px;
        text-decoration:none;
}

.unselectedtab {
	float:left;
        margin: -1px -1px 0 0;
        padding: 3px 5px;
	background: #600515;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	min-width: 70px;
	letter-spacing: 1px;
	text-align:left;
}

.unselectedtab a {
	color: #eeeeee;
        font-size: 0.75em;
	line-height:19px;
        text-decoration:none;
}

.unselectedtab:hover {
	color:white;
	text-decoration:underline;
}

#infobubble {
	text-align:center;
	width:55%;
        margin: 0 4px 0 0;
        padding: 3px 5px;
	background: #600515;
	min-width: 100px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: white;
        font-size:1.1em;
        line-height: 15pt;
}

#main {
      clear:left;
      margin: 10px 15px 0px;
      padding: 7px;
}

#footer {
	clear:both;
	border-top: 2px solid black;
	text-align:right;
	margin: 0;
	padding: 1px 10px;
	font-size: .7em;
	line-height: 1em;
	position:static;
}

/* figure-divs and their supporters */

p.inset {
	font-size:0.9em;
	width: 75%
	border: thin solid #aaaaaa;
	margin: 10px -42px;
	padding: 0 57px;
	background: #dddddd;
	color: #111111;
}

div.figure {
   font-family: "Helvetica Neue", Helvetica, Arial;
   font-size: 0.9em;
   font-style: italic;
   padding: 3px;
   line-height: 1.1;
   margin: 2px auto;
   text-align:center;
   border: thin solid #aaaaaa;
   background: #dddddd;
   border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;;
clear:both;
}

div.figure img { width: 100%; }
div.figure img.fixed { width: auto; }


.full { width: 90%; }
/* "full" should be unnecessary, but this responds to the box model bugs
in IE */
.half { width: 50%; }
.third { width: 33%; }
.quarter { width: 25%; }
.fifth { width: 20%; }

div.figure.right { 
      float: right; 
      margin-right: 0; 
      margin-left: 1.3%;      
}
div.figure.left { 
      float: left; 
      margin-left: 0; 
      margin-right: 15px;
}

div.figure.white {
  background:white;
}

/* end figure-divs */
