body	{

    margin: 0px auto;
	padding: 0px;
	border: #000000 0px solid;
	background-color: #ffffff;
	}



/* background code */

.background-main 	{
		background-image: url("picts/background2.jpg");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		background-attachment: fixed;
		}



/* non-menu link colors */

a:link		{ color: #550701; text-decoration: none; }

a:visited	{ color: #550701; text-decoration: none; }

a:active	{ color: #550701; text-decoration: none; }

a:hover		{ color: #f8857f; text-decoration: none; }





/* the next line controls the default font size */

table		 { color: #666666; font: 12px arial, verdana, sans-serif; font-weight: normal; }

.title 		 { color: #550701; font: 22px verdana, arial, sans-serif; letter-spacing: 10px; font-weight: normal; }

.subtitle	 { color: #AC5A56; font: 16px verdana, arial, sans-serif; letter-spacing: 3px; font-weight: normal; }

.topictitle	 { color: #AC5A56; font: 12px verdana, arial, sans-serif; letter-spacing: 1px; font-weight: bold; }

.phonetitle	 { color: #000000; font: 12px arial, verdana, sans-serif; letter-spacing: 0px; font-weight: bold; }

.just 		{ text-align: justify; }

.ctr { text-align: center; }

.left { text-align: left; }

.right { text-align: right; }

.mid { vertical-align: middle; }

.bottom { vertical-align: bottom; }

.top { vertical-align: top; }

.footer 	{
		border-top: #c0c0c0 1px solid;
		border-right: #c0c0c0 1px solid;
		border-bottom: #c0c0c0 1px solid;
		padding: 1px 6px 1px 6px;

		}
        
.footerleft 
{         postion: relative;
        left: 0px;
        bottom: 0px; }



.copytext 	{ color: #666666; font: 10px arial, verdana, sans-serif; font-weight: normal }

#copyrightleft  { text-align: left; }

.page-splits	{
		border: #e1756f 1px solid;
		background-color: #f8857f;
		color: #fbd3cf; height: 5px;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		}





 /* hide menu and items for printing */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}







/* image borders */

.borders	{ border: #000000 0px solid; }

.borders-topic	{ border: #000000 1px solid; }










/* contact form */

.formmargin	{ margin: 0px; margin-top: 12px; }

.button-submit 	{
		background-image: url("picts/button.gif");
		background-color:#ddede7;
		font: 12px arial, verdana, sans-serif;
		font-weight: bold;
		color: #336666;
		width: 110px;
		padding-top: 2px;
		padding-bottom: 2px;
		cursor:pointer;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		border: #669999 1px solid;
		}


.buttonon-submit 	{
		background-image: url("picts/buttonon.gif");
		background-color:#ebeddd;
		font: 12px arial, verdana, sans-serif;
		font-weight: bold;
		color: #996600;
		width: 110px;
		padding-top: 2px;
		padding-bottom: 2px;
		cursor:pointer;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
		border: #996600 1px solid;
		}

.shadeform	{
		font: 12px arial, verdana, sans-serif;
		color: #000000;
		background-color: #f5f9f5;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 200px;
		border: #c0c0c0 1px solid;
		}

.textarea	{
		font: 12px arial, verdana, sans-serif;
		background-color: #f5f9f5;
		color: #000000;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 225px;
		height: 125px;
		border: #c0c0c0 1px solid;
		}

.dropdown 	{
		font: 12px arial, verdana, sans-serif;
		background-color: #f5f9f5;
		color: #777777;
		width: 200px;
		}








/* links page */

.searchterms 	{
		font: 12px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		background-color: #f5f9f5;
		color: #000000;
		width: 125px;
		border: #c0c0c0 1px solid;
		}

.searchbutton 	{
		background-image: url("picts/button.gif");
		background-color:#ddede7;
		font: 12px arial, verdana, sans-serif;
		font-weight: bold;
		color: #336666;
		height: 20px;
		cursor:pointer;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 2px;
		border: #336699 1px solid;
		}





/* start the code for the menus */


.menubackground	{
		background-color: #AC5A56;
		border-top: #E1756F 1px solid;
		border-bottom: #8E4A46 1px solid;
		padding-top: 8px;
		padding-bottom: 8px;
		}



.menu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 8pt;
		  font-weight: normal;
		  letter-spacing: 1px;
		  padding-top: 1px;
		  padding-bottom: 1px;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-right: 4px;
		  cursor:pointer;
		  text-align: center;
		  display: block;
		  line-height: 16px;
		  white-space:nowrap;
		  border: #E1756F 1px solid; }


a.menu:link 	{ background-color:#ac5a56;
		  color: #F8857F; }


a.menu:visited 	{ background-color:#ac5a56;
		  color: #F8857F; }


a.menu:active 	{ background-color:#ac5a56;
		  color: #F8857F; }


a.menu:hover 	{ background-color:#ac5a56;
		  color: #ffffff;
		  border: #ffffff 1px solid; }
          

a.menu-nav:link 	{ color: #ac5a56;}


a.menu-nav:visited 	{ color: #ac5a56; }


a.menu-nav:active 	{ color: #ccffff; }


a.menu-nav:hover 	{  background-color:#ac5a56;
		   	   color: #ffffff;
			   border: #ffffff 1px solid; }
               
               
.footermenu		{ font-family: arial, verdana, helvetica, sans-serif;
		  font-size: 8pt;
		  font-weight: normal;
		  letter-spacing: 1px;
		  text-align: center;
		  line-height: 16px;
		  position: relative;
          bottom: 0px; 
          width: 100%;
          }


a.footerm:link 	{  color: #F8857F; }


a.footerm:visited 	{ color: #F8857F; }


a.footerm:active 	{ color: #F8857F; }


a.footerm:hover 	{ color: #c0c0c0;
		   }