/***********************************************/
/* Page style                                  */
/***********************************************/

body {
  height: 100%;
  background: #f4f3f2 none repeat scroll 0 0;
  font-family: Arial;
  font-size: 12px;
  margin: 0;
}

img {
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

input, textarea {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#page {
  width:      956px;
  margin:     0px auto;
  padding:    0px;
  border:     1px solid #cccccc;
  background: white;
}

#masthead {
  float:      left;
  width:      373px;
  height:     115px;
  margin-top: 13px;
  background: transparent url(http://www.chelanxcopen.com/templates/bridgeofhope/images/Shape5_BridgeofHope_logo.png) no-repeat scroll 0 0;
}

#content {
  float:       left;
  width:       650px;
  margin:      0px;
  padding:     1em;
  background:  #ffffff;
  border-left: 1px solid #cccccc;
}

#copyright {
  float: right;
  color: #ffffff;
}

#copyrightImg {
  float:      right;
}
.wrapper {
  width: 965px;
  margin: 0 auto;
}

/***********************************************/
/* masthead layout                             */
/***********************************************/

.mastheading {
  margin: 0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
}

/***********************************************/
/* content layout                             */
/***********************************************/

.outertab {
  border-width:     1px;
  border-collapse:  collapse;
}

.outertab th {
  border-width:     1px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.outertab td {
  border-width:     1px;
  padding:          0px;
  border-style:     inset;
}

.tab {
  border-width:     1px;
  border-spacing:   0px;
  border-style:     outset;
  border-color:     gray;
  border-collapse:  collapse;
  background-color: white;
}

.tab th {
  border-width:     1px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.tab td {
  border-width:     1px;
  padding:          1px;
  border-style:     inset;
  border-color:     gray;
}

.tab a:hover {
  background: yellow;
}

tr.tr0 td {
  background-color: #dddddd;
}

tr.tr1 td {
  background-color: white;
}

.list {
  border-width:     1px;
  border-spacing:   0px;
  border-style:     outset;
  border-color:     gray;
  border-collapse:  collapse;
  background-color: white;
}

.list th {
  border-width:     0px;
  padding:          3px;
  border-style:     inset;
  border-color:     gray;
  color:            white;
  background-color: blue;
  font-weight:      bold;
  font-size:        120%;
}

.list td {
  border-width:     0px;
  padding:          1px;
  border-style:     inset;
  border-color:     gray;
}

/* Tiny almost invisible counter for the remaining characters and columns in a textarea */

.counter {
    font-family: "Courier New", Courier, mono;
    font-size:   8px;
    border:      none;
}

.errmsg {
  font-family: Courier New, Courier, mono;
  font-size:   12px;
  font-weight: bolder;
  color:       #CC0000;
}
