@charset "utf-8";


/* ****************************************_**************************************** */


/* Background Image */
body {
  background: url(../../images/index/background.jpg) bottom right no-repeat;
}


/* Banner Area */

#banner_area {
  width: 285px;
  margin-top: 10px;
}

#banner_area img {
  margin-top: 6px;
  /* ie6 hack */
  _behavior: expression(IEPNGFIX.fix(this));
}


/* ****************************************_**************************************** */


/* News Area */

#news_area {
  margin: 85px 0 30px 0;
  font-size: 0.85em;
}

#news_area h2 {
	width: 770px;
	height: 40px;
	text-indent: -9999px;
	background: url(../../images/index/month_july.png) top left no-repeat;
  /* ie6 hack */
  _behavior: expression(IEPNGFIX.fix(this));
}

#news_area ul {
  list-style: none;
  margin-top: 5px;
  padding: 5px 0 3px 0;
  background: url(../../images/index/news_background.png) center left repeat-y;
  /* ie6 hack */
  _behavior: expression(IEPNGFIX.fix(this));
}

#news_area ul li {
  list-style: none;
  display: block;
  margin: 0 0 5px 0;
  background: url(../../images/index/list_elements.gif) center left no-repeat;
}

#news_area ul li p {
  margin: 0;
  padding: 2px 0 2px 20px;
}



a.emergency:link {
	color: #990033;
	text-decoration: none;
}
a.emergency:visited {
	text-decoration: none;
	color: #990033;
}
a.emergency:hover {
	text-decoration: underline;
	color: #990033;
}
a.emergency:active {
	text-decoration: none;
	color: #990033;
}
