/*  
Trying out stuff like left right middle elements

*/
body { background-color: #88BB22; }

/* start of css classifcation properties */



div.container { width:1000px; margin:0px; }/* division to contain whole site */

div.top { float:left; width:99%; height:75px; border:3px solid #f7f7e7; margin:0px 0; background-color: #88BB22; }

div.left { float:left; width:95px;  margin:10px 0; background-color: #88BB22; }

div.middle {float:left; width:620px; border:3px solid #f7f7e7; margin-top:10px;  margin-left:20px; padding:5px; font: 13px Arial; color: #555544; background-color: #f7f7e7; }

a.ad3:link { color: #669922; font-family: Arial;  font-size: 15px; }  /* dark green for links */
a.ad3:visited { color: #88BB22; font-family: Arial; font-size: 15px; }  /* mid green for unvisited links */
a.ad3:active { color: #88BB22; font-family: Arial;  font-size: 15px;}  /* mid green for actived links */
a.ad3:hover { color: #88BB22; font-family: Arial;  font-size: 15px; }/* mid green for hover links */

ul.left {text-align: left}
td.center {text-align: center}

div.middle2 {float:left; width:620px; border:3px solid #f7f7e7; margin-top:10px;  margin-left:20px; padding:5px; font: 13px Arial; color: #555544; background="images/image001.jpg"; }

div.right { float:right; width:200px; border:3px solid #f7f7e7; margin-top:10px; padding:10px; background-color: #88BB22;  } 

/* end of css classifcation properties */

h1{color: #88BB22; 
	font-family: Arial, sans-serif;
	text-align: left;
	font-style: italic;
     }

h2{color: #88BB22; 
	font-family: Arial, sans-serif;
	text-align: center;
	font-style: italic;
      } 

h3{color: #88BB22; 
	font-family: Arial, sans-serif;
	text-align: left;
       } 

h4{color: #88BB22; 
	font-family: Arial, sans-serif;
	text-align: center;
	font-style: italic;
      } 

.textw
{	background: none transparent scroll repeat 0% 0%;
	color: #f7f7e7;
	text-align: center;
	font: 13px Arial, sans-serif;
	 }


.text
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	text-align: justify;
	font: 13px Arial, sans-serif;
	 }

.textb
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	text-align: justify;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	 }

.texti
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	text-align: justify;
	font: 13px Arial, sans-serif;
	text-indent:50px;
	 }

.text1  
{	color: #555544;
	font-weight: bold;
	text-align: left;
	font: 13px Arial, sans-serif;
	 } /* Text for center page */

.textr
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	text-align: center;
	font-style: italic;
	font-family:  Arial, sans-serif;
	font-size: 13px;
	 }/* Text for rye page */


/* start of button coding on left of page */

a.button:link { color: #f7f7e7; font-family: Arial;  font-size: 13px; text-decoration: none}  /* white for links */
a.button:visited { color: #f7f7e7; font-family: Arial; font-size: 13px; text-decoration: none}  /* white for unvisited links */
a.button:active { color: #f7f7e7; font-family: Arial;  font-size: 13px;text-decoration: none}  /* white for actived links */
a.button:hover { color: #f7f7e7; font-family: Arial;  font-size: 13px; text-decoration: none; }/* white for hover links */
.backg:hover {  background: #88BB22;}  /* mid green for hover background */

table#button { background-color:#669922; border: 1px solid rgb(255,255,255)} /* sets backgr (dark green )and border (white) for table */

table#button td { border: 1px solid rgb(255,255,255)}/* sets border (white) for table cells*/

.textbutton
{	background: none transparent scroll repeat 0% 0%;
	color: #f7f7e7;
	text-align: center;
	font-style: italic;
	font-family:  Arial, sans-serif;
	font-size: 16px;
	 } /* information for button headers */

.buttonp { width: 95px; height: 26px; background-color:#88BB22; }/* information for button headers */

.buttontd { text-align: center; width:95px; height:26px; }

.buttondiv { width:95px; height:10px; }

/* end of button coding on left of page */

/* start of ad code, botton of page code */

.textad
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	font-family:  Arial, sans-serif;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	 }

.textadl
{	background: none transparent scroll repeat 0% 0%;
	color: #555544;
	font-family:  Arial, sans-serif;
	text-align: left;
	font-style: bold;
	font-size: 13px;
	 }
a.ad:link { color: #669922; font-family: Arial;  font-size: 13px; }  /* dark green for links */
a.ad:visited { color: #88BB22; font-family: Arial; font-size: 13px; }  /* mid green for unvisited links */
a.ad:active { color: #88BB22; font-family: Arial;  font-size: 13px;}  /* mid green for actived links */
a.ad:hover { color: #88BB22; font-family: Arial;  font-size: 13px; }/* mid green for hover links */

img.spbrunner{ position: float:left} /* position of image to left */
