
body{
       	background-color: #fff;
       	font-family: arial, verdana, sans;
}

#fieldset {
  margin-bottom: 10px;
}
legend {
  font-weight: bold;
}
label {
  font:100% "times new roman";
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  width: 200px;
}


fieldset ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#fieldset li {
  display: inline;
  padding: 5px;
  margin: 0;
}
em {
  font:100% "times new roman";
  font-weight: bold;
  font-style: normal;
  color: #f00;
}


#form {
width: 20em;
clear: both;
}

#footer {
        font-weight: bolder;
        font-size: 16px;
        text-align: center;
        border-top: #000000 1px solid;
        width: 100%;
        position: relative;
        bottom: -10px;

}
	 #header {
                background:#eee;
                text-align:center;
         }

        h1 {
                margin:0px 0px 10px 0px;
                font-size:18px;
                padding-top:10px;
	}

        #center {
                width:100%;
                padding:0px;
                float:left;
                background:#eee;
                height:auto;
        }
.subBanner
{
        width: 100%;
        background-color: #003D76;
        color: #ffffff;
        text-align: center;
        font-family: arial, verdana, sans;
        font-size: 16px;
        font-weight: bolder;

}
