/* default links */
a:link { color: #800000; font-size: 9pt; font-family: Verdana; font-weight: bold; text-decoration: none; }
a:visited { color: #800000; font-size: 9pt; font-family: Verdana; font-weight: bold; text-decoration: none; }
a:hover { color: #00468c; font-size: 9pt; font-family: Verdana; text-decoration: none; }
a:active { color: #00468c; font-size: 9pt; font-family: Verdana; text-decoration: none; }
/*  text */
body { 
	font-size:9pt; 
	font-family:Verdana; 
	color:#333333;
	}
.feedback { font-style: italic; }
.indent { text-indent: 5em; }
/* headers */
h1 {
	font-size:12pt; 
	color:#800000; 
	font-weight:bold;
	}
h2 {
	font-size:11pt; 
	color:#800000; 
	font-weight:bold;
	}
h3 { font-size:10pt; color:#800000; font-weight: bold; }
/*leftnav*/
.leftnavcontainer { }
ul.navbar { list-style-type: none; padding: 0; width: 150px; margin-left: 15px; }
ul.navbar li {
    background: white;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black;
    }
ul.navbar a:link {
	color: #666666;
	font-weight: bold;
	}
ul.navbar a:visited {
	color: #666666;
	font-weight: bold;
	}
ul.navbar a:hover {
	color: black;
	font-weight: bold;
	}
ul.navbar a:active {
	color: black;
	font-weight: bold;
	}
	
/*header*/
.header {  }
.header a:link { color: #666666; font-size: 8pt; font-weight: normal; }
.header a:visited { color: #666666; font-size: 8pt; font-weight: normal; }
.header a:hover { color: black; font-size: 8pt; font-weight: normal; }
.header a:active { color: black; font-size: 8pt; font-weight: normal; }
#headerTagline { color: #fff; font-size: 12pt; font-family: Verdana; font-weight: bold; text-align: center; margin-top: 1em; }
#headerContactInfo { color: white; font-size: 8pt; text-align: center; }
#headerSubTitle { color: white; font-size: 8pt; text-align: right; }
/*content*/
div.contentContainer { margin-right: 20px; margin-left: 15px; }
div.figure {
  float: right;
  border: solid thin silver;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 9pt;
  text-indent: 0;
}
div.figureCenter { width: auto; float: none; margin: 0.5em; padding: 0.5em; border: solid thin silver; }
div.figureCenter p { font-size: 9pt; font-style: italic; text-align: center; text-indent: 0; }
div.figureLeft { margin: 0.5em; padding: 0.5em; float: left; border: solid thin silver; }
div.figureLeft p { font-size: 9pt; font-style: italic; text-align: center; text-indent: 0; padding-right: 1em; }
img.scaled {
  
}
/*footer
*/
.footer { font-size: 8pt; text-align: center; padding-top: 1em; border-top: thin solid black; }
.footer a:link { color: #666666; font-size: 8pt; font-weight: normal; }
.footer a:visited { color: #666666; font-size: 8pt; font-weight: normal; }
.footer a:hover { color: black; font-size: 8pt; font-weight: normal; }
.footer a:active { color: black; font-size: 8pt; font-weight: normal; }
