/** Layout **/
body {
  background: url('/images/back.gif') top left repeat-y;
  background-attachment: fixed;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-family: arial;
}
.pageWrap {
  width: 900px;
  border: 0;
  background-color: #fff;
}

/** Header **/
.header {
  height: 152px;
  background: url('/images/outlook.gif') top right repeat-y;
  background-color: #fff;
}
.header img {
  margin: 6px 0 0 30px;
}
a img {
  border: 0;
}
.headerNav {
  height: 32px;
  background: url('/images/headerNavBack.gif') center center repeat-x;
  background-color: #ededed;
}
.headerNav span {
  height: 32px;
  display: block;
  float: right;
  background: url('/images/tab.gif') center left no-repeat;   
}
.headerNav a {
  display: block;
  font-family: arial;  
  font-size: 9pt;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  padding: 8px 10px 0 10px;
}
.headerNav a:hover {
  text-decoration: underline;
}

/** Left Column **/
.leftNav {
  width: 220px;
  padding: 5px 4px 25px 10px;
  margin-bottom: 25px;
  float: left;
  font-family: trebuchet ms;
  background: url('/images/dots.gif') top right repeat-y;
}
.leftNav h3 {
  font-size: 13pt;
  font-weight: bold;
  color: #015736;
  padding: 10px 0 0 3px;
  margin: 0;
  margin-bottom: 5px;
}
.leftNav a {
  display: block;
  padding: 8px 10px 8px 15px;
  line-height: 125%;
  font-size: 10pt;
  color: #000;
  text-decoration: none;
  border-left: 2px solid #fff;  
}
.leftNav a:hover {
  background-color: #e1ebe1;
  border-left: 2px solid #015736;
}
.leftNav a span {
  font-size: 8pt;
  font-family: arial;
}

/** Right Column **/
.content {
  width: 630px;
  float: left;
  padding-top: 25px;
  padding-bottom: 50px;
  font-family: trebuchet ms, verdana;
  font-size: 12pt;
  color: #444;
}
.content p {
  padding-left: 35px;
  padding-bottom: 15px;
  line-height: 185%;
  width: 525px;
  margin: 0;
}
.content h2, .content h3 {
  font-weight: bold;
  color: #015736;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  margin: 0;
  margin-right: 70px;

}
.content h2 {
  font-size: 18pt;
}
.content h3 {
  font-size: 15pt;
}
.content ul, .content ol {
  width: 450px;
  margin: 0 0 15px 50px;
  background-color: #e1ebe1;
  padding: 10px 15px 5px 30px;
  border: 1px #bad0c8 solid;
}
.content li {
  padding-bottom: 5px;
}
.content li span, .pdfLink {
  font-size: 10pt;
}
.content a {
  color: #000;
  background-color: #e1ebe1;  
}
.content a:hover {
  background-color: #bad0c8;
}
.content img {
  margin-left: 20px;
  margin-bottom: 15px;
  border: 3px #e1ebe1 solid;
}

/** Contact Page **/
.contact {
  padding-top: 35px;
}
.contact img {
  display: block;
  float: left;
}
.contact h3 {
  padding-top: 65px;
  float: left;
}
.contact p {
  clear: both;
}
.contact a {
  display: block;
  text-align: right;
  margin-top: 10px;
  padding-right: 10px;
}

/** Footer **/
.footer {
  padding: 35px 0;
  text-align: center;
  font-family: arial;
  font-size: 9pt;
  background-color: #f0f0f0;
  border-top: 4px solid #dadada;
}
.footer a {
  font-size: 10pt;
  color: #015736;
  text-decoration: none;
}
.footer a:hover {
  color: #000;
}

/** Misc. **/
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.highlight {
  background-color: #ffffcc;
}
.footClear {
  width: 100%;
  clear: both;
}
.comNames {
  padding-left: 25px;
  text-transform: uppercase;
  font-size: 9pt;
  font-weight: bold;
}
.comNames span {
  display: block;
  float: left;
}
.comNames span.tab {
  padding-left: 50px;
}
