/* CSS Document */
body, a, td, th, div, li, p, input, textarea, select {
  font-family: 'Trebuchet MS', 'Tahoma', 'Arial', san-serif;
  font-size: 12px;
}

/*/*/a{}
body,
body a,
body td,
body th,
body p,
body div,
body li,
body input,
body textarea,
body select {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body a,
html>body td,
html>body th,
html>body p,
html>body div,
html>body li,
html>body input,
html>body textarea,
html>body select {
  font-size: small;
}  
/* */

html {
  min-width: 640px;
}

body {
  margin: 0;
  height: 100%;
}

.skiplink {
  display:none
}

.topbarback {
  height: 27px;
  background-color: #b6bdd0;
}

.topnav {
  float: left;
  color: #acd145;
  background-color: #000000;
  position: absolute;
  right: 10%;
  height: 27px;
}

.topnavlinks {
  float: left;
  height: 27px;
  line-height: 27px;
}

.topnavdiagleft {
  float: left;
  width: 27px;
  height: 27px;
  background-image: url(/tplimages/nav/diagpieceleft.gif);
}

.topnavdiagright {
  float: left;
  width: 27px;
  height: 27px;
  background-image: url(/tplimages/nav/diagpieceright.gif);
}

.topnav a:link { color: #acd145; }
.topnav a:visited { color: #acd145; }
.topnav a:hover { color: #ffffff; background-color: #000000; }

.titlebar {
  background-color: #acd145;
}

.introbar {
  display: table;
  height: 195px;
  min-height: 195px;
  width: 100%;
  border-style: solid;
  border-color: #000000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  background-color: #ffffff;
}
.introbarimage {
  float: left;
  padding-right: 10px;
}
.introbar p {
  margin: 0px;
  padding: 10px;
}

.mainbody {
  background-color: #e7e8eb;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
}

.mainbody p {
  margin-top: 0px;
}

h3 {
  margin-bottom: 0px;
}

h4 {
  margin-bottom: 0px;
}

a:link { color: #6c81c0; }
a:visited { color: #6c81c0; }
a:hover { color: #ffffff; background-color: #6c81c0; }

.nextprevlinks {
  width: 60%;
  margin: auto;
}

.prevlink {
  float: left;
}

.nextlink {
  float: right;
}

h2 {
  margin: 0px;
  font-size: 40px;
  color: #cfd3de;
}

img.project {
  float: right;
  padding: 5px;
  padding-bottom: 10px;
  clear: right;
}

table.infotable {
  margin: auto;
}

table.infotable th {
  background-color: #acd145;
}
table.infotable td {
  background-color: #cfd3de;
}

.bottombar {
  background-color: #000000;
  height: 40px;
}

.bottombar img.left {
  border: 0;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.bottombar img.right {
  border: 0;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

img.noborder {
  border: 0px;
}

.nodisplay {
  display: none;
}

table.contactform {
  margin: auto;
}

/*  Form Styles */
input,textarea,submit {
  background-color: #cfd3de;
  border: 1px #000000 solid;

}


