* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

body {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  text-align: center;
  font-family: Verdana, Arial;
  font-size: 10pt;
}


H1 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 22pt;
	color: red;
}

H2 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 20pt;
	color: red;
}

H3 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18pt;
}

H4 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16pt;
}

H5 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 14pt;
}

H6 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 13pt;
	margin: 1pt;
}

A:visited {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

A:link {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

A:active {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

TH {
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: white;
}

LI, TR, TD {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

#frame {
  margin-left: auto;
  margin-right: auto;
  width: 1050px;
  background: #cc0000;
  align: center;
}

#leftColumn {
  width: 180px;
  float: left;
  background: #cc0000;
  text-align: left;
}

#centerColumn {
  width: 675px;
  float: right;
  background: #FFFFFF;
  text-align: left;
  padding-left: 15px;
}

#rightColumn {
  width: 180px;
  float: right;
  background: #cc0000;
}

#enclose {
  width: 870px;
  float: left;
}

#header {
  clear: both;
  padding-bottom: 0.5em;
  text-align: center;
  background: #cc0000;
  color: #ffffff;
  font-size: 22;
}

#footer {
  clear: both;
  padding-top: 1em;
  text-align: center;
  background: #cc0000;
}

#navsite p {
  display: none;
}

#navsite {
  width: 179px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 0;
  margin-bottom: 0em;
  background-color: #000000;
  color: #000000;
}

#navsite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navsite ul li {
  margin: 0;
  border-top: 1px solid #000000;
}

#navsite ul li a {
  display: block;
  padding: 2px 2px 2px 0.5em;
  border-left: 10px solid #cc0000;
  border-right: 1px solid #cc0000;
  border-bottom: 0px solid #cc0000;
  background-color: #cc0000;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  font-size: 18px;
}

html>body #navsite ul li a {
  width: auto;
}

#navsite ul li a:hover {
  border-left: 10px solid #ffff00;
  border-right: 1px solid #cc0000;
  border-bottom: 0px solid #cc0000;
  background-color: #ffffff;
  color: #cc0000;
}

#subnavsite {
  font-size: 0.8em;
  width: 179px;
  border-right: 1px solid #000000;
  border-bottom: 0px solid #000000;
  padding: 0;
  margin-bottom: 0em;
  background-color: #000000;
  color: #000000;
}

#subnavsite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subnavsite ul li {
  margin: 0;
  border-top: 1px solid #000000;
}

#subnavsite ul li a {
  display: block;
  padding: 2px 2px 2px 1.5em;
  border-left: 20px solid #cc0000;
  border-right: 1px solid #cc0000;
  border-bottom: 0px solid #cc0000;
  background-color: #ffffff;
  color: #cc0000;
  text-decoration: none;
  width: 100%;
}

html>body #subnavsite ul li a {
  width: auto;
}

#subnavsite ul li a:hover {
  border-left: 20px solid #000000;
  border-right: 1px solid #cc0000;
  border-bottom: 0px solid #cc0000;
  background-color: #ffff00;
  color: #000000;
}

