/* thelawesgroup.css */
BODY {
   background: white;
   color: black;
   font-family: "Arial", sans-serif;
   margin: 0px;
   padding: 0px;
   height: 100%;
}

TABLE {
   border-width: 0px;
   color: #4b88c7;
   }

TABLE.main {
   border-width: 0px;
   border-color: #4b88c7;
   border-style: solid;
   color: white;
   padding: 0px 0px 0px 0px;
}

.topbg {
   background-image: url('/images/top-bg.gif');
   background-repeat: repeat-x;
}

ul.aboutchecklist {
   list-style-type: circle;
}

.leftbanner {
   background: #ffed14;
}

body {
   background: url('/images/bg-ylw.gif');
   background-repeat: repeat-y;
   background-position: 75 0;
}

div.leftbanner {
   position: absolute;
   top: 0;
   left: -3;
   margin-left: 80px;
   width: 50px;
   height: 2000px;
   }
   
div.rphoto {
   position: absolute;
   top: 320;
   left: 25;
   text-align: center;

}

TABLE.topmenu {
   position: relative;
   left: -3px;
   border-width: 3px 0px 3px 0px;
   border-style: solid;
   border-color: #ffed14;
   background: #4b88c7;
   color: white;
   padding: 0px 0px 0px 0px;
   }

TD.topmenu {
   padding: 0px 0px 0px 5px;
   }

.topmenu {
   font-family: "Times New Roman", "Times", sans-serif;
   font-size: 18px;
   font-weight: 500;
   font-style: none;
   color: white;
}

A {
   font-family: "Arial", sans-serif;
   font-weight: normal;
   color: white;
}

.caption {
   font-family: "Arial", sans-serif;
   font-style: italic;
   font-size: 10px;
   color: black;
   }

A {
   color: blue;
   }

A.topmenu {
   color: #dddddd;
   text-decoration: none;
}

A:hover.topmenu {
   color: yellow;
   }

.content {
   border-width: 0px;
   padding: 12px 12px 5px 12px;
   background: white;
   color: black;
   font-size: 16px;
   font-family: "Arial", sans-serif;
   }

H1.content {
   padding: 0px;
   border-width: 0px;
   font-size: 26px;
}

TABLE.bottomborder {
   border-width: 0px;
   background: #4b88c7;
   }

.bottomtable {
   color: white;
   font-family: "Arial", sans-serif;
   font-size: 12px;
}

.logotop {
   position: relative;
   top: 5px;
   }

.logobottom {
   position: relative;
   top: -5px;
   }

.name {
   font-family: "Arial", sans-serif;
   font-size: 20px;
   }

.bio {
   font-family: monospace;
   font-size: 15px;
   }

IMG {
   border-width: 1px;
   }
