/* CSS Document */

body {
  text-align: center;
  font-size: 100%;
  background-image: url('images/bodybg.jpg'); 
  background-repeat: repeat-x;
  margin-top: 10px;
  margin-bottom:20px;
	font-family:"Arial";
  color: #000000;

/*  color: #431B1B;  
*/
  }
  
#wrap {
  width: 760px;
  margin: auto;
  padding: 0px;
  border: solid 1px;
  text-align: left;
  font-size: 1.2em;
  height: 800px;
  background-color: #FFFFFF;
  }

/*
#pict {
  background-image: url('logo.jpg'); 
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  width: 224px;
  height: 108px;
  float: left;
  }

*/

#mainbody {
  width: 760px;
  font-size: 12px;
  height: 682px; 
}

#left {
  height: 100%;
  background-image: url('images/leftbg.jpg'); 
  background-repeat: repeat-y;
  width: 224px;
  float: left;
}

#left img {
  margin-left: 15px;
  margin-top: 20px; 
}

#page-text {
  background-image: url('images/pagebg.jpg'); 
  background-repeat: repeat-y;
  height: 100%;
  width: 416px;
  font-size: 14px;
  text-indent: 20px;
  float: left;
  }
  
#right {
  height: 100%;
  width: 116px;
  float: left;
}

#right1 {
  border-style: outset;
  border-right-color: #a9a9a9;
  border-bottom-color: #a9a9a9;
  width: 90px;
  height: 20px;
  text-align: center;
  float: left;
  margin-top: 160px;
  background-color: #C4C4C7;
}

#right2 {
  border-style: outset;
  border-right-color: #a9a9a9;
  border-bottom-color: #a9a9a9;
  width: 90px;
  height: 20px;
  text-align: center;
  float: left;
  margin-top: 270px;
  background-color: #C4C4C7;
}


 #spacer1 {
  background-color: #FFFFFF;
  width: 758px;
  height: 10px;
  }

/*
#spacer2 {
  background-color: #FFFFFF;
  width: 20px;
  height: 108px;
  float: left;
  }
*/


#header {
  background-color: #FFFFFF;
  width: 760px;
* width: 758px;
  height: 108px;
  float: left;

}
#header-upper {
  width: 740px;
  height: 95px;
* height: 90px;
  float: left;
}    


h1 {
  font-size: 36pt;
  font-weight: bold;
  margin: 0;
}
h2 {
  font-size: 28pt;
  font-weight: bold;
  margin: 0;
}

h3 {
  font-size: 14pt;
  * font-size: 13pt;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10;
  margin-left: 15px;
}

h4 {
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1;
  margin-left: 15px;
}
h5 {
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1;
  margin-left: 40px;
}


ul {
  padding-left: 3em;
  margin-left: 70px;
}

a:link, a:visited {
  color: blue;
}


