body, div, span, ul, li, dl, dt, dd, hr, a, img {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  color: #264362;
  text-align: justify;
  font-size: 10pt; 
  font-family: "Trebuchet MS", Arial, sans-serif;
}
body {
  background: white url('/images/background.png');
}
a:active, a:link, a:visited, a:hover {
  background: transparent;
  text-decoration: none;
}
table {
  width: 100%;
}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.main {
  background: white;
  width: 780px;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.main {
  min-height: 400px;
  height: auto;
}
html>body .main {
  height: auto;
  min-height: 400px;
}
.header, .content, .rightContent {
  vertical-align: top;
}
.header {
  background: white url('/images/tpp.png') no-repeat top right;
  height: 170px;
}
.header a, .header div {
  float: left;
  margin-left: 5px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10pt;
  font-weight: bold;
}
.header .normal {
  background: #ebf2f3;
  color: #264362;
}
.header .mouse {
  background: #abb2b3;
  color: #264362;
}
.header .selected {
  background: #ebf2f3;
  color: #a92d3f;
}
.header img {
  margin-top: 8px;
  margin-left: 30px;
}
.content {
  padding-left: 60px;
  padding-right: 0px;
  padding-bottom: 50px;
}
.content .title {
  color: #a92d3f;
  font-size: 14pt;
  font-weight: bold;
  text-transform: uppercase;
}
.content .tagline {
  color: black;
  font-size: 10pt;
  text-transform: lowercase;
  padding-bottom: 30px;
}
.content .column {
  float: left;
  width: 200px;
  padding-right: 25px;
}

.content .columnsingle {
   padding-right: 25px;
}
.content .horizontal {
   float: left;
   padding: 20px;
}


.content .subtitle {
  padding-top: 4px;
  padding-left: 20px;
  padding-bottom: 5px;
  font-weight: bold;
}



.rightContent {
  width: 180px;
}
.rightTop {
  background: #2D539B;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.rightContent .title {
  font-size: 12pt;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
}
.rightContent .tagline {
  color: white;
  font-size: 10pt;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 0.8;
}
.rightContent img {
  width: 180px;
  margin-top: 10px;
}

.rightContent .text {
   padding-right: 20px;
   text-align: left;
}

.rightPicture {
  vertical-align: bottom;
}
.leftPicture, .leftPicture img {
  width: 70px;
  height: 700px;
  vertical-align: top;
}

.bio {
	width: 365px;
}
/*
body, div, span, ul, li, dl, dt, dd, hr, a, img, table, tr, td {
  border: 1px red solid;
}
*/

