/* ------------------------------------------------------*/
/* Content */
/* ------------------------------------------------------*/
#content {
  overflow:auto;
  position:absolute;
  z-index:5;
  top:80px;
  bottom:0px;
  left:0px;
  right:0;
  background:#ffffff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
* html #content {
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  max-height:100%;
  width:100%;
  overflow:auto;
  position:absolute;
  z-index:5;
  background:#ffffff;
  border-top-width: 70px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-left-color: #fff;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#content h1 {
	text-align:center;
	font-size: 24px;
	padding-left: 10px;
	color: #000066;
}
#content h1 .siteNote {
  display: block;
  font-size: 17px;
  padding-top: 10px;
  color: #444466;
}

.RedAlert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
}
