﻿
*{
  margin:0px;
  padding:0px;
}

body{
  font-family: "Courier New", Courier, monospace;
  font-size: 12pt;
}

div#mainframe{
  width:1024px;
  /*height:800px;*/
  /*margin:0 auto;*/
  /*background-color: #36C;*/
  background: #ffffff;
  border: solid 2px gray;
  margin:10px auto;
  padding:0px;
}
div#banner{
  width:100%;
  height:140px;
  margin:0 auto;
  position:relative;
  background-color: #ffffff;
  border: none;
}

a:link, a:visited, a:hover{
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  letter-spacing: 0px;
  word-spacing: 2px;
  color: #000000;
  font-weight: 700;
  text-decoration: rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

div#menu{
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  width:100%;
  height:25px;
  margin:0px;
  padding:0px;
  position:relative;
  background-color: #ffffff;
  border-top: solid 2px gray;
  border-bottom: solid 2px gray;
  border-left: 0px;
  border-right:0px;
}

div.menuitem{
  float:left;
  width:250px;
  height:25px;
  margin:2px;
}

div.menuitem:hover{
  float:left;
  width:250px;
  height:25px;
}

p.menutext{
  text-align:center;
}

div#content{
  width:100%;
  /*height:60%;*/
  margin:0px;
  padding:0px;
  position:absoulute;
  background-color: #ffffff;
  border: none;
  font-size: 13px;
  /*overflow: scroll;*/
}

.contentTable{
  width:100%;
  height:100%;
  border: none;
  margin:0px;
  padding:0px;
  background-color: #ffffff;
}

div#contentTop{
  width:100%;
  height:10px;
  margin:0px;
  padding:0px;
  position:absoulute;
  background-color: #ffffff;
  border: none;
}

div#contentBottom{
  width:100%;
  height:25px;
  margin:0px;
  padding:0px;
  position:absoulute;
  background-color: #ffffff;
  border: none;
  font-size: 13px;
}

td.leftMarginTd{
  width:20px;
  background-color: #ffffff;
}

td.rightMarginTd{
  width:20px;
  background-color: #ffffff;
}

div#contentEmpty{
  width:100%;
  height:500px;
  margin:0px;
  padding:0px;
  position:absoulute;
  background-color: #ffffff;
  border: none;
}

div#hashFormat{
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  letter-spacing: 0px;
  word-spacing: 0px;
  color: #000000;
  /*font-weight: 700;
  text-decoration: rgb(68, 68, 68);*/
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

div#bannerTitle{
  padding-top:20px;
  padding-left:40px;
}

.labelTitle{
  font-family: "Courier New", Courier, monospace;
  font-size: 60px;
  letter-spacing: 0px;
  word-spacing: 2px;
  color: #000000;
  font-weight: 700;
  text-decoration: rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

div#bannerSubTitle{
  padding-top:0px;
  padding-left:80px;
}

.labelSubTitle{
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  letter-spacing: 0px;
  word-spacing: 2px;
  color: gray;
  font-weight: 700;
  text-decoration: rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

div#title{
  width:780px;
  height:100px;
  margin:0 auto;
}

p.titletext{
  text-align:center;
  font-size:48pt;
  margin-top:10px;
  color:#FFFFFF;
  font-weight:600;
  letter-spacing: 20px;
}
