/*
CSS for Frank's site
*/
html, body, tr, td
{
    font: 100%;
    font-family: "times", serif;
    background-color: #CCCCCC;
    color:black;
}

html>body>tr>td
{
  font-size: 16px;
  font-family: "times", serif;
  background-color: #CCCCCC;
  color:black;
}

table, table.border
{
  width: 100%;
}

table.noborder
{
  border: none;
}

table.indent
{
    border: none;
    width: 80%;
    position: relative;
    left: 50px;
}

td.noborder, td.aligntop
{
  padding: 1px 1px;
  border: none;
}

td.aligntop
{
    vertical-align: top;
}

table.border
{
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}

td.border
{
  padding: 5px 5px;
  border: 1px solid black;
  border-collapse: collapse;
}

ol.nav, ul.nav, li.nav
{
  list-style-position: inside;
  margin: 2;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

ol.nav_main, ul.nav_main, li.nav_main
{
  list-style-position: inside;
  margin: 10;
  padding: 0;
  cursor: pointer;
  list-style: none;
}

ul
{
  list-style: disc;
}

a, a.docRef
{
  foreground-color: black;
  text-decoration: none;
}

a
{
  font-weight: bold;
}
a.docRef
{
  font-weight: normal;
}
a:link
{
  color: navy;
}

a:visited
{
  color: navy;
}

a:hover
{
  color: white;
  background-color: navy;
  cursor: pointer;
}

a.docRef:hover
{
  color: black;
  background-color: #CCCCCC;
  cursor: auto;
}

h1, h2, h3
{
  font-weight: bold;
}

h3
{
  margin-top: 0px;
  padding-top: 0px;
}

h1, h3
{
  text-decoration: underline;
}

h1
{
  font-size: 120%;
  text-align: center;
}

h2, h3
{
  text-align: left;
}

h2, h3
{
  font-size: 100%;
  line-height: 50%;
}

h3
{
  color: black;
}

.linksHeader
{
    color: black;
    padding-top: 0px;
    padding-bottom: 0px;
}

.links
{
    display: none;
    padding-left: 4px;
}

.linksOpen
{
    display: block;
    padding-left: 14px;
}

.errortext
{
  color: red;
  font-weight: bold;
  text-align: center;
}

.successtext
{
  color: green;
  font-size: 100%;
  text-align: center;
}

#navigation, #bodycontent, #header, #homeheader, #homecontent
{
  position: relative;
}

#navigation
{
  color: navy;
  font-weight: bold;
  font-size: 80%;
  width: 100%;
}

#bodycontent, #homecontent, #header, #homeheader
{
  left: 5px;
  width: 95%;
}

#bodycontent, #homecontent
{
  font-size: 100%;
}

#header, #homeheader
{
  font-size: 120%;
  font-weight: bold;
}

#bodycontent
{
  top: 10px;
}

#homecontent
{
  top: 20px;
}

.dialogueheader, .dialoguetext
{
    position: absolute;
}

.dialogueheader
{
    left: 50px;
    font-weight: bold;
}

.dialoguetext
{
    left: 130px;
}

