    body{
      font-family: Verdana, Arial;
      font-size: 10pt;
    }
    h1{
      font-size: 14px;
    }
	h2{
      font-size: 12px;
	}
    img{
      border: 0px;
    }
    #topTitle{
      font-size: 14pt;
      margin-bottom: 15px;
      display: none;
    }
    /*begin menu init*/
    .menuitem{
      width: 75px;
	  font-size: 8pt;
      height: 30px;
      position: relative;
      line-height: 16px;
      top: 0px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 2px;
      float: left;
      text-decoration: none;
      text-align: center;
      color: #000000;
    }
    .menuitem:link{
      background: url('images/menuItem1.png');
      background-repeat: no-repeat;
      background-position: bottom;
    }
    .menuitem:visited{
      background: url('images/menuItem1.png');
      background-repeat: no-repeat;
      background-position: bottom;
    }
    .menuitem:hover{
      background: url('images/menuItem3.png');
      background-repeat: no-repeat;
      background-position: bottom;
    }
    /*end menu init*/
    .contentLeft{
      float: left;
      width: 720px;
	  padding-left: 20px;
	  padding-right: 20px;
    }
    .contentRight{
      float: left;
      width: 200px;
    }
    #contain{
      width: 900px;
      margin-left: auto;
      margin-right: auto;
      min-height: 800px;
      display: block;
      overflow: auto;
      border: 1px solid #000000;
    }
    #header{
      background-color: #006da6;
      height: 100px;
      width: 900px;
      border-bottom: 1px solid #006da6;
    }
    #menu{
      background: url('images/nav.png');
      height: 35px;
      width: 900px;
    }
    #advertise{
      padding-left: 5px;
      width: 135px;
    }
    .domainTable{
      border: 1px solid #ffffff;
      border-collapse: separate;
      text-align: center;
      margin-left: 20px;
      display: block;
    }