.boxtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:409px;	
		height:45px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(/images/boxAtop.gif);	
	}	
	.topcontent{	
		/*set the font style for the box title*/	
		font-family:arial;	
		font-size:14pt;	color:#990000;
		font-weight:bold;	
		/*shift the title down a bit and center it*/	
		padding-top:20px;
		padding-left:10px;		
		text-align:left;	
	}	
	.boxbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:409px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(/images/boxAbottom.gif);	
	}	
	.maincontent{	
		/*set the font style for the main content*/	
			font-family:arial;	
			display:block;	
		/*align the main content nicely*/	
		padding-left:10px;	
		padding-bottom:20px;	
		padding-right:10px;	
	}
	
.boxBtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:211px;	
		height:38px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(/images/boxBtop.gif);	
	}	
.topBcontent{	
		/*set the font style for the box title*/	
		font-family:arial;	
		font-size:14pt;	color:#17234A;
		font-weight:bold;	
		/*shift the title down a bit and center it*/	
		padding-top:15px;
		padding-left:10px;		
		text-align:left;	
	}	
.boxBbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:211px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(/images/boxBbottom.gif);	
	}	
.mainBcontent{	
		/*set the font style for the main content*/	
			font-family:arial;
			font-size:11px;	color:#666666;
				text-align:left;	
	
			display:block;	
		/*align the main content nicely*/	
		padding-left:2px;	
		padding-right:5px;	
	}