/*CSS for Clairwood Web Pages*/


 /* Sortable tables */
 table.sortable a.sortheader {
       font-family : "Comic Sans MS";
     color:teal; font-weight:bold; text-align:center; 
    /* font-weight: bold; */
     text-decoration: none;
     display: block;
 }
 table.sortable span.sortarrow {
     color: black;
     text-decoration: none;
 }



 /*What I have found I use so far*/

 /* Body    background-image: url(WP-silver.jpg);*/	
 body { background-color : white; font-family : "Times New Roman";    /* "Rockwell" */
	font-size:12pt; color:#5f5f3f; 
	font-weight:normal; text-align: left;
	scrollbar-track-color: blue; } 	


  table.body_2 { border-color:cbc1b1 cbc1b1 cbc1b1 cbc1b1 ; 
	           background-color: white;
	           border-width: 1px 1px 1px 1px;
	           border-style: solid  solid solid  solid;
	         /*  background-image: url(bg-sepia2.jpg);*/ }

   table.body_3 { border-color:tan tan tan tan ; 
	           background-color: white;
	           border-width: 0px 0px 0px 0px;
	           border-style: solid  solid solid  solid;
	          /* background-image: url(WP-silver.jpg); */ }


   table.body_5 { border-color:cbc1b1 cbc1b1 cbc1b1 cbc1b1; 
	           background-color: white;
	           border-width: 0px 0px 0px 0px;
	           border-style: solid  solid solid  solid;
	          */ background-image: url(ClairwoodTile3.gif);*/ }

   table.body_7 { border-color:6a5e4f 6a5e4f 6a5e4f 6a5e4f ; 
	           background-color: cbc1b1;
	           border-width: 1px 1px 1px 1px;
	           border-style: solid solid solid solid;
	           background-image: url(CBG-light.jpg);}


   table.body_8 { border-color:cbc1b1 cbc1b1 cbc1b1 cbc1b1 ; 
	           background-color: cbc1b1;
	           border-width: 0px 0px 0px 0px;
	           border-style: solid  solid solid  solid;
	           background-image: url(CBG-light.jpg);}


/*  Fonts  */

   .Font_10 { font-weight:bold; font-size:10pt;  font-style:normal;}
   .Font_10r {font-size:10pt;  font-style:normal;}
   .Font_10t { font-weight:bold; font-size:10pt; color: #6a5e4f;  font-style:normal;}
   .Font_10w {color : white; font-weight:bold; font-size:10pt; font-style:normal;}
   .Font_12 { font-weight:bold; font-size:12pt; font-style:normal;}
   .Font_12w {color : white; font-weight:bold; font-size:12pt; font-style:normal;}
   .Font_12wr {color : white;; font-size:12pt; font-style:normal;}
   .Font_14 { font-weight:bold; font-size:14pt; font-style:normal; }
   .Font_14w {color : white; font-weight:bold; font-size:14pt; font-style:normal; }
   .Font_14wr {color : white; font-size:14pt; font-style:normal; }
   .Font_16 {font-weight:bold; font-size:16pt; font-style:normal; }
   .Font_18 { font-weight:bold; font-size:18pt; font-style:normal; }


/*  Buttons  */
.button {background-color : #5f5f3f;   font-weight:bold;  color: white;   font-size:10pt; font-style:normal;   font-family : "Times New Roman"; }
.button7 {background-color : #cbc1b1;   font-weight:bold;  color: white;   font-size:10pt; font-style:normal;   font-family : "Times New Roman"; }



/*  Links  */

  .class2a A:link {font-size:10pt; text-decoration: none; color: #cbc1b1; font-weight:bold;}
  .class2a A:visited {font-size:10pt; text-decoration: none; color: #cbc1b1; font-weight:bold;}
  .class2a A:active {font-size:10pt; text-decoration: none; color: #cbc1b1; font-weight:bold;}
  .class2a A:hover {font-size:10pt; text-decoration: underline; color: #5f5f3f; font-weight:bold;}   


  .class3 A:link {text-decoration: none; color: white; font-weight:bold;}
  .class3 A:visited {text-decoration: none; color:white; font-weight:bold;}
  .class3 A:active {text-decoration: none; color: white; font-weight:bold;}
  .class3 A:hover {text-decoration: underline; color: #5f5f3f; font-weight:bold;} 


/*  Image Frames  */

	.image1{
		border-style:solid outset outset solid;
		border-color: #6a5e4f;
		background-color:#cbc1b1;
		border-width: 6px;}

	.image2 {
		border-style:solid outset outset solid;
		border-color:#cbc1b1;
		background-color:#cbc1b1;
		border-width: 3px;}

 ####################################################*/

	div.banner {
  margin: 1;
  font-size: 90% /*smaller*/;
  font-weight: bold;
  line-height: 2.1;
  text-align: center;

  left: auto;
  height: 40em;
  width: 12.0em;
  right: auto;
}

div.banner p {
  margin: 0; 
#  padding: 0.3em 0.4em;
#  font-family: Arial, sans-serif;
   font-family: Times New Roman;
#  background: #cbc1b1;
  background: tan;
  background-image: url(CBG-light.jpg);
  border: none;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0 }
#div.banner a, div.banner em { border-top: 1px groove grey }
div.banner a:first-child { border-top:  none }
div.banner em { color: #5f5f3f }
div.banner em { border-bottom: 1px groove grey }

div.banner a:link { text-decoration: none; color: white }
div.banner a:active { text-decoration: none; color: maroon }
div.banner a:visited { text-decoration: none; color: white }
div.banner a:hover { background: white; color: black }

