body {
	font-family:  Verdana, Arial, Helvetica, sans-serif; color: #000000; margin:0; padding:0;
    background: #ffffff; background-size:100%;
	
}

p { color: #1e1e1e; font-size: 13px; font-family:  Verdana, Serif, Arial, Helvetica, sans-serif;}


h1 { font-family:  Palatino Linotype, Serif, Arial, Courier New, sans-serif; color: #191970; font-size: 50px;
line-height:30%;
}
h2 { font-family:  Palatino Linotype, Serif, Arial, Courier New, sans-serif; color: #000000; font-size: 20px;}
h3 { font-family:   Verdana, Arial,   Helvetica, sans-serif; color: #000000;  font-size: 15px;}

h4 { font-family:  Verdana, Arial,   Helvetica, sans-serif; color: #000000; font-size: 13px;}

h5 { font-family: Verdana, Arial,   Helvetica, sans-serif; color: #8e9949; font-size: 13px;}

ul {font-size: 13px; color: #1e1e1e; font-family:   Verdana, Arial, Helvetica, sans-serif; text-align: left;}

ol {font-size: 13px; color: #1e1e1e; font-family:   Verdana, Arial, Helvetica, sans-serif; text-align: left;}


input {
  background-color: #ffffff;
  font-weight: bold;
  font-style: italic;
  border: 0px;
  font-family: Palatino Linotype, sans-serif; color: #707070; font-size: 17px;
}
select {
	font: bold 11px verdana, arial, helvetica, geneva, sans-serif;
	background-color: #e6ddd4;
	border: outset #e6ddd4;
	color: #400000;
}


td {
	font-size: 13px; color: #ffffff; font-family: Verdana,  Verdana, Arial, Helvetica, sans-serif;   
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;  color: #ffffff; valign: top; font-size: 13px;
}




 a:link { color: #191970; text-decoration: none }
 a:hover { color: #191970; text-decoration: none }
 a:active { color: #191970; text-decoration: none }
 a:visited { color: #191970; text-decoration: none }



hr {color: #999;
background-color: #999;
height: 1px;}


 

#imgId {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1400px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;

}






#imgId200 {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:150px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;

}

#tableId {
    /* Set the width dynamically depending on the width of the browser window */
    width:90%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1200px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;

border-left: 1px solid #777779;
border-right: 1px solid #777779;
border-top: 1px solid #777779;
border-bottom: 1px solid #777779;
padding: 1px;

 -moz-border-radius: 5px;
 border-radius: 5px;

}


#tableborderId {
    /* Set the width dynamically depending on the width of the browser window */
    width:90%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1200px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;

border-left: 1px solid #777779;
border-right: 1px solid #777779;
border-top: 1px solid #777779;
border-bottom: 1px solid #777779;
padding: 1px;
border: 1px solid black;

 -moz-border-radius: 5px;
 border-radius: 5px;

}

#tdId { border: 1px solid black; }

#tableId1 {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1200px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:60;


}

#tableId2 {
    /* Set the width dynamically depending on the width of the browser window */
    width:100%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1200px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;
padding: 20px;
background-color: #ffffff;
}
  
#tableId3 {
    /* Set the width dynamically depending on the width of the browser window */
    width:95%;
    /* dont enlarge the image more, than its initial resolution */
    max-width:1000px;
    /* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
    height:auto;
padding: 10px;

}

#tdId {

border-right: 1px solid silver;
height:auto;
padding: 20px;
}

#tdId1 {

height:auto;
padding-top:0px;
padding-bottom:20px;
padding-right:15px;
padding-left:15px;
}


#tdIdsmall {

height:auto;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}


textarea {

  font-weight: bold;
  font-style: italic;
  border: 0px;
  font-family: Palatino Linotype, sans-serif; color: #1e1e1e; font-size: 17px;
  resize:none;
  text-align:left;
}






#ul1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: #f1f1f1;
    border: 1px solid #555;
}

#li1 a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

#li1 {
    text-align: center;
    border-bottom: 1px solid #555;
}

#li1:last-child {
    border-bottom: none;
}

#li1 a.active {
    background-color: #191970;
    color: white;
}

#li1 a:hover:not(.active) {
    background-color: #555;
    color: white;
}



.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}