/* ======================================================================= */
/* filename: template_1101.css                                             */
/*   author: Paul N. Leonard                                               */
/* copyright 2005-2009 Paul N. Leonard, all rights reserved                */
/* ----------------------------------------------------------------------- */
/* pnl 2005/07/10 1.00  created css style 0101                             */
/* pnl 2005/08/28 1.00  created css style 1101 (1xxx denotes printable)    */
/* ======================================================================= */

/* =================== */
/* Element Definitions */
/* =================== */


html {
  margin:  0;
  padding: 0;
}

body { 
  color:      #000000; 
  background: #ffffff;
  margin:     0; 
  padding:    0;
  font-size: 12pt;
}

p { 
  text-align: justify;
}

li {
  padding: 0.5em 0;
}

img {
  border: none;
}

a:link { 
  font-weight:     bold; 
  text-decoration: none; 
  color:           #000000;
}

a:visited { 
  font-weight:     bold; 
  text-decoration: none; 
  color:           #000000;
}

a:hover, a:active { 
  text-decoration: underline; 
  color:           #000000;
}


/* ==================== */
/* Specific Definitions */
/* ==================== */

#Content { 
  padding:    0 200px 0 0;
  margin:     0;
  position:   absolute;
  top:        0;
  left:       0;
  min-height: 250px;
  min-width:  550px;
  z-index:    2;
}

#W3cHeader {
  display:    none;
}

#PrintHeader {
  width: 7i;
  background: #fff;
}

#PrintHeader img {
  width:      7i;
  background: #fff;
  float:      left;
}

#Filler {
  background: #fff top left;
  width:      550px;
  height:     140px;
  display:    none;
}

#Logo { 
  position:   absolute;
  top:        0;
  left:       0;
  margin:     10px 0 0 10px; 
  float:      left;
  width:      180px;
  height:     200px;
  display:    none;
}

#Title { 
  position: absolute;
  top:      0;
  left:     0;
  margin:   0 0 0 240px; 
  width:    400px;
  height:   140px;
  display:    none;
}

#Menu { 
  background:  #fff no-repeat top left; 
  float:       left;
  margin:      0;
  padding:     0 0 1em 0;
  width:       240px;
  font-weight: bold;
  font-family: arial, times, courier;
  color:       #000000;
  display: none;
}

#MenuSubA { 
  background: #fff no-repeat top left; 
  margin:     0 0 0 120px;
  height:     31px;
  display: none;
}

#MenuSubB { 
  background: #fff no-repeat top left; 
  margin:     0 0 0 83px;
  height:     31px;
  display: none;
}

#MenuSubC { 
  background: #fff no-repeat top left; 
  clear:      both;
  margin:     0 0 0 50px;
  height:     31px;
  display: none;
}


#MenuSubD { 
  background: #fff no-repeat top left; 
  margin:     0 0 0 15px;
  height:     31px;
  display: none;
}

#Guts { 
                no-repeat center;
  margin:       0;
  padding:      1.5em 1em 0 1em;
  font-family:  arial, times, courier;
}

#Guts input {
  font-size:    110%;
  line-height:  120%;
  padding:      .5em 0;
  margin:       .5em 0;
}

.ButtonField {
  display:      none;
}

#Footer { 
  text-align:   center; 
  font-size:    6pt; 
  font-family:  arial, times, courier;
}

#DanTheMan { 
  margin:     0px 0px 0px 540px;
  position:   absolute;
  top:        0;
  right:      0;
  width:      192px;
  height:     392px;
  z-index:    1;
  display: none;
}

/* =================== */
/* Class Definitions   */
/* =================== */

table.info {
}

td.info_tag {
  vertical-align: top;
  text-align:     right;
}

td.info_data {
  vertical-align: top;
  text-align:     left;
  color:          #000000;
  font-weight:    bold; 
}

div.testament {
  font-style: italic;
  margin:       1em 0;
  padding:    0.5em 0;
}

