html{height: 100%;}

body
{ background: #FFFFFF url(bg.gif);
  color: #3E4244;
}

blockquote
{ background-color: #F1F4F5;
  color: #3E4244;
  border-color: #D4DBDE;
}
/*ie6 ÏÂpngÍ¸Ã÷*/
* html img, * html .png{ behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/eimages/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")),this.pngSet=true) ); } 

#links, #links a
{ background-color: transparent;
  color: #3E4244;
}

#links a:hover
{ background-color: transparent;
  color:#F00;
}

#logo
{/* background: url(logo_2.jpg) #8D9299 no-repeat;*/
  color: #3E4244;
}

#logo h1
{ background-color: transparent;
  color: #FFFFFF;
}  

#content, #column1, #column2
{ background-color: #FFFFFF;
  color: #3E4244;
} 

#column2 h1
{ background: transparent;
  color: #3E4244;
  border-color:#F00;
}

#menu, #addlinks, .sidebaritem
{ background: #FFFFFF url(box_2.png) repeat-x;
  color: #3E4244;
}

#menu li a, #addlinks li a
{ background-color: transparent;
  color: #3E4244;
  border-color: #FFFFFF;
} 

#menu li a:hover, #menu li a#selected, #addlinks li a:hover
{ background-color: #ea110d; 
  color: #FFFFFF;
  border-color: #FFFFFF;
} 

.sidebaritem a, #column2 a
{ background-color: transparent;
  color: #2780F9;
}

.sidebaritem a:hover, #column2 a:hover
{ background-color: #F1F4F5;
  color: #3E4244;
}

#footer
{background:url(foot.gif) no-repeat; height:30px; padding-top:40px;}

#footer a
{ color: #3E4244;
}

#footer a:hover
{ background: #8D9299;
  color: #FFFFFF;
}

input, textarea
{ background-color: #FFFFFF;
  color: #3E4244;
  border-color: #616D7B;
}

