.ModuleContentPane { margin-bottom: 20px;}

.box1Container {
	width:247px;
	margin:0px auto;
	}

.box1Container .moduleTitleBar {
	background:url(Images/Box1Top.png) top no-repeat;
	line-height:28px;
	padding:5px 20px 0px;
	}
	
.box1Container .moduleTitleBar h2 {
	color:#FF4C00;
	font-weight:bold;
	font-size:larger;
	}

.box1Container .moduleContentPane {
	background: url(Images/Box1Tile.jpg) repeat-y;
	min-height:30px;
	padding:1px 20px;
	color:#016D35;
	margin-bottom:0px;
	}
	
.box1Container .moduleContentPane p,
.box1Container .moduleContentPane .Normal {
	color:#016D35;
	}
	
.box1Container .moduleFooter {
	background:url(Images/Box1Bottom.png) no-repeat bottom;
	height:10px;
	margin-bottom:15px;
	}
	
	



.box2Container {
	width:247px;
	margin:0px auto;
	}

.box2Container .moduleTitleBar {
	background:url(Images/Box2Top.png) top no-repeat;
	line-height:28px;
	padding:5px 20px 0px;
	}
	
.box2Container .moduleTitleBar h2 {
	color:#fff;
	font-weight:bold;
	font-size:larger;
	}

.box2Container .moduleContentPane {
	background: url(Images/Box2Tile.jpg) repeat-y;
	min-height:30px;
	padding:1px 20px;
	color:#016D35;
	margin-bottom:0px;
	}
	
.box2Container .moduleContentPane p,
.box2Container .moduleContentPane .Normal {
	color:#016D35;
	}
	
.box2Container .moduleFooter {
	background:url(Images/Box2Bottom.png) no-repeat bottom;
	height:10px;
	margin-bottom:15px;
	}
	
.homeBoxContainer{
	width:274px;
	}

.homeBoxContainer .moduleTitleBar {
	background:url(Images/HomeBoxTop.jpg) top no-repeat;
	height:15px;
	}
	
.homeBoxContainer .moduleTitleBar h2 {
	color:#fff;
	font-weight:bold;
	font-size:larger;
	}

.homeBoxContainer .moduleContentPane {
	background: url(Images/HomeBoxTile.jpg) repeat-y;
	min-height:30px;
	padding:1px 25px 5px;
	color:#016D35;
	margin-bottom:0px;
	}
	
.homeBoxContainer .moduleContentPane p,
.homeBoxContainer .moduleContentPane .Normal {
	color:#016D35;
	}
	
.homeBoxContainer .moduleFooter {
	background:url(Images/HomeBoxBottom.jpg) no-repeat bottom;
	height:10px;
	margin-bottom:15px;
	}

