html {color: black; background: white; font-family: AvantGarde Bk BT, 'sans-serif'; }
body {font-family: AvantGarde Bk BT, sans-serif; }

h1 {color: maroon; font-family: AvantGarde Bk BT, sans-serif;}
h2 {color: maroon; font-family: AvantGarde Bk BT, sans-serif; font-style: italic;} 
h3 {color: maroon; font-family: AvantGarde Bk BT, sans-serif; font-style: bold; }

a {text-decoration: none; }
a.content {color: #004400; }
/* a.menu {font-weight: normal; font-family: 'Papyrus';  color: maroon; font-size: large;} */
a.menu {font-weight: normal; font-family: AvantGarde Bk BT, sans-serif; font-size: medium; color: darkteal; }

/** sidemenu is used in the menu.shtml file **/
/* changed color from white to black */
/* removed padding-left: 1em;  */
a.sidemenu:link, a.sidemenu:visited {font-weight: bold; font-family: AvantGarde Bk BT, sans-serif; font-size: medium; color: teal; 
border-style: solid; border-width: 1px; border-color: transparent; }

a.sidemenu:hover {border-color: gray; }






p {padding-left: 1em;}

td.content {background-image: url('images/back.jpg'); border-right: 1px solid tan;
                                              border-bottom: 1px solid tan}

                                              
                                              
td.leftside {align: right; vertical-align: top;}  
td.logo {border-bottom: 2px solid #004400;  } /* top right bottom left */ 
td.side {width: 200px; vertical-align: top; background: darkteal; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial}
/* td.sidebar {border-right: 10px solid #004400; } */

td.sidemenu {border-bottom: 0px solid gray; 
             border-right: 0px solid gray;
             border-top: 0px solid gray;  text-align: left; }  


/* a way to put a background image on a page.. */
/* body {
background-image: url('images/DiamondCutMetal.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
}    */
