﻿body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color:#CCCCCC;
        text-align:center;
}
#wrapper {
        margin: 0 auto;
        width: 770px; /* Replace the xxxx with the the width of your site (eg 800px)*/
        text-align:left;
}

p 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
}

h3 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
}
#myGallery
{
width: 550px;
height: 175px;
} 
 /* HIDE MENU AND ITEMS FOR PRINTING */


#media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
#media screen{
.printonly 	{ display:none; }
}


 /* START THE CODE FOR THE MENUS */


 /* TOP LEVEL MENU CONTROL */


a.menu_TOP{
display:block;
line-height: 14pt;
text-align: center;
text-decoration:none;
border-right: #948B6D 1px solid;
}



 /* SUB LEVEL MENU CONTROL */


a.menu_SUB{
display:block;
padding: 2px 2px 2px 4px;
text-decoration:none;
filter:alpha(opacity=100);
border-bottom: #999999 1px solid;
}


 /* MORE SUB LEVEL MENU CONTROL */


.menu_DIV{
border-top: #000000 0px solid;
border-bottom: #666666 0px solid;
border-right: #666666 1px solid;
border-left: #666666 1px solid;
filter:alpha(opacity=100);
z-index:100;
}




.style8 {
	color: black;
}

