/*--------------------------------------------*/
/* stylesheet for Theodore S. Kisner          */
/* main page                                  */
/*--------------------------------------------*/

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #111;
  margin-bottom: 30px;
  background-color: #fff;
}

h2 {
  color: #222;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

a {
  color: #075CB0;
  background-color: #fff;
  text-decoration: none;
  font-weight: bold;
}

a:focus {
  background-color: #fff;
  color: #840909;
  font-weight: bold;
  text-decoration: underline;
  outline: 0px none;
}

a:hover {
  background-color: #fff;
  color: #840909;
  font-weight: bold;
  text-decoration: underline;
  outline: 0px none;
}

#content {
  width: 746px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; /* was 10px */
  padding-bottom: 10px;
  float: left;
}

#container {
  width: 754px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #222;
  background-color: #fff;
}

#container2 {
  width: 746px;
  margin: 0 auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #222;
  background-color: #fff;
  padding-bottom: 0px; /* was 10px */
  padding-left: 4px;
  padding-right: 4px;
}

#header {
  width: 750px;
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-top: 10px;
  clear: both;
}

#header p {
  margin-top: -20px;
  margin-left: 30px;
  color: #222;
}

a img {
  border: 1px solid #fff;
}

a:focus img {
  border: 1px solid #a0a0a0;
}

a:hover img {
  border: 1px solid #a0a0a0;
}

img.left, img.center, img.right {
  padding: 4px;
  border: 1px solid #a0a0a0;
}

img.left {
  float: left;
  margin: 0 12px 5px 0;
}

img.center {
  display: block;
  margin: 0 auto 5px auto;
}

img.right {
  float: right;
  margin: 0 0 5px 12px;
}

#footer {
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 2px;
  padding-right: 2px;
  clear: both;
  width: 754px;
  background-color:#fff;
  border-top: 1px solid #111;
}

#footer img {
  padding-left: 10px;
  padding-right: 10px;
}


/* begin css tabs */

.shadetabs { /* general settings */
  text-align: left; /* set to left, right or center */
  margin: 1em 0 1em 0; /* set margins as desired */
  font: bold 16px verdana, arial, sans-serif; /* set font as desired */
  border-bottom: 1px solid #111; /* set border COLOR as desired */
  list-style-type: none;
  padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

.shadetabs li { /* do not change */
  display: inline;
}

.shadetabs li a { /* settings for all tab links */
  padding: 3px 3px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) below */
  border: 1px solid #111; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  background-color: #111; /* set unselected tab background color as desired */
  color: #fff; /* set unselected tab link color as desired */
  margin-right: 3px; /* set additional spacing between tabs as desired */
  text-decoration: none;
}

.shadetabs li a:hover { /* settings for hover effect */
  background: #ccc; /* set desired hover color */
  color: #111;
}

.shadetabs li a:focus { /* settings for focus */
  background: #ccc;
  color: #111;
  outline: 0px none;
}

.shadetabs li.selected a { /* settings for selected tab */
  border-bottom: 1px solid #fff; /* set border color to page background color */
  background-color: #fff; /* set selected tab background color as desired */
  color: #111; /* set selected tab link color as desired */
  position: relative;
  top: 1px;
  padding-top: 3px; /* must change with respect to padding (X) above and below */
  text-decoration: none;
}

.shadetabs li.selected a:hover { /* settings for hover effect */
  background: #fff; /* set desired hover color */
  color: #111;
  outline: 0px none;
}

.shadetabs li.selected a:focus { /* settings for focus on selected */
  background: #fff;
  color: #111;
  outline: 0px none;
  text-decoration: underline;
}

.shadetabs li.selected a:active { /* settings for active on selected */
  background: #fff;
  color: #111;
  outline: 0px none;
}

/* end css tabs */



