  #g_title p, #g_footer p, #g_description p {
    margin: 0;
  }
  /*

    -- -- -- -- -- -- --
    Browser Fixes
    -- -- -- -- -- -- --
    
    This file uses CSS filtering methods to fix various
    layout bugs.

    Each of the following three imported files is a 
    separate, browser-specific CSS file that keeps all 
    hacks out of the main style sheet.
    
    Over time, as supporting these browsers no longer
    remains a priority, cleaning up the hacks is as
    easy as deleting the @import statement below, or
    simply no longer linking this file from the HTML.
    
  */

  /* 
    fix ie6 "peekaboo bug" using the "holly hack". 
    Note, this style only gets applied to ie6
  */
  * html .wrapper {
    height: 0.1%;
  }

  /* 
   * IE5 mac - overrides the IE/Win hack 
   */

  /*\*//*/

  * html #threecolumn div {
    height: auto;
  }

  /**/


  /* 
   * IE5/Win-specific CSS -ensures #container wraps all content on window resize
   */

  @media tty {
   i{content:"\";/*" "*/}} * html #container { height: 1%; } /*";}
  }/* */
  /* Styling for editable elements. Eventually, this will be part of the style. */
  .editable {
    border: 1px dashed blue;
  }
  
 
  /* Extra divs hidden by default. The custom CSS can override this though */
  #extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
    display: none;
  }
  
  a img,:link img,:visited img {border: none;}
  body {
    text-align: center;
  }
  #container {
    width: 918px;
    text-align: left;
    margin: 0 auto;
  }
  #main-content {
    float: right;
    width: 670px;
  }
  #sidebar {
    float: right;
    width: 230px;
  }
  
  /** BEGIN CUSTOM SKIN **/
  /*

    -- -- -- -- -- -- --
    Base CSS
    -- -- -- -- -- -- --
    
    This file simply removes default styling on most HTML elements in 
    order to reduce the need to later override them.
    
  */

  h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
  dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
  a img,:link img,:visited img {border: none;}
  address {font-style: normal;}/*

    -- -- -- -- -- -- --
    Type Scheme: Deco
    -- -- -- -- -- -- --
    
  */

  body {
    font: 76% Verdana, sans-serif;
  } 

  h1, h2, h3, h4, h5, h6, p.description {
    font-family: "Trebuchet MS", Trebuchet, sans-serif;
  }
  h1 {
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 2em;
    font-weight: normal;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.2em;
    letter-spacing: 0.2em;
  }
  h5 {
    font-size: 1.2em;
  }
  h6 {
    font-size: 1em;
    font-weight: bold;
  }

  p, td {
    line-height: 1.8em;
  }
  code, kbd {
    font-size: 1.25em;
  }/*

    -- -- -- -- -- -- --
    STYLE: Chemise
    -- -- -- -- -- -- --

  */




  /* ie6win */

  /* ie5mac */

  /* ie5 win */
  @media tty {
   i{content:"\";/*" "*/}} td, * html th { font-size: 0.8em; } h1 { height: 1%; } /*";}
  }/* */

  /* Basic HTML style
  ----------------------------------------------- */
  a:link {
    padding: 0 2px;
  }
  body {
    font: 80% "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  }
  blockquote {
          margin: 1em 1em;
          font-style: italic;
  }
  caption {
    font-size: 1em;
    text-align: left;
    padding: 4px 6px;
  }
  dd {
    margin: 0 0 1em 1em;
  }
  hr {
    color: #222;
    background: #222;
    border-color: #222;
  }
  td {
    padding: 2px 5px;
    vertical-align: top;
  }
  th {
    font-size: 1em;
    padding: 2px 5px;
    text-align: left;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }

  td p {
    margin-top: 0;
  }

  ul li {
    margin-bottom: 0.8em;
  }
  ol li {
    margin-left: 2em;
    margin-bottom: 0.8em;
  }

  /* Header
  ----------------------------------------------- */
  #container {
  }

  #header {
    border-bottom: solid 1px #000;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
  }
  p.description {
    font-size: 1em;
    margin: 0;
    padding: 0.5em 15px;
    border-bottom: solid 1px #000;
  }
  #g_description {
    margin: 1em 0 1em 15px;
  }


  /* Custom font definitions
  ----------------------------------------------- */
  p {
    margin: 1em 0;
    line-height: 1.5;
  }
  td, td p {
    line-height: 1.5;
  }
  h1,h2,h3,h4,h5,h6 {
    font-family: "Trebuchet MS", arial, sans-serif;
  }
  h1 {
    text-align: left;
    font-weight: normal;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 30px 20px 10px 15px;
    margin: 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  h2 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 1em 0;
    background: url(http://www.dallashanuman.org/images/h2.gif) no-repeat left bottom;

  }
  h3 {
    font-size: 1.2em;
    padding: 4px 10px;
    margin-top: 0.5em;
  }
  h4 {
    margin-top: 0.6em;
    margin-left: 0.2em;
    font-size: 0.9em;
  }
  h5 {
    padding-left: 10px;
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
  }

  a:link {
        color: #f6952e;
  }

  /* sidebar
  ----------------------------------------------- */
  #sidebar, #sidebar-alternate {
    margin-bottom: 2em;
  }
  #sidebar h3, #sidebar-alternate h3 {
    font-weight: normal;
    font-size: 1.3em;
    border-top: solid 1px #000;
    margin-bottom: 0.5em;
  }
  #sidebar h4, #sidebar h5, #sidebar h6,
  #sidebar-alternate h4, #sidebar-alternate h5, #sidebar-alternate h6,
  #sidebar p, #sidebar-alternate p {
    margin-left: 10px;
    margin-right: 20px;
  }

  #sidebar li, #sidebar-alternate li {
    margin-bottom: 0.8em;
  }
  #sidebar .links {
    margin-bottom: 2em;
  }
  #adsense {
    text-align: center;
  }
  .editable {
    border: dashed 1px #666;
  }

  /* layout patches
  ----------------------------------------------- */
  #twocolumn-liquid-left #sidebar {
    float: left;
  }
  #twocolumn-liquid-right #sidebar {
    float: right;
  }
  #threecolumn #sidebar-alternate {
    float: right;
  }


  /* Footer
  ----------------------------------------------- */
  /* footer */
#footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #F8A54C url(http://www.dallashanuman.org/images/footer-bg.png) repeat-x;	
}
#footer-outer {
	clear: both;
	width: 918px;		
	margin: 0 auto;
	font-size: .9em;		
	text-align: left	
}
#footer-wrap {
	float: left;
	width: 918px;
	margin-left: 0px;	
	padding: 5px 10px 5px 10px;	
	display: inline;
}
#footer-wrap h3 {
	margin-bottom: 10px;
	font-size: 1.6em;		
	font-weight: bold;	
	color: #fff;
}

#footer-wrap .col-a {
	width: 220px;
	float: left;
	display: inline;
}
#footer-wrap .col-b {
	width: 220px;
	float: right;	
	display: inline;
	padding: 10px;
}

/* footer-list */
#footer-outer .footer-list ul {
	list-style: none;
	margin-left: 20px;	
	padding: 0;	
}

#footer-outer .footer-list ul li { 
border-bottom: 1px solid #FFFFFF;
list-style: none;
}

#footer-outer .footer-list ul li a {
	display: block;
	width: 98%;
	margin-left: 0;
	padding: 1px 0;
	border: none;
	line-height: 1.2em; 	
	color: #000; 		
}
#footer-outer .footer-list ul li .email {
	background: url(../images/email.gif) no-repeat 0 center;
	padding-left: 20px;
}
#footer-outer .footer-list ul li .rssfeed {
	background: url(../images/feed-icon14.gif) no-repeat 0 center;
	padding-left: 20px;
}
#footer-outer .footer-list ul li .twitter {
	background: url(../images/twitter.gif) no-repeat 0 center;
	padding-left: 20px;
}
#footer-outer .footer-list ul li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: .95em;	
}
#footer-outer .footer-list ul li a:hover,
#footer-outer .footer-list ul li a:hover span {
	color: #fff;	
}

/* footer-bottom */
#footer-bottomup {
	width: 900px;
	margin: 5px auto 1px auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;	
}

#footer-bottom {
	float: left;	
	width: 900px;
	margin: 2px auto 1px auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;	
  border-top: 1px solid #29201c;
  		
}
#footer-bottom .bottom-left {	float: left; }		
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0px;	
}
#footer-bottom a.back-to-top {
	background: url(http://www.dallashanuman.org/images/arrow-up.gif) no-repeat right center;
	padding-right: 20px;
}

/* reset tags */
.hreset {  /* Reset the header styles here */
color:none;
background: none;
}

.lireset {
 	list-style: none;
 	margin-bottom: 1em;
}



  /* fixed 1 column
  ----------------------------------------------- */
  #onecolumn #main-content .wrapper {
    margin: 20px;
  }


  /* fixed left 2 column
  ----------------------------------------------- */
  #twocolumn-left #main-content .wrapper {
    padding: 0 20px;
  }



  /* fixed right 2 column
  ----------------------------------------------- */
  #twocolumn-right #main-content .wrapper {
    padding: 0 20px;
  }

  /* fixed right 3 column
  ----------------------------------------------- */
  #threecolumn #main-content .wrapper {
    padding: 0 20px;
  }
  #threecolumn #sidebar h3, #threecolumn #sidebar-alternate h3 {
    margin-bottom: 0;
  }

  /* liquid left 2 column
  ----------------------------------------------- */
  #twocolumn-liquid-left #main-content .wrapper {
    margin: 0 20px;
  }


  /* liquid right 2 column
  ----------------------------------------------- */
  #twocolumn-liquid-right #main-content .wrapper {
    margin: 0 20px;
  }
  /*

    -- -- -- -- -- -- --
    COLOR SCHEME: Ember
    -- -- -- -- -- -- --

  */


  /* Basic HTML style
  ----------------------------------------------- */
  body {
    color: #323229;
    background: #BFBFBF url(http://www.dallashanuman.org/images/body-bg.gif) repeat-y center top;
  }
  caption {
    color: #fff;
    background: #2AA63B url(http://www.dallashanuman.org/images/h3.gif) repeat;
  }
  code, kbd {
    color: #F68A21;
  }
  dt {
    color: #F68A21;
  }
  hr {
    background: #604829;
    border-color: #604829;
    border-top: none;
  }
  th {
    color: #fff;
    background: #F6922E url(http://www.dallashanuman.org/images/th.gif) repeat-x 0 0;
    border-top: solid 1px #F8A54C;
    border-right: solid 1px #F4782D;
    border-bottom: solid 1px #F4782D;
  }

  ul li {
    list-style: url(http://www.dallashanuman.org/images/h5.gif);
  }

  .nostyle{
    list-style: none;
    margin-bottom: 0em;
  }
  
  /* Header
  ----------------------------------------------- */
  #container {
    background: none;
  }

  #header {
    border-bottom: solid 3px #fff;
  }
  p.description {
    color: #fff;
    background: #F68B20 url(http://www.dallashanuman.org/images/description.gif) repeat-x 0 0;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #F8A54C;
  }



  /* Custom font definitions
  ----------------------------------------------- */
  h1 {
    color: #fff;
    background: #FF6600 url(http://www.dallashanuman.org/images/header.jpg) no-repeat left bottom;
    border-top: solid 1px #FF6600;
    border-bottom: solid 3px #FF6600;
  }
  h2 {
    color: #B4543D;
    background: url(http://www.dallashanuman.org/images/h2.gif) no-repeat left bottom;
  }
  h3 {
    color: #fff;
    background: #45453B url(http://www.dallashanuman.org/images/h3.gif) repeat;
  }
  h4 {
    color: #B4543D;
  }
  h5 {
    color: #F68A21;
    background: url(http://www.dallashanuman.org/images/h5.gif) no-repeat 0 0.5em;
  }


  /* sidebar
  ----------------------------------------------- */
  #sidebar, #sidebar-alternate {
    background: url(http://www.dallashanuman.org/images/sidebar.gif) no-repeat right 0;
  }
  #sidebar h3, #sidebar-alternate h3 {
    color: #B4543D;
    background: none;
    border-top: none;
  }


  /* liquid variation
  ----------------------------------------------- */
  #twocolumn-liquid-left #container, #twocolumn-liquid-right #container {
    background: #F0ECCD url(http://www.dallashanuman.org/images/container-liquid-left.gif) repeat-y left top;
  }
  #twocolumn-liquid-left #container .wrapper, #twocolumn-liquid-right #container .wrapper {
    background: url(http://www.dallashanuman.org/images/container-liquid-right.gif) repeat-y right top;
  }
  #twocolumn-liquid-left #container .wrapper .wrapper, #twocolumn-liquid-right #container .wrapper .wrapper {
    background: none;
  }

  #twocolumn-right #sidebar, #twocolumn-liquid-right #sidebar, #threecolumn #sidebar-alternate {
    background: url(http://www.dallashanuman.org/images/sidebar.gif) no-repeat left 0;
  }
  .editable {
    border: dashed 1px #f60;
  }

  
/* tables */
div.module h3 span {
    background: none;
}

div.module {
    background: url(http://www.dallashanuman.org/images/box-br.gif) no-repeat bottom right;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

div.module div {
    background: url(http://www.dallashanuman.org/images/box-bl.gif) no-repeat bottom left;
    padding: 0;
}

div.module div div {
    background: url(http://www.dallashanuman.org/images/box-tr.gif) no-repeat top right;
    padding: 0;
}

div.module div div div {
    background: url(http://www.dallashanuman.org/images/box-tl.gif) no-repeat top left;
    padding: 0 20px 15px;
}

div.module div div div div {
    background: none;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/* SPOTLIGHT

--------------------------------------------------------- */

/* Spotlight Box Style */

.ja-box-left, .ja-box-leftcol, .ja-box-center, .ja-box-right {
    float: left;
    overflow: hidden;
}

.ja-box-full {
    float: none;
    overflow: hidden;
}

.ja-box-left div.moduletable {
    padding: 0 10px 0 0;
}

.ja-box-right div.moduletable {
    padding: 0 0 0 10px;
}

.ja-box-left div.module {
    margin: 0 0 0 20px;
}

.ja-box-right div.module {
    margin: 0 0 0 20px;
}

/* Top Spotlight */
#ja-topsl {
}

#ja-topsl ul {
    margin: 0;
    padding: 0;
}

#ja-topsl li {
    margin: 0;
    padding-left: 12px;
}

#ja-topsl div.moduletable {
    margin-bottom: 20px;
}

/* Bottom Spotlight */
#ja-botsl {
    clear: both;
    padding: 30px 0 0;
}

/* Common Style for Spotlight */
#ja-botsl ul {
    margin: 0 0 0 2px;
    padding: 0;
}

#ja-botsl li {
    margin: 0;
    padding-left: 12px;
}

#ja-topsl td, #ja-botsl td {
    padding: 0;
}

#ja-topsl .article_seperator, #ja-botsl .article_seperator {
    display: none;
}

#ja-topsl table, #ja-botsl table {
    border-collapse: collapse;
    border-spacing: 0;
}

#ja-botsl a, #ja-botsl a:focus, #ja-botsl a:active, #ja-botsl a:focus {
    color: #666666;
}

table#scrolltable {
  text-align: left;
            font-size: 11px;
            font-family: verdana;
            background: #c0c0c0;
            
        }
 
        table#scrolltable tfoot th a{
            color: black;
            text-decoration:none;
        }
 
        table#scrolltable tbody tr {
            background: #f0f0f0;
        }
 
        table#scrolltable td, th {
            border: 1px solid white;
        }