@charset "UTF-8";
/* CSS Document */

@import "reset.css";
@import "body.css";
@import "header.css";
@import "footer.css";

/* Notification */
#banner{
	float:left;
  margin-top:10px;
  margin-left:10px;
}
#notice{
  font-size:95%;
  text-align:left;
  float:right;
  padding: 10px 10px 0px 0px;
  width:478px;
}
h2{
  font-weight:bold;
  clear:both;
  border-bottom: 3px double #CCCCCC;
  margin:0px 10px;
  padding-top:20px;
  padding-left:5px;
}
.notifications{
  margin:5px 15px 5px 20px;
  font-size:95%;
}

.notifications dt{
	text-align:right;
  margin-bottom:2px;
}
.downloads{
  text-align:right;
  margin:0px 10px;
  padding-bottom:5px;
  border-bottom: 1px solid #CCCCCC;
}
.downloads a{
  background: url(../icons/pdf.gif) no-repeat right center;
  color:#006699;
  font-size:95%;
  padding: 2px 12px 2px 0px;
  margin-right:5px;
}