body	{margin-top: 29px; background-color: #596969;}
h2		{font: italic small-caps bold 16px arial; color: #000; margin-top: 25px; margin-bottom: 25px; text-align: center;}
h3		{font: italic normal bold 14px arial; color: #000; }
.title 	{ color: #000; font: italic small-caps 900 16px verdana, arial, sans-serif; }
td		{vertical-align: top;}
table td	{color: #000; font: normal normal normal 12px arial, verdana,  sans-serif; text-align: left;}
.shadeform	{ text-align: left; font: normal normal normal 13px arial, verdana, sans-serif;
		width: 200px;
		border: 1px solid #000000; 
		}
#table9	{width: 1000px; border: 0px solid #fff; border-collapse: collapse; align: center; }

#td5		{width: 850px; background-color: #596969; }
#td8		{width: 200px; }
#td7		{width: 200px; background-color: #596969; vertical-align: top; }
#td6		{width: 850px; background-color: #596969; }
	

.picturetitle	{color: #000; font: normal normal normal 12px arial, verdana,  sans-serif; }
.titlepage	{font: normal small-caps bold 15px verdana,arial; color: #000; margin-top: 25px; margin-bottom: 25px; text-align: center;}

a:link		{ color: #ffffff; text-decoration: none; }
a:visited	{ color: #ffffff; text-decoration: none; }
a:active	{ color: #ffffff; text-decoration: none; }
a:hover		{ color: #A60000; text-decoration: none; }



/*   MENU   */

.arrowlistmenu  {width: 180px; /*width of menu*/}

.arrowlistmenu .headerbar{
font: normal small-caps bold 14px Arial;
color: #F94B47;
background: #506060 url("newsite/titlebar.gif") repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
margin-top: 0px;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
font: normal normal normal 12px verdana, arial, sans-serif; 
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #fff;
background: url("images-new/menu-bullet.gif") no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0 6px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #F94B47;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background: url("images-new/menu-bullet-hover.gif") no-repeat center left; /*custom bullet list image*/
background-color: #506060;