ul,ol,li,h1,h2,h3,h4,h5,h6,pre,body,p,html,blockquote,dd { 
  margin: 0; padding: 0 
  }

body         {
  color: #4d4d4d;
  font-size: 76%;
  font-family: Arial, Geneva, Helvetica, sans-serif;
  background-color: #fff;
   }

p, h1, ol, ul, table   {
  margin-bottom: 1em
  }
td {
  vertical-align: top
  }

img{
  border: 0px
  }

img.screen     {
  margin: 1em 0 2em;
  padding: 9px;
  border: solid 1px #ececec;
  display: block
  }

#help_shell   {
  /* background-color: #cdcdcd; */ 
  margin-bottom: 0;
   border-top: 40px solid #fff;
  border-bottom: 40px solid #fff; 
  width: 900px;
  
  }


#help_shell td {
   padding: 0; 
  
  }

h1   {
  color: #405380;
  font-weight: normal;
  font-size: 1.8em;
  border-top: 2px solid #4d4d4d;
  padding-top: 10px}





h2          {
  color: #807959;
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  border-top: 1px solid #807959
  }


h3     { color: #375fb6; font-size: 1.2em; margin-bottom: 0.25em }

p, ul, ol, dl         {
  line-height: 1.4em
  }

#help a  {
  text-decoration: none;
  }

#help a:link  {
  color: #375fb6;
  border-bottom: 1px dotted #375fb6;
  padding-bottom: 1px;
  }

 #help a:visited {
  color: #5a6580;
  border-bottom: 1px dotted #5a6580;
  padding-bottom: 1px;
  }

#help a:hover {
  border-bottom: 1px solid #375fb6;

  }



#index_col  {
  width: 185px;
  
  }

#index   {
  background-color: #f1f6ff;
  margin: 0px 20px 0 0;
  padding: 0px 0 20px;
  height: 500px;
  overflow: auto
  }


#help_col  {
  width: 580px;
  
  }

#help  {
 /* background-color: #fff; */
  padding: 0px 20px 20px 20px; 
  margin: 0 20px 0 0;
  }


 #help ul  {
  list-style-type: none;
  margin-left: 0
  }


#help li  {
  margin-bottom: 5px;
  }

#page_index_col  {
  /* width: 150px; */
  }

#page_index_col li {
  line-height: 1.1em;
  background: url(img/aro_grey2.gif) no-repeat 0px 0.3em;
  list-style-type: none;
  margin-bottom: 0.75em;
  padding-left: 10px
  }


#page_index_col h4  {
  font-size: 1em;
 text-transform: uppercase;
 margin: 0 0 10px 0;
 padding-top: 10px;
 border-top: 2px solid #4d4d4d;
  }

 #page_index_col a  {
  text-decoration: none;
  } 

#page_index_col a:link  {
color: #375fb6;
  }

#page_index_col a:visited  {
color: #5a6580;
  }

#page_index_col a:hover   {
  text-decoration: underline;
  }

dt   {
  font-weight: bold
  }

dd  {
  margin-bottom: .5em;
  }
.bulletted {
  margin-top: 0.5em
  }

.bulletted li {
  background: url(img/dot2.gif) no-repeat 0px 0.6em;
  padding-left: 1em
  }


