<!--
/* General Section - These control the overall site look and feel */
body      { margin: 0px 0px;
            background-color: #FFFFFF;
            font-family: Tahoma,sans-serif;
            font-size: 10pt;
            color: #000000;
            }
hr.hrlinktxt {color: #000000;
              margin: 0px 0px;
              width: 100%
              }
.contacttblhdr	{ border:solid 1px #000000;
                  background-color:#006699;
                  font:normal 13px Verdana,Arial,sans-serif;
                  color:#ffffff
                   }
/* Header Section - Contains logo, page title, and sub title */
.h-upper  { position: relative;
            top: 0 px;
            left: 214px;
            width: 100%;
            height: 62px;
            line-height: 300%;
            text-align:center
          }
.h-title  {font-family: Arial,sans-serif;
           font-size: 14pt;
           color: #C0C0C0;
           background-color: #008080;
           text-align: center;
           }
.h-lower  { position: relative;
            top: 62px;
            left: 214px;
            height: 62px;
            text-align: center;
            line-height: 300%
          }
.h-subtitle { font-family: Arial,sans-serif;
              font-size: 14pt;
              font-style: italic;
              text-align: center
            }
.h-logo-2  { border: solid 1px #000000;
            margin: 3px 0px 3px 3px;
            text-align: left
            }
.h-logo   { border: solid 1px #000000;
            margin: 3px 0px 3px 3px;
            width: 210px;
            height: 124px;
            text-align: left
            }
.h-empty  { background-color: #CC9900;
            width: 100%    }

/* Navigation Section - Top level site navigation with date stamp horizontal */
.nav-hor   { border: 2px solid #000000;
             height: 27px;
             width: 100%;
             background-color: #0000FF
             }
.navlinkcell { font-family: Tahoma,sans-serif;
               font-size: 11pt;
               text-align:center;
               padding-left:100px;
               padding-right:100px;
               padding-top:1px;
               padding-bottom:1px
               }
a.navlink  { font-family: Tahoma,sans-serif;
             padding: 1px;
             text-decoration: none;
             font-weight: bold
             }
a:hover.navlink { background-color:#66CCFF;
                  border: 2px #cccccc;
                  padding: 2px;
                  text-decoration:none
                  }
a:link.navlink { color: #000000
                 }
a:visited.navlink { color: #000000
                    }

.nav-vert  { height: 597px;
             width: 125px;
             background-color: #333399
           }
.nav-vert-2  { height: 640px;
             width: 125px;
             background-color: #333399
             }
.nav-vertlinkcell { font-family: Tahoma,sans-serif;
                    font-size: 10pt;
                    color: #FFFFFF;
                    text-align: center;
                    padding-left: 1px;
                    padding-right: 1px;
                    padding-top: 1px;
                    padding-bottom: 1px
                  }
.nav-vertlinkcell-left { font-family: Tahoma,sans-serif;
                    font-size: 10pt;
                    color: #FFFFFF;
                    text-align: left;
                    padding-left: 1px;
                    padding-right: 1px;
                    padding-top: 1px;
                    padding-bottom: 1px
                  }
                  
/*Content section - main content of page */
.content-main   { position: absolute;
                  height: 595px;
                  left: 135px;
                  top: 170px
                  }
.content-main-2	{ position: absolute;
                  height: 595px;
                  left: 300px;
                  top: 175px;
		 }
				 
/* Footer Section - Contact information, copyright info */
.footer { width: 100%;
          border:2px solid #000000;
          }
.footercell { border-style:solid;
              border-width: 1px;
              width: 50%;
              height: 7px;
              text-align: center
              }
.footer-low { width: 100%;
              height: 108px;
              text-align: center
              }
-->