/* earthmeasure.com main.css */
body {
    font-family: verdana, helvetica, sans;
    font-size: 12px; 
    font-weight: normal; 
    background-color: #ffffff;
    color: #462502;  /* dk brown */
}

.bodydiv {
    text-align: center;
    margin: 20px;

}

.top_links {
    margin-left: auto;  /* centers */
    margin-right: auto;  /* centers */

    text-align: left;
    width: 500px;

    padding: 3px;
    border-spacing: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #e4ba8a;
}
.hex_title {
    background-color: #fee6c2;   /* pale e7c6a5 */
    font-size: 16px; 
    xwidth: 300px;
}
.top_title {
    background-color: #fee6c2;   /* pale e7c6a5 */
    font-size: 14px; 
}
.top_text {
    background-color: #ffffff;   /* */
    margin-left: 20px;
    margin-bottom: 10px;
}

.bookwrap {
    text-align: center;
    margin-left: auto;  /* centers */
    margin-right: auto;  /* centers */
}

.book {
    margin: 5px;
    background-color: #ccddee;   /* pale blue */
    width: 300px;

    xposition: relative;
    xtop:  0px;
    xleft: 0px;

}
.book_pos {
    margin: 10px;
    background-color: #ccddee;   /* pale blue */
    width: 300px;

    position: relative;
    top:  0px;
    left: 0px;

}

.sites {
    margin: 5px;
    xposition: relative;
    xtop: -454px;
    xleft: 300px;
}
.sites_pos {
    margin: 10px;
    position: relative;
    top: -454px;
    left: 300px;
}

.site_measure {
    text-align: center;
    margin:   5px;
    padding: 10px;
    background-color: #ddeecc;   /* pale green */
    width: 300px;
    color: #004f00;  /* dk green */
}

.site_bipolar {
    text-align: center;
    margin:   5px;
    padding: 10px;
    background-color: #ddd0e8;   /* pale purple ddccee */
    width: 300px;
    color: #68228b ;  /* dk purple */

}

a {  
    xfont-family: sans-serif; 
    xcolor: navy; 
    xfont-size: 12px;
    color: #462502;  /* dk brown */
}
a:active {  
    font-weight: normal; 
    color: #462502;  /* dk brown */
}

a:hover {  
    color: #462502;  /* dk brown */
    background-color: #ddeecc;   /* pale green */
}

a:visited {  
}

.pic {
    padding: 0;
    border-spacing: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #ccddee;
}

td {
  /*  background-color: #ccccee; */
}



.intro {  
    font-family: verdana, helvetica, sans;
    font-size: 12px;
    font-weight: bold; 
}

.captions {  
    font-size: 13px;
    font-weight: bold; 
    padding: 10px;
    text-align: center;
}

.footer{
    font-size: 12px; 
}

.bookannounce {  
    font-family: verdana, helvetica, sans;
    font-size: 12px;
    font-weight: bold; 
    color: navy;
}
.booktitle {  
    font-family: verdana, helvetica, sans;
    font-size: 14px;
    font-weight: bold; 
    color: #7f1d1e;
}

.bookauthor {  
    font-family: verdana, helvetica, sans;
    font-size: 12px;
    font-weight: normal; 
}
.booklink {  
    font-family: verdana, helvetica, sans;
    font-size: 12px;
    font-weight: normal; 
    color: #333333;
}

.centered {  
    text-align: center;
}
.tablewrap {
    border-spacing: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    border: outset 0pt; 
    border: inset 0pt; 
 /* border-collapse: separate;  */

}


