body {
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	font-size: 10pt;
  margin: 10px;
  padding: 0px;
}

.logo {
	border-bottom-color: #B55032;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	height: 40px;
	width: 100%;
}

.byline {
	height: 20px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

sup {
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
}

.navigation {
  font-size: 9pt;
  height: 30px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
}

.navigation a {
  display: block;
  float: right;
  width: 128px;
  padding: 5px;
  margin-left: 1px;
  text-align: center;
  background-color: #90A0A0;
  text-decoration: none;
  color: black;
}
.navigation a:hover {
  background-color: #ff3100;
}
.navigation a.active {
  background-color: #ff3100;
}
.visual {
  padding: 4px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #90A0A0;
  margin-bottom: 4px;
  /*background-image: url("images/whorl4-BXP39923.jpg");
  background-repeat: no-repeat;*/
}

.visual img {
  width: 100%;
  height: 128px;
}

table.threeCols {
  width: 100%;
}

/* pixels from top: 265 */
.leftHome, .leftInside {
  /*position: absolute;
  top: 285px;
  left: 10px;*/
  font-size: 8pt;
  margin: 0px;
  border: 1px solid black;  
  width: 200px;
  padding: 10px;
}    

.rightHome, .rightInside {
  /*position: absolute;
  top: 285px;
  right: 10px;
  height: 200px;*/
  font-size: 8pt;
  width: 200px;
  margin: 0px;
  border: 1px solid black;
  padding: 10px;
}
.rightInside, .leftInside {
  /*top: 120px;*/
}
.rightHome,.leftHome,.centerHome {
  height: 400px;
}  

.leftInside {
  border: none;
  font-size: 10pt;
}

.right3 {
  /*position: absolute;
  top: 350px;
  right: 10px;
  height: 110px;*/
  width: 200px;
  
}  

.centerHome, .centerInside {
  border: 1px solid black;
  /*margin-left: 220px;
  margin-right: 220px;
  min-height: 200px;
  margin-bottom: 20px;*/
  font-size: 10pt;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.footer {
  border-top: 2px solid #B55032;
  font-size: 8pt;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}  

div.links ul {
  width: 100%
  padding: 0px;
  margin: 0px;
}
			
div.links li {
  list-style: none;
  text-align: left;
  background-color: #90A0A0;
  margin-top: 1px;
  padding: 0px;
  margin-left: 0px;
  width: 100%;
}

div.links li.heading {
  padding: 4px;
  margin-bottom: 4px;
  text-align: center;
  background-color: #FF3100;
}  

div.links li a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 4px;
}

div.links li a:hover {
  background-color: #FF3100;
}          

div.linkItem {
  list-style: none;
  text-align: left;
  background-color: #90A0A0;
  margin-top: 1px;
  padding: 0px;
  margin-left: 0px;
  width: 100%;
  font-size: 10pt;
}

div.heading {
  padding: 4px;
  margin-bottom: 4px;
  text-align: center;
  background-color: #FF3100;
  font-size: 10pt;
}  

div.linkItem a {
  display: block;
  color: black;
  text-decoration: none;
  padding: 4px;
}

div.linkItem a:hover {
  background-color: #FF3100;
}          

h5 {
  margin-bottom: 0px;
}

h4 {
  font-size: 12pt;
  margin-top: 0px;
}

div.popupMenu { 
  position: absolute;
  visibility: hidden;
  width: 129px;
  background: #ffffff;
  text-align: left;
  font-weight: bold;
}

div.popupMenu a {
  display: block;
  width: 100%;
  background: #90a0a0; 
  margin: 1px;
  padding: 2px;
  text-decoration: none;
  color:#000000;
}

div.popupMenu a:hover {
  background: #ff3100; 
}
