/* Stylesheet */

body
{
  margin: 0;
  border: 0;
  padding: 0;
  color: #1885ff;
  background-color: #ffca00;
  font: 11pt sans-serif;
}

h1
{
  font-size: 115%;
  margin-top: 0;
}
h2
{
  font-size: 105%;
}
table
{
  color: #1885ff;
  background-color: white;
}
td
{
  color: #1885ff;
  background-color: white;
  padding-left: 4px;
  padding-right: 4px;
  font: 11pt sans-serif;
}
th
{
  color: #1885ff;
  background-color: #e0e0e0;
  padding-left: 4px;
  padding-right: 4px;
  font: bold 11pt sans-serif;
}

a
{
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}
a:active, a:hover
{
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}
a:visited
{
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}

div.banner
{
  width: auto;
  color: #ffffff;
  background: #ffffff;
  padding-right: 12px;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}

div.topnav
{
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px 0 10px;
  color: #ffffff;
  background-color: #1885ff;
  overflow: hidden;
}

a.topnavitem, a.topnavitem:visited
{
  background-color: #1885ff;
  color: #ffffff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavitem:hover, a.topnavitem:active
{
  background-color: #00a0ff;
  color: #ffffff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavactive, a.topnavactive:visited
{
  background-color: #ffca00;
  color: #1885ff;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

a.topnavactive:hover, a.topnavactive:active
{
  background-color: #ffca00;
  color: #ff0000;
  padding: 6px 0px 6px 0px;
  font-weight: bold;
  text-decoration: none;
}

div.leftnav
{
  position: absolute;
  left: 10px;
  top: 120px;
  width: 140px;
  margin: 0;
  padding: 0;
  font: 11pt sans-serif;
}

a.leftnavitem, a.leftnavitem:visited
{
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #000080;
  background-color: transparent;
}

a.leftnavitem:hover, a.leftnavitem:active
{
  margin-top: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
  background-color: transparent;
}

a.leftnavitemcurrent, a.leftnavitemcurrent:visited
{
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
  color: #0080ff;
  background-color: transparent;
}

a.leftnavitemcurrent:hover, a.leftnavitemcurrent:active
{
  margin-top: 4px;
  text-decoration: none;
  font-weight: bold;
  color: #ff0000;
  background-color: transparent;
}

ul.leftnav
{
  margin: 0;
  padding-left: 12px;
#  list-style: none;
}

a.leftnavpage, a.leftnavpage:visited
{
  text-decoration: none;
  color: #000080;
  background-color: transparent;
}

a.leftnavpage:hover, a.leftnavpage:active
{
  text-decoration: none;
  color: #ff0000;
  background-color: transparent;
}

span.leftnavpagecurrent
{
  color: #0080ff;
  background-color: transparent;
}

/*div.mainbox
{
  margin: 10px 10px 10px 160px;
  padding: 1em;
  color: #000080;
  background-color: #ffffff;
  border: solid #000080 1px;
  font: 12pt serif;
}*/

div.mainbox
{
  margin: 10px 10px 10px 160px;
  padding: 1em;
  color: #1885ff;
/*  background-color: #ffffff;*/
  background: #ffffff; 
  border: solid #1885ff 2px;
  font: 12pt sans-serif;
}

textarea.serif, input.serif
{
  color: #000080;
  background-color: #ffffff;
  font: 12pt serif;
  width: 100%;
  padding: 2px;
}

select.serif
{
  color: #000080;
  background-color: #ffffff;
  font: 12pt serif;
  padding: 1px;
}

div.bottomspace
{
  margin-bottom: 8px;
}

td.right
{
  text-align: right;
}
img.button
{
  float: left;
  width: 88px;
  height: 31px;
  border: 0;
  padding: 0;
}
img.right
{
  float: right;
#  border: inset #badaff 2px;
  border: 0px;
  margin-left: 8px;
  margin-bottom: 8px;
}
img.left
{
  float: left;
  border: inset #badaff 2px;
  margin-right: 8px;
  margin-bottom: 8px;
}
div.imgright
{
  width: 300px;
  float: right;
  border: 1px solid;
  margin-left: 8px;
  margin-bottom: 8px;
  text-align: center;
}
img.normal
{
  border: 0;
}
p.imagetext
{
  font-size: 90%;
  font-style: italic;
  margin: 5px;
}

div.left
{
  float: left;
}
div.right
{
  float: right;
}
div.rfooter
{
  text-align: right;
  font-style: italic;
}

div.control
{
  position: fixed;
  width: auto;
  bottom: 20px;
  right: 20px;
  color: #000080;
  background-color: #e0e0e0;
  border: outset #000080 3px;
}
li.nobullet
{
  list-style: none;
}
img.logoleft
{
  position: absolute;
  left: 20px;
  top: 400px;
  border: 0;
}
