.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #CCC;
  color: #000;
}
.site-all {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #FFF;
  background-image: url(/images/bg3.gif);
  background-position: 22% 0%;
  background-repeat: repeat-y;
  color: #000;
}
* html .site-all {
  /* See <http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html> */
  height: 100%;
}
.site-head {
}
.site-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #000;
  width: 100%;
  height: 30px;
}
* html .site-foot {
  /* See <http://www.info.com.ph/~etan/w3pantheon/style/modifiedsbmh.html> */
  height: 31px;
  he\ight: 30px;
}
.site-body {
  padding-bottom: 31px;
}
.site-main {
  float: right;
  width: 78%;
  overflow: hidden;
  color: #000;
}
.site-title {
  background-color: #CCC;
  background-image: url(/images/bg1.jpg);
  background-repeat: no-repeat;
  color: #FFF;
  padding: 0 .5em;
  height: 90px;
  overflow: hidden;
}
.site-bar {
  background-color: #696;
  background-image: url(/images/bg2.jpg);
  background-repeat: no-repeat;
  line-height: 30px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 83.4%;
  color: #FFF;
  padding: 0 .6em;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.site-bar :link, .site-bar :visited {
  color: #FF0;
}
.site-topitem {
  font-weight: bold;
}
.site-side {
  float: right;
  width: 22%;
  overflow: hidden;
  background-color: #060;
  font-family: Verdana, Arial, sans-serif;
  font-size: 83.4%;
  color: #FFF;
}
.site-side :link, .site-side :visited {
  color: #FF0;
}
.site-icon {
  float: right;
  padding: 4px;
}
.site-icon :link, .site-icon :visited {
  display: block;
}
.site-icon img {
  display: block;
  border: 0;
}
.section {
  padding: 0 .5em;
  margin-bottom: .5em;
  border-top: 1px solid #000;
}
h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 120%;
  font-weight: bold;
}
h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
  font-weight: bold;
}
.section h2 {
  margin: 0 -.4166em .4166em;
  border-bottom: 1px dashed #000;
  padding: .1em .4166em;
}
.site-main .section {
  border-left: 1px solid #000;
}
.site-main .section h2 {
  background-color: #EEE;
  color: #000;
}
.site-side .section h2 {
  background-color: #080;
  color: #FFF;
}
.site-title h1 {
  margin: 0;
  padding: 0;
  line-height: 90px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 150%;
  font-weight: bold;
  white-space: nowrap;
}
.site-title :link, .site-title :visited {
  text-decoration: none;
  color: #FFF;
}
ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.nav li {
  margin: 0;
  padding: 0;
}
ul.nav ul.nav {
  list-style-type: circle;
  margin-left: 1.5em;
}
ul.nav div {
  padding: 2px;
}
ul.nav div.par {
}
ul.nav div.sel {
  background-color: #080;
  color: #FFF;
  border: 1px solid #0A0;
  padding: 1px;
}
ul.nav div.sel :link, ul.nav div.sel :visited {
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}
.note {
  border: 1px solid #990;
  background-color: #FFC;
  color: #000;
  padding: .25em;
}

.sform .error {
  color: #F00;
}
.sform .line {
  margin-bottom: .5em;
}
.sform .left {
  float: left;
  width: 8em;
}
.sform label {
  cursor: pointer;
}

.ahem {
  display: none;
}

dl.pagelist dt {
  margin-top: 1em;
}
dl.pagelist .icon {
  float: left;
  margin: .25em .5em 0 0;
}
dl.pagelist .icon img {
  border: 0;
}
dl.pagelist dt {
  font-weight: bold;
}
dl.pagelist dd {
  margin-left: 0;
  margin-bottom: 1em;
}
dl.news dt {
  font-weight: bold;
}

.avilist {
  position: relative;
  width: 100%;
  clear: both;
}
.avilist .col {
  float: left;
  width: 32%;
  font-size: 83.4%;
}
.avilist .col h3 {
  text-align: center;
}
.avilist .mar {
  float: left;
  width: 2%;
  height: 1px;
}
