﻿body
{
	text-align: center;
	min-width: 900px;
	background-color: #C0D4DE;
	margin-top: 0px;
}

div.wrapper
{
	width: 897px;
	height:938px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: White;
}

div.wrapper2
{
	width: 897px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: White;
}

div.footer
{
	clear: both;
	width: 897px;
	height: 30px;
	margin: 0 auto;
	color: White;
	font-family: Arial;
	font-size: 11px;
	background: url(/images/footer/abp_footer.jpg);	
}

.StaffNm
{
	color: #F59C24;
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
}

.StaffNmNon
{
	color: #F59C24;
	font-family: Arial; 
	font-size: 18px; 
	font-style: italic;
}

.StaffText
{
	font-family: Arial; 
	font-size: 18px;
	color: #013D7D;
}

.ABPstaffText
{
	font-family: Arial; 
	font-size: 18px; 
	color: #013D7D;
}

.PrivacyTerms
{
	font-family: Arial; 
	font-size: 18px; 
	color: #013D7D;
}

a.white:link
{
	text-decoration: none;
	color: White;
}
a.blue:link
{
	text-decoration: none;
	color: #013D7D;
}

a.white:visited
{
	text-decoration: none;
	color: White;
}
a.blue:visited
{
	text-decoration: none;
	color: #013D7D;
}

a.white:active
{
	text-decoration: none;
	color: White;
}
a.blue:active
{
	text-decoration: none;
	color: #013D7D;
}

a.white:hover
{
	text-decoration: underline;
	color: #F59C24;
}
a.blue:hover
{
	text-decoration: underline;
	color: #F59C24;
}

.pgHeader
{
	color: #3D8CB4;
	font-family: Arial; 
	font-size: 18px; 
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.TopMenuGroup
{
  background-image:url(/images/menu/top_group_background_ABP.jpg);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.TopMenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
  cursor:default;
}

.TopMenuItemHover 
{
  color:white;
  background-color:#F59C24; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-bottom-color:#AAAAAA;
  cursor:default;
}

.MenuGroup
{
  background-image:url(/images/menu/group_background_ABP.jpg);
  background-color:#DBD7D0;
  border:1px solid black; 
}

.MenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  margin:1px;
  cursor:default;
}

.MenuItemHover 
{
  background-color:white;
  color:#013D7D; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid orange;
  cursor:default;
}

.MenuBreak
{
  background-image:url(/images/menu/break.gif);
  width:100%;
  height:1px;
}