
/*
Monochromatic Color Scheme
Hue 170, saturation 20%
E0EBE9
C2D6D3
A3C2BD
85ADA7
669990
527A74
3D5C57
293D3A*/

        html, body {
	  background-image	: url("../images/marb147255246.jpg");
	  background-repeat     :   repeat;
	  background-color	: #E0EBE9;
	  color                 : #293D3A;
	  font-family		: Times New Roman, serif;
	  font-size		: 1.2em;
	  text-align            : left;
        }

    	.ttl {
	  width			: 100%;
          font-family		: cursive, helvetica, sans serif;
          font-size		: 1.8em;
	  font-weight		: bold;
	  background-color	: invisible;
          color			: #3D5C57;
          text-align		: center;
          }

	/* Dark Slate Gray raised button style */
    	.hnavbar {
	  width			: 100%;
          text-align		: center;
	  vertical-align	: top;
	  padding		: 0.3em;
          }

    	.buttlg {
	  border-top-color		: #C2D6D3;
	  border-left-color		: #85ADA7;
	  border-right-color		: #527A74;
	  border-bottom-color		: #293D3A;
	  border-width		: 0.3em;
	  border-style		: solid;
          font-family		: helvetica, sans-serif;
          font-size		: 1.2em;
	  background-color	: #FFFFFF;
          text-align		: center;
	  vertical-align	: top;
	  padding		: 0.2em;
	  margin		: 0.3em;
          }

	.buttlg a:link {
          color			: #3D5C57;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
          }
	.buttlg a:hover {
	  color			: #FFFFFF;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.buttlg a:active {
	  color			: #3D5C57;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.buttlg a:visited {
          color			: #527A74;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
        }


	.vnavtbl {
	  border-spacing	: 0.2em;
	  }

	.vnavtbld {
	  vertical-align		: top;
	  }

	.vnavtbl2 {
	  border-spacing	: 0.3em;
	  }

	/* Dark Slate Gray raised button style */
    	.vnavbar {
	  border-bottom-color		: #C2D6D3;
	  border-right-color		: #85ADA7;
	  border-left-color		: #527A74;
	  border-top-color		: #293D3A;
	  border-width		: 0.2em;
	  border-style		: solid;
	  /*width			: 90pt;*/
          text-align		: center;
	  vertical-align	: top;
	  padding		: 0.3em;
	  background-color	: #3D5C57;
          }

        .center {
	  background-color	: #E0EBE9;
	  color                 : #293D3A;
	  border-style		: solid;
	  border-color		: #293D3A;
	  font-family		: Times New Roman, serif;
	  font-size		: 1.2em;
	  text-align            : left;
	  vertical-align	: top;
	  padding		: 0.8em;
	  border-width		: 0.2em;
	  width			: 100%;
        }
	.center a:link {
          color			: #3D5C57;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
          }
	.center a:hover {
	  color			: #FFFFFF;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.center a:active {
	  color			: #3D5C57;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.center a:visited {
          color			: #527A74;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
        }

	.centerttl {
	  background-color	: #293D3A;
	  color			: #E0EBE9;
	  text-align		: center;
	  width			: 100%;
	  padding		: 0.4em;
	  font-family		: helvetica, sans serif;
	  font-weight		: bold;  
	}

	.buttsm {
	  font-size		: 0.9em;
	}
    	.btm {
	  display		: block;
	  width			: 100%;
          font-family		: times new roman, serif;
          font-size		: 0.9em;
          text-align		: right;
          }
	.btm a:link {
          color			: #3D5C57;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
          }
	.btm a:hover {
	  color			: #FFFFFF;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.btm a:active {
	  color			: #3D5C57;
	  background-color	: #3D5C57;
	  font-weight		: bold;
	  text-decoration	: none;
        }
	.btm a:visited {
          color			: #527A74;
	  background-color	: #FFFFFF;
	  font-weight		: bold;
	  text-decoration	: none;
        }



