/*everything*/
*{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #666}

   p
   {
      line-height: 14px;
   }

   td
   {

   }
   
   a strong
   {
      color: #CC6600;
   }

   a:hover
   {
      text-decoration: underline;
   }

   body
   {
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      font-family: verdana, arial, helvetica, sans-serif;
      color: #000;
      background-color: #FFF;
      text-align: center;
   }

   img
   {
      margin: 0;
      padding: 0;
      border: 0;
   }

   td
   {
      vertical-align: top;
   }

   br
   {
      clear: both;
   }

   p
   {
      padding: 3px 5px 5px 10px;
      margin: 0;
   }

   form
   {
      padding: 0;
      margin: 0;
   }

/*centering & shadows*/
   #centering_div
   {
      width: 760px;
      margin-bottom: 20px;
      margin-right: auto;
      margin-left: auto;
      /* opera does not like 'margin:20px auto' */
      text-align:left;
      padding: 0;
   }
   
   #tbl_shadow
   {
      margin: 0;
      padding: 0;
      width: 763px;
   }
   
   #shd_left
   {
      background: url(../_images/shd_left.jpg) repeat-y;
      width: 10px;
   }
   
   #shd_right
   {
      background: url(../_images/shd_right.jpg) repeat-y;
      width: 3px;
   }
   
   #tbl_shd_bottom
   {
      width: 763px;
      background-color: #EEE;
   }

   #shd_bottom
   {
      background: url(../_images/shd_bottom.gif) repeat-x;
      height: 11px;
      width: 732px;
   }
   
   #shd_bl
   {
      background: url(../_images/shd_bl.gif) no-repeat;
      width: 20px;
   }
   #shd_br
   {
      background: url(../_images/shd_br.jpg) no-repeat;
      width: 11px;
   }
/*end centering & shadows*/


/*content layout table*/
   #tbl_content
   {
      margin: 0;
      padding: 0;
   }
   #content_header
   {
      display: block;
   }
   #content_left
   {
      width: 210px;
      background-color: #FFF;
      background: #FFF url(../_images/green_dot2.gif) repeat-y;
      background-position: right;
      border-top: 8px solid #FFF;
      border-bottom: 4px solid #FFF;
   }
   #content_middle
   {
      width: 330px;
      background-color: #FFF;
      border-top: 8px solid #FFF;
   }
   #content_right
   {
      width: 210px;
      background-color: #FFF;
      background: #FFF url(../_images/green_dot2.gif) repeat-y;
      border-top: 8px solid #FFF;
      border-bottom: 4px solid #FFF;
   }
   #top10_right
   {
      width: 210px;
      background-color: #A7D5A7;
      border-top: 1px solid #FFF;
   }

   #content_activities
   {
      width: 540px;
      background-color: #FFF;
      border-top: 8px solid #FFF;
   }

   #content_activities h1
   {
      margin: 10px 10px 6px 10px;
      padding: 0;

      font-size: 14px;
      color: #88AE88;
   }

   #content_activities p
   {
      margin: 5px 10px 10px 10px;
      padding: 0;
   }

   #content_activities img.detail
   {
      margin: 10px;
      padding: 0;
   }

   #content_activities a.back
   {
      margin-left: 17px;
      font-weight: bold;
      text-decoration: none;
   }

   #content_activities a.back:hover
   {
      text-decoration: underline;
   }

/*end content layout table*/





/*font colors*/
   .green
   {
      color: #88AE88;
   }


/*center formatting*/
   #content_middle p
   {
      padding: 5px 10px 10px 10px;
   }


/*footer*/
   #tbl_footer
   {
      width: 765px;
      margin-bottom: 20px;
   }
   #footer_left
   {
      text-align: left;
      padding-left: 20px;
   }
   #footer_right
   {
      text-align: right;
   }

   #footer_links1
   {
      margin-top: 10px;
   }

   #footer_links1 a
   {
      color: #999999;
      text-decoration: none;
      font-weight: bold;
   }
   #footer_links1 a:hover
   {
      text-decoration: underline;
   }

   #footer_links2 {margin-top: 4px}

   #footer_links2 a
   {
      color: #999999;
      text-decoration: none;
      margin-right: 8px;
   }
   #footer_links2 a:hover
   {
      text-decoration: underline;
   }

   #footer_right a
   {
      color: #CCC;
      text-decoration: none;
   }
   #footer_right a:hover
   {
      color: #666;
      text-decoration: none;
   }

/*top10 elements*/
    .top10_title
   {
      color: #88AE88;
      font-size: 15px;
	  font-style: bold;
	  margin-top: 5px;
	  margin-left: 10px;
   }


/*end top10 elements*/