
h1 {
	font-family: Helvetica;
	font-weight: bold;
	color: #e6e6e6;
	font-size: 24px;
	
}
h2 {
	color: #e6e6e6;
	font-size: 14px;
}
a {
  color: #9c0f0f;
}
body {
	font-family: Helvetica;
	font-size: 12px;
	color: #656565;
	}
p {	
	line-height: 1.4em;
}
#top {
  width: 700px;
  clear: both;
  overflow: auto;

}
.top_box {
  float: left;
  width: 128px;
  height: 170px;
  margin-right: 9px;
  background-color: #9c0f0f;
}
.top_box_alt {
  float: left;
  width: 128px;
  height: 170px;
  margin-right: 9px;
  background-color: #3654a3;
	
}
.top_box_clear {
  float: left;
  width: 128px;
  height: 170px;
  margin-right: 9px;
}
#content_wrap {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	clear: both;
	}
#left {
 width: 170px;
 margin-right: 20px;
 float: left;
 }
 #right {
 float: left;
 width: 480px;
 }
 #footer {
 padding-top: 20px;
 clear: both;
 text-align: center;
 font-size: 9px;
 }
.role {
	font-weight: bold;
}
.subhead {
	font-weight: bold;
}