﻿body{
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  margin: 0 0 0 0;
  background-image: url('images/background.png');
}
h1{
  font-weight: bold;
  font-style: italic;
  font-size: 15pt;
  margin: 4px auto 5px auto;
}
h2{
  font-weight: bold;
  font-size: 11pt;
  margin: 10px auto 2px auto;
}
h3{
  font-weight: bold;
  font-size: 10pt;
  margin: 1px auto 0 auto;
}
img{
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
p{
  margin: 2px 5px 2px 5px;
  text-align: justify;
}
ul{
  list-style-type: circle;
  font-size: 11pt;
}
ul.smallList{
  font-size: 9pt;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 20px;
  line-height: 1.3;
}


#adSquare{
  border: dashed thin #000000;
  background-color: #adf0ab;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
  margin: 10px 28px 8px auto;
  float: left;
  width: 200px;
}
#footer{
  text-align: center;
  font-size: 8pt;
  color: #FFFFFF;
  background-color: #339933;
}
#header{
  background-image: url('images/header.png');
  background-repeat: no-repeat;
  height: 100px;
  background-color: #fff0da;
}
#headerNavBar{
  background-color: #339933;
  height: 17px;
}
#hwsLogin{
  font-size: 7pt;
}
#mainBox{
  border: solid 5px #000000;
  width: 850px;
  /*height: 502px;*/
  margin: 0 auto 0 auto;
}
#mainContent{
  
}
#mainInsideBox{
  border: solid 6px #339933;
  width: 838px;
  /*height: 490px;*/
}
#mainTextArea{
  background-color: #fff0da;
  vertical-align: top;
  padding-left: 8px;
  padding-right: 8px;
}
#nav{
  margin-left: 160px;
}


.footerLink{
  color: #FFFFFF;
  text-decoration: none;
}
.inputForm{
  width: 95%;
  font-size: 10pt;
  border: solid thin #ff9900;
}
.navButton{
  float: left;
  height: 17px;
  padding-right: 7px;
  padding-left: 7px;
  border-right: solid thin #FFFFFF;
  font-size: 10pt;
  color: #FFFFFF;
  cursor: pointer;
}
.navButton:hover{
  text-decoration: underline;
}
.navButtonNoClick{
  float: left;
  height: 17px;
  padding-right: 7px;
  padding-left: 50px;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold;
}
.smallText{
  font-size: 7pt;
}
.super{
  vertical-align: super;
  font-size: 7pt;
}
