/* CSS Document */

body{margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-color: #B3B3B3;}

.maincnt{
height:100%;
width:100%;
text-align:center;}

.innercnt{
width:600px;
height:auto;
text-align:left;
min-height:100%;
margin: auto !important;
overflow:auto;
background-color:#1A79B0;
overflow:visible;
}

.header{width:590px !important;
width:600px;
height:70px;
text-align:left;
padding:15px 0px 15px 10px;
background-color:#ffffff;
border-bottom:1px solid #B3B3B3;}

.textcnt{width:600px;
height:100%;
background-color:#ffffff;
text-align:left;
overflow:visible;}

.menucnt{height:100%;
background-color:#1A79B0;
color:#ffffff;
width:100px;
float:left;

overflow:auto;
}

.txtinnercnt{height:auto;
width:459px !important;
width:475px;
float:left;
padding:20px 20px 20px 20px;
background-color:#ffffff;
border-left:1px solid #B3B3B3;}

.headertext{color:#1A79B0;
font-size:16px;
font-weight:bold;}

.menucnt ul {list-style-type: none; /* get rid of the bullets */
  padding:0px;             /* no padding */
  margin:0px; }
  
.menucnt ul li {
  margin: 0px;
 padding: 0px;
 display:block;
 border-bottom: 1px solid #B3B3B3;}
 
.menucnt ul li a {
  display: block;         /* lines extend to right, make area clickable */
 padding:5px 5px 5px 10px;
  margin:0;
  text-decoration: none;
  height:15px; color:#ffffff;}
  
 .menucnt ul li a:hover {
  background-color: #5CB2E4;
  color:#ffffff;}
  
   .menucnt ul li.on {
  background-color: #5CB2E4;
  color:#ffffff;}
  
  .contactcont{width:450px;
  float:left;
  overflow:visible;}
  .formnames{float:left;
  width:80px;
  height:30px;
  padding:5px 5px 5px 5px;
   overflow:visible;}
   
     .formnames1{float:left;
  width:80px;
  height:auto;
  padding:5px 5px 5px 5px;
   overflow:visible;
   }
   .formfields{float:left;
  width:330px;
    height:30px;
  padding:5px 5px 5px 5px;
  overflow:visible;}
  
  ul{margin-left:15px;
  list-style-position:outside;}