/* general css for tags */

body {
  background-color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  line-height: 14px;
  color: black;
}

h1, h2, h3, h4 {
  color: #606060;
}

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
  font-weight: bold;
}

a:link,a:visited { 
  color: #1050c0;
}

a:link:hover,a:visited:hover {
  text-decoration: none;
}

a img {
  border: none;
  text-decoration: none;
}

#people br {
 clear: left;
}

.datewidth {
  width: 100px;
}

img#logo {
  float: left;
  /* margin: top right bottom left */
  margin: 5px 10px 5px 5px;
}

img#face {
  float: left;
  /* margin: top right bottom left */
  margin: 5px 20px 10px 5px;
}

table#bios {
  border-collapse: separate;
  /* margin: top right bottom left */
  border-spacing: 10px 20px;
  border: 0;
}

table#bios td {
  vertical-align: top;
}

#logotable img {
  margin: 10px;
}

/* header */

#header {
  padding: 15px;
}

/* main area */

#main {
  position: relative;
  border-top: 1px solid #A0A0A0;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
}

#wrap {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-right: 0;
}

/* menu on the left side */

#menubar {
  width: 199px;
  float: left;
  padding: 0;
  margin: 0;
}

#toolbox {
  width: 199px;
  float: left;
  padding: 0;
  margin: 0;
}

#toolbox p {
  text-indent: 15px;
}

#menu {
  width: 199px;
  float: left;
  background: #E7E7E7;
  padding: 0;
  margin: 0;
}

#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#menu li {
  padding: 0;
  margin: 0;
  border-top: 1px dotted #A0A0A0;
}

#menu li.top {
  border-top: 0;
}

#menu li.subtopic {
  text-indent: 15px;
  border-top: 0;
}

#menu li a {
  display: block;
  color: #606060;
  text-decoration: none;
  font-weight: bold;
  padding: 5px 2px 5px 15px;
}

#menu li a.sel {
  font-style: italic;
  background: white;
}

#menu li a:hover {
  background: #d0d0ff;
}


/* main content area */

#content {
  /* margin: top right bottom left */
  margin: 25px 0px 40px 200px;
  padding: 0 25px 0;
}

#contentprint {
  /* margin: top right bottom left */
  margin: 25px 0px 40px 10px;
  padding: 0 25px 0;
}

/* footer */
	
#footer {	
  padding: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  color: #A0A0A0;
  font-size: 8pt;
}

#footerprint {	
  padding: 15px;
  letter-spacing: 1px;
  overflow: hidden;
  font-size: 8pt;
}

#footer a:link, #footer a:visited { 
  color: #60A0c0;
}

/* top logo row */

#logorow {
  padding-top: 20px;
  float: right;  
}

/* bottom logos */

#logos {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}


/* newsbar */

#newsbar {
  width: 320px;
  float: right;
/*  background: #E7E7E7;*/
  border: 1px dotted #A0A0A0;
 
  padding: 5px 10px 5px 10px;
  margin: 0 0 10px 10px;
}
