

body {
     background: white;
     padding:0px;
     font-family: "Lucida Grande", verdana, lucida, arial, helvetica ,sans-serif;
     font-size: 10pt;
/*     background-image: url(images/wrapper2.jpg);*/
}

.wrapper {
      width: 960px;
      margin-top: 0px;
      margin-right: auto;
      margin-left: auto;
/*      background: #f1f2fd;*/
/*      background-image: url(images/attempt4/clipboard_piece.jpg);
      background-repeat: repeat;*/
      padding: 10px;
      overflow:hidden;

}

.navpanel {
          width: 940px;
          height: 140px;
          background: white;
          background: #dee1ec;
          background-image: url(images/navbarm.jpg);
          background-repeat: repeat-x;
          padding-left: 10px;
          padding-right: 10px;
          padding-top: 10px;
          color: white;
          font-size: 14pt;

}

.tabpanel {
          width: 940px;
          height: 60px;
          padding-left:20px;
          background: white;
          color: white;

}

.homepanel {

          width: 940px;
          min-height: 540px;
          background: white;
          padding: 10px;
          margin-right:10px;


}

.rhpanel {

          width: 160px;
          height: 600px;
          background: white;
          float: left;
          margin-left: 10px;
          margin-top: 10px;

}

.mainpanel {

          width: 760px;
          min-height: 540px;
          background: white;
          padding-left: 10px;
          padding-top: 10px;
          margin-right:10px;
          float:left;

}

.footerpanel {
           width: 940px;
           min-width: 500px;
           height: 15px;
           background:#dfe1ed;
           padding: 5px;
           margin-top: 10px;
           font-size: 8pt;
           text-align:center;
           clear:both;

}





/*Text Formatting*/

.title {
      
      margin-top:-15px;
      font-size:60pt;
      color:white;
      font-weight:bold;
}


/*Buttons*/


.tabbutton1 {
          width: 117px;
          height: 35px;
          background: white;
          background-image: url(images/buttons/button2.jpg);
          color: white;
          font-size: 12pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:15px;
          cursor:pointer;

}

.tabbutton1:hover {
                  width: 138px;
                  height: 45px;
                  background-image: url(images/buttons/button2hover.jpg);
                  font-size: 14pt;
                  margin-right:2px;
                  text-decoration:underline;

}

.tabbutton2 {
          width: 117px;
          height: 44px;
          background: white;
          background-image: url(images/buttons/button2.jpg);
          color: white;
          font-size: 11pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:6px;
          cursor:pointer;
}

.tabbutton2:hover {
                  width: 138px;
                  height: 54px;
                  background-image: url(images/buttons/button2hover.jpg);
                  font-size: 13pt;
                  margin-right:2px;
                  text-decoration:underline;
}

.tablebutton1 {
          width: 117px;
          height: 35px;
          background: white;
          background-image: url(images/buttons/buttons/fullbutton1.jpg);
          color: white;
          font-size: 12pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:15px;
          cursor:pointer;

}

.tablebutton1:hover {
                     text-decoration:underline;
}

.tablebutton2 {
          width: 117px;
          height: 44px;
          background: white;
          background-image: url(images/buttons/fullbutton1.jpg);
          color: white;
          font-size: 11pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:6px;
          cursor:pointer;
          }

.tablebutton2:hover {
                    text-decoration:underline;
}

.openbutton1 {
          width: 117px;
          height: 35px;
          background: white;
          background-image: url(images/buttons/buttons/fullbutton2.jpg);
          color: white;
          font-size: 12pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:15px;
          cursor:pointer;

}

.openbutton1:hover {
                     text-decoration:underline;
}

.openbutton2 {
          width: 117px;
          height: 44px;
          background: white;
          background-image: url(images/buttons/fullbutton2.jpg);
          color: white;
          font-size: 11pt;
          float:left;
          text-align:center;
          padding-right:2px;
          padding-left:2px;
          padding-top:6px;
          cursor:pointer;
          }

.openbutton2:hover {
                    text-decoration:underline;
}


/* Table Columns*/

.tablerow {
            min-height:20px;
            overflow:hidden;
            font-size:10pt;
            background:#dfe1ed;
            margin-bottom:3px;
            overflow:hidden;
}

.headcolumn {
            vertical-align: middle;
            float:left;
            font-weight: bold;
            text-align: center;
            background: #818db7;
            color:white;
            padding-left:2px;
            padding-right:2px;
            padding-top: 3px;
            padding-bottom:5px;            


}



.normalcolumncenter {
            float:left;
            text-align: center;
            padding:2px;
}

.normalcolumnleft {
            float:left;
            text-align: left;
            padding:2px;

}


div.comments {
   border: 2px solid black;
   padding: 2px;
   background: #dfe1ed;
}

div.commentfooter {
                font-size: 8pt;
}


a {
  text-decoration:none;
}

a.table {
  color:black;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

h1 {
   display:inline;
   color:#272d5d;
   font-size:25pt;
}

h2 {
   display:inline;
   color:#272d5d;
   font-size:15pt;

}

h3 {
   display:inline;
   color:#272d5d;
   font-size:11pt;

}



