/* NOTES
        top right bottom left
   margin: 0px 0px 8px 0px;
*/

body {
   background: #e9dbf5;
   color: black;
   font-family: arial;
}

#page {
/*       top right bottom left */
   margin: 20px 50px 20px 50px;
   padding: 0;
}

a:link {
   color: #00038a;
   text-decoration: none;
   font-weight: bold;
}

a:visited {
   color: #0005df;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
   color: #4a4aff;
   text-decoration: underline;
   font-weight: bold;
}

li {
/*       top right bottom left */
   margin: 0px 10px 0px 20px;
}

p {
/*       top right bottom left */
   margin: 10px 10px 10px 30px;
   text-align: justify;
}

p.question {
/*       top right bottom left */
   margin: 10px 10px 0px 50px;
   text-align: justify;
   font-style: italic;
}

p.answer {
/*       top right bottom left */
   margin: 0px 10px 10px 50px;
   text-align: justify;
}

p.right {
/*       top right bottom left */
   margin: 0px 10px 10px 50px;
   text-align: right;
}

p.left {
   text-align: left;
}

p.large {
   font-size: 170%;
   text-align: left;
}

p.plain {
/*       top right bottom left */
   margin: 0px 0px 0px 0px;
   text-align: left;
}

/* Purposely misspelled to match HTML syntax */
p.center {
/*       top right bottom left */
   margin: 0px 0px 0px 0px;
   text-align: center;
}

.smallprint {
   font-size: 80%;
}

h1 {
   font-size: 130%;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}

h2 {
   font-size: 110%;
   font-weight: bold;
   font-style: italic;
   text-decoration: underline;
}

h3 {
   font-weight: bold;
   font-size: 105%;
   font-style: italic;
}

h4 {
   font-size: 100%;
   font-style: italic;
}

table {
  border-collapse: collapse;
  border-color: black;
}

th {
/*       top right bottom left */
  padding: 5px 10px 5px 10px;
  text-align: center;
  border-color: black;
}

th.rule {
/*       top right bottom left */
  padding: 5px 10px 5px 10px;
  text-align: center;
  border-bottom: 1px solid #b04040;
}

td {
/*       top right bottom left */
  padding: 5px 10px 5px 10px;
  border-color: black;
}

td.rule {
/*       top right bottom left */
   padding: 5px 10px 5px 10px;
   border-bottom: 1px solid #b04040;
}

td.lightrule {
/*       top right bottom left */
   padding: 5px 10px 5px 10px;
   border-bottom: 1px dashed #7F7F7F;
}

dt {
   font-weight: bold;
}

.nospace {
/*       top right bottom left */
   margin: 0px 10px 0px 50px;
}

.direct {
   font-size: 80%;
   text-align: right;
}

/* at bottom of all pages */
.update {
   text-align: right;
   font-size: 70%;
   color: #666666;
}

.validate {
   margin-top: 2px;
   font-size: 60%;
   text-align: right;
   clear: both;
}

img {
   margin: 10px;
}

img.plain {
   margin: 0;
   padding: 0;
   border: 0;
}

div.outer {
  clear: both;
/*       top right bottom left */
  padding: 10px 0px 10px 0px;
}

div.t {
  background: url(./php_lib/corners.php?s=t&bc=000000&bw=1&c=1) 0 0 repeat-x #FFFFFF;
  margin: 0px;
}

div.b {
  background: url(./php_lib/corners.php?s=b&bc=000000&bw=1&c=1) 0 100% repeat-x;
}

div.l {
  background: url(./php_lib/corners.php?s=l&bc=000000&bw=1&c=1) 0 0 repeat-y;
}

div.r {
  background: url(./php_lib/corners.php?s=r&bc=000000&bw=1&c=1) 100% 0 repeat-y;
}

div.bl {
  background: url(./php_lib/corners.php?s=bl&r=25&bgc=e9dbf5&fgc=FFFFFF&bc=000000&bw=1&c=1) 0 100% no-repeat;
}

div.br {
  background: url(./php_lib/corners.php?s=br&r=25&bgc=e9dbf5&fgc=FFFFFF&bc=000000&bw=1&c=1) 100% 100% no-repeat;
}

div.tl {
  background: url(./php_lib/corners.php?s=tl&r=25&bgc=e9dbf5&fgc=FFFFFF&bc=000000&bw=1&c=1) 0 0 no-repeat;
}

div.tr {
  background: url(./php_lib/corners.php?s=tr&r=25&bgc=e9dbf5&fgc=FFFFFF&bc=000000&bw=1&c=1) 100% 0 no-repeat;
  padding: 10px;
  overflow: auto;
}
