body {
   font-family: arial;
   font-size: 10pt;
   color: #000000;
}
.greentable {
   width: 100%;
   background-color: #779347;
   margin: 0px;
   border: 0px;
   padding: 0px;
}
.boxquilt {
   background-image: url(css_images/squaresQuilted.jpg);
   background-repeat: repeat-y;
   background-position: top right;
   width: 200px;
}
.content {
   float: left;
   width: 500px;
   margin: 0px 0px 0px 0px;
   padding: 0px 7px 7px 12px;
   color: #ffffff;
}

.main {
   width: 800px;
   margin: 0 auto;
}
.bar {
   width: 100%;
   margin: 0px;
}
.titlebar {
   background-image: url(css_images/logo.jpg);
   background-repeat: no-repeat;
   background-position: center;
   height: 150px;
}
.buffer1 {
   background-color: #4e4019;
   height: 25px;
}
.linkbar {
   height: 35px;
   padding: 10px 0px 0px 0px;
   color: #d78c5f;
   text-align: center;
   font-size: 14pt;
   font-family: verdana;
   font-weight: bold;
}
.linkbar a {
   color: #4e4019;
   font-size: 10pt;
   text-decoration: none;
}
.linkbar a:hover {
   text-decoration: underline;
}
.topgreen {
   height: 75px;
   background-color: #708b3a;
}
.box {
   float: left;
   margin-top: 25px;
   margin-left: 50px;
   _margin-left: 25px;
   width: 150px;
   height: 150px;
   background-image: url(css_images/boxshadow.gif);
   background-repeat: no-repeat;
   background-position: right bottom;
}
.innerbox {
   margin: 5px;
   width: 145px;
   height: 145px;
}
.box a {
   display: block;
   width: 100px;
   height: 100px;
}
.midgreen {
   background-color: #708b3a;
}
.leftgreen {
   float: left;
   width: 250px;
   background-color: #708b3a;
}
.contenttop {
   float: left;
   width: 500px;
   height: 37px;
   margin: 50px 0px 0px 0px;
   padding: 0px 7px 0px 12px; /* so the top is same width as mid */
   background-image: url(css_images/contentshadow_top.gif);
   background-repeat: no-repeat;
}

.contentbot {
   float: left;
   width: 500px;
   height: 25px;
   margin: 0px 0px 0px 0px;
   padding: 0px 7px 0px 12px; /* so the top is same width as mid */
   background-image: url(css_images/contentshadow_bot.gif);
   background-repeat: no-repeat;
}
.innercontent {
   width: 100%;
   margin: 5px;
   background-color: #ffffff;
   
}
.bottomgreen {
   height: 125px;
   background-color: #708b3a;
}
.contactbar {
   height: 36px;
   margin-top: 50px;
   padding-top: 20px;
   background-color: #cd7341;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   
}


.clear {
   clear: both;
   height: 0px
   line-height: 0px;
}
.minheight {
   float: right;
   height: 300px;
   width: 0px;
}






