/* body description */
BODY {
   margin-top: 10;
	margin-bottom: 10;
	margin-left: 10;
	margin-right: 10;
	background-color: #ffffff;
	FONT-SIZE: 11px;
	FONT-FAMILY: 'lucida grande', geneva, helvetica, arial, sans-serif
	}

#newsTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif
	}

#newsBody {
   FONT-SIZE: 11px;
   COLOR: #000000;
	FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif
	}

#itemHeading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #000000;
	FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif
	}

#itemBody {
	FONT-FAMILY: lucida grande, geneva, helvetica, arial, sans-serif;
	text-align: left;
	FONT-SIZE: 11px;
	margin-left: 30px;
	}


#apple_button {
   margin: 0px auto;
   display: block;
   width: 94px;
   }

/* New - to be sorted */
/* Navagation */
#apple_menu {
   margin: 0px auto;
   display: block;
   width: 549px;
   }
#apple_button a
{
   display: block;
   height: 63px;
   width: 94px;
   font: bold 11px sans-serif;
   line-height: 61px;
   color: #000;
   text-align: center;
   text-decoration: none;
   background-repeat: no-repeat;
   background-image: url("/pacers/images/menu/button_off.jpg");
   margin: 0px auto;
   float: right;
   }

#apple_button a:hover { background-image: url("/pacers/images/menu/button_on.jpg"); }

#apple_menu a, #apple_menu .left_nav, #apple_menu .right_nav, #apple_menu .left_act, #apple_menu .middle_act, #apple_menu .right_act
{
   display: block;
   height: 63px;
   width: 80px;
   font: bold 11px sans-serif;
   line-height: 61px;
   color: #000;
   text-align: center;
   text-decoration: none;
   background-repeat: no-repeat;
   background-image: url("/pacers/images/menu/middle_off.jpg");
   margin: 0px auto;
   float: right;
   }

#apple_menu a:hover { background-image: url("/pacers/images/menu/middle_on.jpg"); }

#apple_menu .left_nav { background-image: url("/pacers/images/menu/right_off.jpg"); width: 75px; }
#apple_menu .left_nav:hover { background-image: url("/pacers/images/menu/right_on.jpg"); }

#apple_menu .right_nav { background-image: url("/pacers/images/menu/left_off.jpg"); width: 73px; }
#apple_menu .right_nav:hover { background-image: url("/pacers/images/menu/left_on.jpg"); }
