body.APC_Org {
margin: 0px 0px 0px 0px;
background: white;
}

.APC_Org table.OuterTable {
width: 100%;
height: 100%;
border: none;
border-collapse: collapse;
padding: 0px;
}

.APC_Org table.OuterTable td {
padding: 0px;
}

.APC_Org table.ContentTable {
width: 100%;
height: 100%;
border: none;
border-collapse: collapse;
padding: 0px;
}

.APC_Org td.MenuCell {
text-align: left;
vertical-align: top;
width: 130px;
min-height: 400px;
background: #f0f0f0;
background-image: url("/resources/images/empty-menu-tab.gif");
background-repeat: no-repeat;
background-position: left top;
}

.APC_Org td.ContentCell {
text-align: left;
vertical-align: top;
padding: 0px;
width: 100%;
}

.APC_Org .ContentText {
margin: 0px;
padding: 10px;
font-family: verdana, helvetica, arial;
font-size: smaller;
color: black;
line-height: 150%;
text-align: justify;
}

.APC_Org .Copyright {
font-family: verdana, helvetica; 
font-size: 11; 
color: #bbbbbb;
}

.APC_Org h1 {
font-size: medium;
font-weight: bold;
}

.APC_Org h2 {
font-size: small;
font-weight: bold;
}

.APC_Org pre {
padding: 2px;
background: #f0f0f0;
border: 1px dashed #0e2b8d;
}

.APC_Org div.news {
padding: 2px;
border: 1px solid #f0f0f0;
margin-top: 10px;
margin-bottom: 10px;
}

.APC_Org .news h2 {
color: #666666;
margin-top: 0px;
}

.APC_Org .news p {
margin-top: .5em;
margin-bottom: .5em;
}

/* ----------------------------------------------------------------------
   Menu
   ---------------------------------------------------------------------- */

.APC_Org div.Menu {
  text-align: left;
  margin: 30px 0px 0px 0px;
  padding-left: 10px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.APC_Org ul.Menu {
  margin: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.APC_Org ul.Menu li {
  line-height: 0.9em;
  margin: 0px;
  padding: 0px;
  list-style-position: outside;
}

.APC_Org li.MenuItem {
  list-style-image: url("/resources/images/menu-bullet-lines.gif");
}

.APC_Org li.MenuItemActive {
  list-style-image: url("/resources/images/menu-bullet-arrow.gif");
}

.APC_Org li.MenuItemActive li.MenuItem {
  list-style-image: url("/resources/images/menu-bullet-empty.gif");
}

.APC_Org li.MenuItemActive li.MenuItemActive {
  list-style-image: url("/resources/images/menu-bullet-arrow2.gif");
}

.APC_Org a.Menu {
  margin: 0px;
  font-family: verdana, helvetica;
  font-size: 10;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.APC_Org a.Menu:link    { color: #666666; text-decoration: none; }
.APC_Org a.Menu:visited { color: #666666; text-decoration: none; }
.APC_Org a.Menu:active  { color: #0e2b8d; text-decoration: none; }
.APC_Org a.Menu:hover   { color: #0e2b8d; text-decoration: none; }

.APC_Org a.MenuActive {
  font-family: verdana, helvetica;
  font-size: 10;
  font-weight: bold;
  color: #0e2b8d;
}

.APC_Org a.MenuActive:link    { color: black; }
.APC_Org a.MenuActive:visited { color: black; }
.APC_Org a.MenuActive:active  { color: #0e2b8d; }
.APC_Org a.MenuActive:hover   { color: #0e2b8d; }
