/* STYLE SHEET FOR TEXT-ONLY VERSION */

body {
  margin: 1em;
  padding: 1em;
	font-family: sans-serif;
  color: black;
  background: white;
}
.mainsection {
	border: 1px solid #37648E;
  padding: 0.3em;	
}
h1 {
	font: 180% sans-serif;
	text-align: left;
}
h2 {
  font: 130% sans-serif;
}
h3 {
  font: 120% sans-serif;
}
h4 {
  font: bold 110% sans-serif;
}
h5 {
  font: bold 100% sans-serif;
}
h6 {
  font: small-caps 100% sans-serif;
}
h2, h3 {
  color: white; 
  border: none;
  font-weight: bold;
  margin-top: 0;
  padding: 0.1em; 
  text-indent: 0.3em;
}
h1 {
	color: #142C42;
}
h2 {
	background: #37648E;
}
h3 {
	background: #A4CEED;
	color: #37648E;
}
h4 {
	color: #37648E;
}

.sitemapbullet {	
	list-style-position: 	outside;
	list-style-type: 	square;
	margin-left: 		-0.3em;
}
li {	
	list-style-position: 	outside;
	list-style-type: 	square;
	margin-left: 		-1em;
}
a.toplink, a.h3toplink {
	font: 70% sans-serif;
  font-weight: bold;
	float: right;
	margin-right: 0.7em;
	margin-top: 0.5em;
}
a.toplink:hover, a.h3toplink:hover {
	text-decoration: none;
}
a.toplink, a.toplink:visited {
	color: white;
}
a.h3toplink, a.h3toplink:visited {
	color: #37648E;
}
a.access:after, #botbar a.toplink:after {
content: " [" attr(accesskey) "] ";
   }
img {
	float: left;
}
.logo {
	float: right;
	xmargin-right:1em;
	margin-bottom: 0.5em;
}
.smaller {
	font-size: smaller;
}
.blueline {
	clear:both; 
	background:#142C42; 
	width:100%; 
	height:1px; 
	margin-bottom:0.3em; 
	overflow:hidden;
}
.bluebar {
	background: #142C42;
}
.basebar {
  color: white;
  padding: 0.4em; 
  text-indent: 0.3em;
	font-size: 90%;
	background: #142C42;
}
a.desc {
	color: #37648E;
	font-size: xx-small;
	float: left;
	text-decoration: none;
}
a.desc:hover {
	text-decoration: underline;
}
.note {
	font-size: 0.9em;
  font-weight: normal;
}