/*
//Reset some HTML5 tags for older browsers
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{
    display: block;
    }
*/

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    font-family: verdana, helvetica;
    font-size: 8pt;
}


.header {
   background-color: #FFFFFF;
   height: 250px;
   clear:both;
   text-align: center;
}


.header img {
   clear:both;
}

.nav {
   background-color: #000000;
   text-align: center;
   height: 25px;
   padding-top:10px;
   color: #FFFFFF;
   -webkit-box-shadow: 0px 0px 6px 0px black;
}

.nav a {
    margin-left: 50px;
    color: #FFFFFF;
    text-decoration: none;
}

.section {
 width:100%;
 margin-right:auto;margin-left:auto;
 margin-top: 5%;
 text-align: center;
 color: #000000;
}

form {
   position: relative;
   left: 25%;
   width: 50%
}


label {
   display:block;
   margin-top: 5px;
}

label.normal {
   display:inline;
   margin-top: 5px;
}

.footer {
       padding: 5px; 
       height: 25px;
       width: 100%;
       position: absolute;
       bottom: 0px;
       color: #FFFFFF;
       text-align: center;
       background-color: #000081;
	  -webkit-box-shadow: 0px 0px 6px 0px #000081;
}
.footer a {
    color: #FFFFFF;
    text-decoration: none;
}

a {
    color: #000081;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input, .input {
    vertical-align: top;
    border: 1px solid #FFFFFF;
    width: 210px;
    font-family: Verdana, Helvetica;
    background-repeat: no-repeat;
    font-size: 7pt;
    color: #666666;
    text-align: left;
    text-indent: 3px;
}

.input {
   width: 500px;

}


.bSubmit {
    vertical-align: top;
    border: 1px solid #FFFFFF;
    text-indent: 3px;
    color: #000088;
    font-family: Verdana, Helvetica;
    background-repeat: no-repeat;
    font-size: 7pt;
    color: #666666;
    text-align: left;
    text-indent: 3px;
    background: #FFFFFF;
    width: 150px;
    height: 18px;
    margin-top: 15px;
    cursor: pointer;
    vertical-align: middle;
    display:inline;
}


.noborder {
    border: 0px;
    clear: both;
}