/* CSS Document */
html, div{
padding: 0px;
margin: 0px;
}
body{
font-family: arial, sans-serif;
background-color:#997;
padding: 0;
width: 820px;
margin-top: 0;
margin-left: auto;
margin-right: auto;
}
#topNav{
margin: 0px 30px;
background-color: #342;
text-align: right;
padding: 1px 5px 2px 0px;
}
#topNav a{
font-size: 12px;
color: #DDC;
text-decoration: none;
}
#superContainer{
background-color: #342;
padding:15px;
padding-top: 0px;
margin: 0px 30px;
}
#superContainer p{
text-align: center;
font-size: 10px;
margin: 0;
}
#container{
padding: 0;
margin: 0;
background-color: #464;
border: 5px solid #EDC;
border-bottom-width: 0px;
}
#title {
margin-bottom: -4px;
}
img {
padding: 0px;
margin: 0px;
}
#nav{
display: block;
padding-bottom: 1px;
padding-left: 15px;
background-color: #333;
border: 2px solid white;
border-width: 2px 0px;
color: #EEE;
text-align: center;
margin-top: 0px;
padding-top: 0px;
}
#nav a{
font-size: 12px;
text-decoration: none;
padding: 3px 10px 1px;
color: #FFF;
}
#nav a:hover{
background-color: #555;
}
#tutNav {
float: left;
padding-bottom: 5px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 400%;
width: 150px;
background-color:#DEC;
border: 1px solid #AA8;
}
#tutNav span#launch {
display: block;
text-align: center;
margin-bottom: 10px;
}
#tutNav span#launch a {
text-decoration: none;
padding: 1px 5px;
border: 1px solid #AA8;
border-top: none;
background-color: #775;
color: #EED;
}
#tutNav span#launch a:hover {
background-color: #997;
border-color: #664;
}
#tutNav ul {
font-size: 13px;
margin: 0;
padding: 0;
list-style: none;
}
#tutNav ul li a {
display: block;
padding-left: 5px;
text-decoration: none;
color: #000000;
}
#tutNav ul li a:hover {
padding-left: 7px;
background-color: #BB9;
}
#pics{
margin-left: 0px;
padding: 0;
width: 450px;
height: 338px;
}
#picsBanner{
margin-left: 0px;
padding: 0;
width: 726px; /*722*/
height: 112px;
}
#pics img{
border: 1px solid white;
border-width: 0px 1px 0px 0px;
}
#side{
display: block;
float: right;
width: 275px;
}
#side span.sideTitle{
color: #FFF;
text-decoration: underline;
text-align: right;
padding: 4px 0px 0px 10px;
font-variant:small-caps;
letter-spacing: 1px;
}
#side p{
text-align: left;
font-size: 13px;
padding: 3px;
}
#side a, #side a:visited{
font-weight: bold;
color: #113;
text-decoration: none;
}
#side a:hover{
color: #558;
}
#text{
border-top: 2px solid white;
background-color: #FFE;
padding: 10px 0px;
}
#text h3 {
margin: .5em 1em;
}
#text p{
margin: 1em 0;
font-size: 16px;
padding-left: 30px;
text-align: left;
padding-right: 15px;
}
#text p span.figReference, #text p span.note {
color:#009933;
font-size: 10px;
font-weight: bold;
font-style: italic;
}
#text p span.note {
display: block;
}
div.picBox {
margin: 0.5em;
background-color: #333;
border: 2px solid #333;
}
div.picBox span.figLabel {
display: block;
padding: 0;
margin: 0;
text-align: center;
color: #FFF;
font-size: 10px;
font-style: italic;
}
.textTitle{
font-weight: bold;
color:#336;
padding-left: 2px;
}
.textInfo{
font-weight: bold;
font-size: 12px;
color: #443;
padding-left: 40px;
word-spacing: 3px;
letter-spacing: 2px;
}
#text a, #text a:visited{
color: #443;
}
#text a:hover{
color: #114;
}
#text table{
border: 1px solid #333;
margin: auto 30px;
}

#text table tr {
margin: 0;
}
#text table tr td {
padding: 1px 5px;
}
#text table tr.head {
background-color: #333;
font-size: 1.2em;
color: #EEE;
text-align: left;
}
#text table tr.head td {
padding: 1px 10px;
border-bottom: 2px solid #111;
}
#text table tr.even {
background-color: #99CE79;
}
#text table tr.odd {
background-color: #D5EBC7;
}
a.icon {
padding-left: 37px;
background-image:url(linkOpen.png);
background-repeat: no-repeat;
text-decoration: none;
}
a.icon:hover {
background-image:url(linkClosed.png);
}
#bottomBar{
font-size: 11px;
color: white;
font-weight: bold;
padding: 3px 10px 3px 0px;
text-align: right;
background-color: #242;
border: 5px solid #EDC;
border-top-width: 0px;
}
#bottomBar a{
color: white;
font-weight: bold;
text-decoration: none;
}
.address {
color: #EEE;
}
/**
GENERIC CLASSES
**/
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.center {
text-align: center;
}
.floatRight {
float: right;
}
.floatLeft {
float: left;
}