* html #content { height:100%; } /* for IE */

html, body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  color: black;
  font-family: 'Arial Bold','Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
 
  letter-spacing: 0;
  line-height: 21px;
  opacity: 1.00;
  text-align: left;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
}

.bodyBack {
  position:relative;
  background: url(../site_img/body_strip.jpg);
  width:968px;
}

#webShot {
  height:216px;
  width:216px;
  padding:2px;
  background-color:white;
}

#webCaption {
  font-size:16px;
  font-weight:bold;
}

.col2 {
  font-weight:normal;
  font-size:14px;
}

#thumbsMine, #thumbs {
  height:72px;
  background-color:transparent;
  margin-right:8px;
  padding:2px;
}

.picThumb {
  
}
#container {
  width:942px;
  height:100%;
}
#top {
  height:38px;
  margin-left:8px;
  margin-top:6px;
  background: url(../site_img/top_border.jpg);
  width:942px;
}

.skinny {
height:8px;
}
#banner {
  margin-top:8px;
  height:200px;
  width:690px;
}


.bodyText, .note {
  color: white;
  font-weight:bold;
}

.note {
  font-size:smaller;
}

.Caption {
    color: #9f9f9f;
    font-family: 'Futura-MediumItalic', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    opacity: 1.00;
    padding-bottom: 0px;
    padding-top: 2px;
    text-align: left;

}

.photocaption {
  font-size:12px;
}
#mainWrap {
  float:left;     /* lr */
  margin:0px 0px 0px 8px;
  width:690px;

}
#main {
  position:absolute;
  padding:5px 5px 5px 5px;
  width:680px;
  background-color:transparent; /* #f0f0e0; */


}
#sideWrap {
  float:right;      /* lr */
  height:100%; 
  width:244px;
}
#sidebar {
  position:absolute;
  height:98%;   /*match #sideWrap */
  background: url(../site_img/vert_img2.jpg);
  background-repeat: no-repeat;
  width:244px;
  margin:8px 0px 0px 8px;  /* lr */  

  padding-left:2px;
  padding-right:1px;
  color:#002b84;
}

#sidebar_in {
  margin:0px 5px 0px 5px;
}

#sidebar_top {
  margin:50px 5px 0px 5px;
  padding:5px 5px 5px 5px;
  height: 125px;
}

#sidebar_mid {
  margin:25px 5px 0px 5px;
  padding:5px 5px 5px 5px;
  height: 145px;
}

#sidebar_bot {
  background-color:#00f000;
  bottom:0;
  color:blue;
  margin:5px 5px 5px 5px;
  padding:5px 5px 5px 5px;  
  position:absolute;
  right:0;
} 

#main_bot {
  background-color:#00f000;
  bottom:0;
  color:green;
  margin:0px;
  padding:5px 5px 5px 5px;  
  position:absolute;
  right:0;
  width:25%;
}

h3 {
  font-weight:bold;
}
/* links */

a {
   font-family: 'Arial Bold','Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
font-weight:bold;
  color:#B7BED0;
  text-decoration:underline;
}


a:hover {
  color:white;
  text-decoration:underline;
}

#sidebar a {
  color:#002b84;
  text-decoration:none;
}
#sidebar a:hover {
  color:blue;
  text-decoration:underline;
}

.eOff {display:none;}

.smaller {
  font-size:small;
}

.alert {
  background: #fff6bf url(../site_img/exclamation.png) center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
}

