#table1 { height: 100%; margin-left: auto; margin-right: auto; text-align: center; width: 70%; border-width: 10px; 
			border-style: solid; border-color: #000000 #000000}

h1           { font-family: Tw Cen MT Condensed Extra Bold; color: #FFFFFF; font-size: 18pt; 
               font-weight: bold; text-align: center }
h2			 { font-family: sans-serif; color: #000000; font-size: 12pt;
				font-weight: bold; text-align: center }		 
p			 { font-family: Tw Cen MT Condensed; color: #000000; font-size: 12pt;
				font-weight: bold; text-align: center }		
b			 { font-family: Tw Cen MT Condensed; color: #000000; font-size: 12pt;
				font-weight: bold; text-align: center; text-decoration: underline}
i           { font-family: Arial Narrow; font-size: 10pt; color: #000000; font-style: italic; text-align: center}
				

 .g { background-position: center; border:4px solid #F9F400; background-image: url('images/gback.jpg'); background-color:#096127; background-repeat:no-repeat }
 .y { background-color: #F9F400; }
 .w { background-color: #FFFFFF; }
 .t { background-color: #FFFFFF; }
 .s { background-color: #D9D9D9; }
 .b { background-color: #000000; }
 .m { background-color: #FFFFFF; }
 
 body {background-image: url(image/wood-background.gif); background-color: #D9D9D9; }
 
a { color: #000000; }
 
 #navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #096127;
color: #FFFFFF;
width: 100%;
line-height: 5; 
font: normal 80% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #096127;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #F9F400;
border-left: 1px solid #F9F400;
}

li a:hover
{
background-color: #FFFFFF;
color: #000000;
}