body {
  margin: 0px 0px 0px 0px;
  top: 0px; 		
  background-color: #D9D9D9;
}

a { 
  color: #770000;
}

a:link	{}

a:visited {}

a:active {}

a:hover	{
   color: #FD00FD; 
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

.copyright {
  text-align: center;
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

.banner	{
  background-color: #FFFFFF;
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 20pt;
  color:#FF0000;
  text-align:left;
  padding: 10px;
}

.banner h1 {
  position:absolute;
  left: 230px;
  top: 55px;
  font-family: "times new roman", verdana, helvetica, sans-serif;
  color: #888888;
  font-size: 18pt;
  font-weight: 900;
  font-variant: small-caps;
  letter-spacing: 0.25em;
  text-decoration: none; 
}

.banner img {
  margin-top: 5px;
  margin-bottom: 5px;
}

.banner a{
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 25pt;
  color: #FF0000;
  text-decoration: none; 
}

.banner a:link {}

.banner a:visited {}

.banner a:active {}

.banner a:hover	{
  font-family: "times new roman", verdana, helvetica, sans-serif;
  color: #660000;
  text-decoration: none;
}

#ranquote {
  font-family: "times new roman", verdana, helvetica, sans-serif;;
  color: #FFCC33;
  font-size: 8pt;
  text-transform: none;
  position: absolute;
  top: 8%; left: 48%; right: 0; width: 40em;
  margin-left: auto;
  margin-right:auto;
  text-align:right;
}

.blue-nav {
  background-color: #FFFFFF;
  font-family: "times new roman", verdana, helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none; 
  line-height: 17px;
  text-align: center;
  border-bottom: 3px solid #888888;
}

.support { 
  text-align: center;
}

.support a {
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 25pt;
  color: #FF0000;
  text-decoration: none;
}

.support a:link {}

.support a:visited {}

.support a:active {}

.support a:hover	{
  font-family: "times new roman", verdana, helvetica, sans-serif;
  color: #660000;
  text-decoration: none;
}

.payload { 
  font-size: 0.9em;
  width: auto;
  min-width: 120px;
  margin: 8px;
  z-index: 3;
  margin-left: 200px;
  padding-left: 20px;
}

.payload2 { 
  padding: 16px;
  border: 1px solid #888888;
  background-color: #FFFFFF;
}

.payload2 a { 
  color: #770000;
}

.payload2 a:link {}

.payload2 a:visited {}

.payload2 a:active {}

.payload2 a:hover {
 text-decoration: underline;
 background-color: #FD00FD;
 color: #FFFFFF; 
}

.sshot { 
  text-align: center;
  border: 1px solid #888888;
  padding-left:  10px;  
  padding-right: 10px;
  background-color: #D6D6D6;
}

.sshot a { 
  color: #770000;
}

.sshot a:link {}

.sshot a:visited {}

.sshot a:active {}

.sshot a:hover {
 text-decoration: underline;
 background-color: #FD00FD; 
 color: #FFFFFF; 
}

.download {
  text-align: right;
  border: 1px solid #888888;
  padding-left:  10px;  
  padding-right: 10px;
  background-color: #D6D6D6;
}

.download a { 
  color: #770000;
}

.download a:link {}

.download a:visited {}

.download a:active {}

.download a:hover {
 text-decoration: underline;
 background-color: #FD00FD; 
 color: #FFFFFF; 
}

#lefthalf { 
  position: absolute;
  z-index: 2;
  width: 11em;
  min-width: 200px;
  margin-top: 8px;
  margin-left: 5px;
  left: 0px;
  color: #555555;
  font-size: 0.9em;
  text-decoration: none;
}

/* Menu */
#menu { 
  list-style: none;
  padding: 0;
  margin: 0;
  width: 200px;
  border: 1px solid #888888;
  background-color: #EEEEEE;
}

#menu li { 
  font-family: "times new roman", verdana, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

#menu a { 
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  text-decoration: none;
  padding: 2px 0 2px 2px;
  border-bottom: 2px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-left: 2px none;
  margin-left: 2px;
}

#menu a:hover { 
  color: #FFFFFF;
  padding: 2px 0 2px 6px;
  background-color: #FD00FD;
  border-bottom: 2px solid #FFFFFF;
  margin-left: 4px;
  margin-right: 4px;
}

/* sub menu */
#menu ul {
  padding: 0;
  margin: 0; 
  border: 1px solid silver;
  font-family: sans-serif;
}

#menu li { 
  list-style-type: none; 
  position: relative;
}

ul#menu ul {
  display: none;
}

ul#menu li:hover > ul {
  display: block; 
  position: absolute; 
  background-color: #FFFFEE;
  /* top: -1px; */
  /* left: 100%; */
}

ul#menu > li.sub:hover > ul {
  width: 10em;
  top: -0.1em;
  left: 9em;
}

li.sub > a {
  font-weight: bold; 
  background: #FFE;
}

li.submenu > a {
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  text-decoration: none;
  padding: 2px 0 2px 2px;
  border-bottom: 2px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-left: 2px none;
  margin-left: 2px;
}

li.submenu > a:hover { 
  color: #FFFFFF;
  padding: 2px 0 2px 6px;
  background-color: #FD00FD;
  border-bottom: 2px solid #FFFFFF;
  margin-left: 4px;
  margin-right: 4px;
}

iframe.c2 {
  border:none;
}

div.c1 {
  text-align: center;
}

