/* generated by csscreator.com */
html, body{
   margin: 10px 0px 0 0;
   padding:0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   margin: 25px 0 0 0;
   text-align: center;
   }

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
   margin: 0 20px 20px 0;
   text-align: center;
   width:650px;
   }

P {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   margin: 0 75px 10px 75px;
   text-align: center;
   font-weight: normal;
   width:500px;
   }

#text, textb {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   margin: 0 0 0 0;
   text-align: center;
   font-weight:normal;
   }

.textb{font-weight:bold;}

#pagewidth{
   width:650px;
   text-align:left;
   margin-left:auto;
   margin-right:auto;
   /*    border: 2px solid #263D5D;    */
   }
 
#header{
   position:relative;
   background-color:#FFFFFF;
   width:100%;
   margin-bottom: 20px;

}

#maincol{
   background-color: #FFFFFF;
   display:inline;
   width:550px;
   position:relative;
   margin-left:50px;
   margin-right:50px;
   }

#footer{
   clear:both;
   margin-left: 140px;
   margin-top: 30px;
   }

label{
   float: left;
   width: 180px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   text-align: right;
   }

.italic{
   font-size: 11px;
   font-style: italic;
   font-weight:normal
   }

input{
   width: 280px;
   margin: 0 0 0 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }

textarea{
   margin: 0 0 0 170px;
   width: 300px;
   height: 80px;
   }

#radio{
   width: 70px;

   }

#CheckBox{
   width: 70px;
   }

#submitbutton{
   margin: 0 0 20px 250px;
   width: 150px;
   }

br{
   clear: left;
   }

td{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }

ul {
   margin: 0 0 0 185px;
   list-style: none;

}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

