
/*GENERAL STYLE*/

body {
    font-family: 'Open Sans', serif;
    padding:0px;
    margin:0px;
    background:url("image/bgmain.jpg") repeat-x;
  }
a{
    color:#fff;
    text-decoration:none;
    
}

.bodyMainWrapper
{
    width:1050px;
    margin-left: 10%;
    margin-right: 10%;
}

.column1 {
    float: left;
    width: 240px;
    padding-left: 20px;
    padding-top:0px;
    height: 1000px; 
    background:#A2D9CE;
    border-radius:15px 0px 0px 0px;
    text-align: center;
  
    
   
     
}
.column2 {
    float: roght;
    width: 800px;
    padding-top:0px;
    height:auto; /* Should be removed. Only for demonstration */
    margin-top:0px;
     margin-left:260px;
     background:#E8F8F5;
      height: auto; 
      border-radius:0px 18px 0px 0px;
}

.headerTop
{
    width:100%;
    height:110px;
    background:#A2D9CE;
    border-radius:0px 20px 0px 0px;
    font-size: 1.1em;
    font-weight: 800;
    color:#055A67;
    text-align: center;
    
    
     
   
}

.divBodyText
{
    width:90%;
    height:auto;
    margin-left: 20px;
    margin-right: 20px;
    padding:20px;
    text-align: justify;
    font-family: sans-serif;
    font-size: .985em;
    text-indent:30px;
    line-height: 24px;
          
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}

.dropdown {
    width:210px;
    padding:5px;
     background-color:#055A67;
    text-align: left;
    font-size: 1em;
    font-weight: 400;
    color:#fff;
    border-radius:15px;
    border-bottom: groove;
    position:static;
    display:inline-block;
   text-indent: 20px;
  
}

.dropdown:hover
{
    background-color:#5499C7;
}

.dropdown-content {
    width:200px;
    padding:5px;
    display:none;
    position:absolute;
     background-color:none;
    text-align:left;
    font-size: 1em;
    font-weight: 300;
    color:#fff;
    border-radius:15px;
    border:none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding:5px;
    z-index: 1;
    text-indent: 30px;
}

.dropdown:hover .dropdown-content {
    display:inherit;
    margin-top: 0px;
    margin-left: 70px;
}

.dropdownnext 
{
    width:180px;
    padding:5px;
     background-color:#055A67;
    text-align: left;
    font-size: .889em;
    font-weight: 400;
    color:#fff;
    border-radius:15px;
   border:groove;
}
.dropdownnext:hover
{
   background-color:#5499C7;  
}

.dateBlock
{
  width:210px;
  height:320px;
  background:#1E6882;
  font-size: .925em;
  font-weight: 100;
  float: right;
  text-align: center;
  color:#fff; 
    position:static;
   border-radius:25px 0px 25px 0px;
   border:groove;
   margin-right: 20px;
 
}

.centerBlock
{
  width:400px;
  height:auto;
  background:none;
  font-size: .987;
   float: left;
  margin-left:5px;
  text-align: justify;
   margin-top: 0px;
   margin-right: 210px; 
}

table ul li
{
   list-style:none;
   list-style-position:inherit; 
}

.titleMain
{
height:30px;
width:400px;
margin-left: 150px;
text-align: center;
  font-size: 1.3em;
  font-weight: 500;
  color:#fff;
  background:#055A67; 
  border-radius:35px 0px 35px 0px;
  padding:5px;
  border-bottom: groove; 
}

.titleSubMain
{
height:25px;
width:740px;
text-align: center;
font-size: 1.2em;
font-weight: 500;
color:#fff;
background:#b55A67; 
border-radius:10px;
padding:5px; 
}


.masterFooter
{
 width:1050px;
 height:40px;
 background:#A2D9CE;
 font-size: .956em;
 font-weight: 600;
 color:#990000; 
 padding:5px;
 text-align: center; 
 margin-bottom: 0px; 
 border-radius:0px 0px 15px 15px;
}

