/* layout */

#box1 {
   position: absolute;
   width: 702px;
   height: 50px;
   left: 120px;
   top: 18px;
   border: 0;
   margin: 0px 10px 0px 10px;
   text-align: left;
   background-image: url(graphics/new-top.jpg)
}

#box2 {
   position: absolute;	
   width: 702px;   
   height: 30px;
   left: 120px;
   top: 68px;
   border: 0;
   margin: 0px 10px 0px 10px;
   text-align: left;
}

#box3 {
   position: absolute;
   width: 530px;
   height: 310px;
   top: 110px;
   left: 130px;
   padding: 10px 0px 0px 10px;
}

#box4 {
   position: absolute;
   width: 530px;
   height: 115px;
   top: 430px;
   left: 130px;
   padding: 0px 0px 0px 10px;
}

#box5 {
	position: absolute;
	width: 160px;
	height: 560px;
	top: 120px;
	left: 670px;
	text-align: left;
}

#box6 {
   position: absolute;
   width: 530px;
   height: 115px;
   top: 550px;
   left: 130px;
   padding: 0px 0px 0px 10px;
}

/* text */

span.headline {
	font-weight: bold;
	color: #FF0000;
}

a.headline {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a.more {
	font-style: italic;
	color: #10167f;
	text-decoration: none;
}

span.blurb {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #10167f;
}

