/* CSS Document */

body  {
   margin: 0;
			font-family: "Palatino Linotype";				
			font-size: 16px;
			background: url(images/bkg.gif) top left;
			height: 100%;
			color: #413A1D;
}
a:link  {
   color: #761B1B;
}
a:visited  {
   color: #97604A;
}
a:hover  {
   color: #A99155;
}
.body-bkg   {
   background: url(images/body-bkg.gif) top no-repeat;
			padding: 11px 5px 0 30px;
}
div#tablefill   {
   background: url(images/navfiller.gif) center repeat-y;
			height: 100%;
}
.copyright  {
   font-family: Garamond, Times, "Times New Roman";
			font-size: 14px;
			padding: 0 7px 7px 0;
			color: #413A1D;
}
div#footer2  {
   padding: 5px 130px 5px 5px;		
}
hr  {
   color: #413A1D;
}
h2  {
   font-family: Garamond, Times, "Times New Roman";
			font-size: 19px;
			font-weight: bold;
			color: #413A1D;
}