@charset "utf-8";

body	{
    font-family: Helvetica, Arial, sans-serif;
    height:auto;
}

.header{
    width:1050px;
    height: 100px;
    margin-top: 30px;
    padding: 20px;
    border-top: 2px #000000 solid;
    border-left: 2px #000000 solid;
    border-right: 2px #000000 solid;
}

.menuDv	{
  width: 1050px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 20px;
  border-left: 2px #000000 solid;
  border-right: 2px #000000 solid;
  height:auto;
}

.content {
    width:1050px;
    text-align:left;
    height:auto;
    padding: 20px;
    border-left: 2px #000000 solid;
    border-right: 2px #000000 solid;
}

.footer {
    width:1050px;
    height: 120px;
    color:#fff;
    text-align: left;
    font-size: 11.5px;
    padding: 20px;
    border-bottom: 2px #000000 solid;
    border-left: 2px #000000 solid;
    border-right: 2px #000000 solid;
}

    .footer a{
        color:#000000;
        font-weight: bold;
    }

    .footer a:hover{
        color:#805281;
        font-weight: bold;
    }

/* Header Image */

.leftpic {
width:80px;
height:70px;
}

.rightpic {
 width:150px;
 height:50px;
 margin-top: 17px;
}

/* Text Layout */

.textstyles {
 text-decoration:none;
 font-size: 14px;
 font-weight:bold;
}
    .textstyles a{
        color:#000000;
        font-weight: bold;
    }

    .textstyles a:hover{
        color:#805281;
        font-weight: bold;
    }

/* Home Page Buttons */

.bline li {
display: inline;
list-style-type: none;
}

.importables {
width:120px;
height:40px;
margin-top:15px;
}

.exportables {
width:120px;
height:40px;
margin-top:15px;
margin-right: 5px;
}

.ip {
width:120px;
height:50px;
margin-top:20px;
}

.ed {
width:120px;
height:50px;
margin-top:20px;
margin-right: 5px;
}

/* Menu */

.menuBg	{
  float:left;
  width: 1050px;
  background-repeat: repeat;
  background-color:#666666;
  height: 25px;
}

ul.menu	{
  width: 100%;
  margin: 0 auto;
}

ul.menu li	{
  float:left;
  height: 25px;
  margin-right: 25px;
  line-height: 25px;
  list-style-type: none;
}

ul.menu li a	{
  background-color: transparent;
  padding:3px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

ul.menu li a:hover  {
  background-color: #cccccc;
  padding:3px;
  background-position: center;
  color: #333333;
  text-decoration: none;
}

td.brdL{
    border-left:  1px solid;
}
td.brdR{
    border-right:  1px solid;
}
td.brdB{
    border-bottom:   1px solid;
}
td.brdT{
    border-top:  1px solid;
}
.notrequired{
    font-size: 12pxpx;
    border:1px solid #9F6000;
}