/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Main Body Style */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
background-color: #DDDDDD;  color: #000000; 	
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Header Style */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#arb-logo {
background-color: #000099;	
  height: 85px;
  background-image: url(images/ArbLogoBanner.png);
  background-repeat: no-repeat;
}
#content {}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Navigation Sidebar Style */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navbar {
  position: absolute;
  left: 0px;
  width: 160px; /* change main-text margin-left as well */
  top: 110px;
}
#navbar ul li {	
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  height: 24px;
  font-size: 0.8em;
}
#navbar ul {
  margin: 0;
  padding: 0;
}
#navbar ul li a:link, #navbar ul li a:visited {
color:#777777;
  font-size: 0.7em;
  display: block;
  text-decoration: none;
  text-align: right;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: #CCCCCC 1px solid;
  }
#navbar ul li a.activepage{ 
color:#ffcc88; background-color: #6666cc; border-left:5px #ffcc88 solid;
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: #6666cc 1px solid;
 }
#navbar ul li a:hover, #navbar ul li a:active {
color:#6666cc; background-color:#ffcc88;
  display: block;
  text-align: right;
  font-size: 0.8em;
  font-weight: bold;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul {}
li {}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Active Page Heading Style */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#activepage p{
  position: relative;
  left: 0px;
  top: -8px;
  width: 150px;
  margin-left: 200px;
  margin-bottom: -10px;
  padding: 1px;
  display: block;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  color:#880000; background-color:white; border-top:1px #cfd7f6 solid; 
border-bottom:1px #cfd7f6 solid; border-left:6px #ffcc88 solid; border-right:6px #ffcc88 solid;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Legal Statement Style */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#legal { 	
  /*background-color: #666666;*/
  color:  #999999;
  font-size: 0.8em;
  }
