#boxes{
	visibility:hidden;
}
.pages_wrap {
	background: url(../images/bg_fold_marks.gif) no-repeat left top;
	width: 757px;
	height: 956px;
	padding: 0 0 0 35px;
}
table.page_table {
    width: 678px;
    height: 956px;
    border: 4px dashed #000;
    table-layout: fixed;
    font-family: helvetica, arial, Georgia, serif; 	
}
#ep_name {
	width: 286px; 
	height: 74px; 
	padding: 64px 0 0 0; 
	text-align:center; 
	font-size: 15px; 
	font-weight: bold;
}
td#logoHeader {
	width: 334px; 
	height: 191px; 
	background: url(../images/bg_knowhat2do_emergency_plan.gif) no-repeat 15px 20px;
}
table.page_table td.sub_header {
   width: 334px;
   height: 191px;
}
table.page_table td.cols {
    width: 167px;
    padding: 10px 0 0 0;
    border-top: 1px solid #f2f2f2;
}
table.page_table .box, #boxes .box {
    float: left;
    width: 147px;
    margin: 5px 10px 5px 10px;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #ccc;
}
table.page_table .box h2, #boxes .box h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px 0; 
}
table.page_table .box p, #boxes .box p {
    font-size: 11px; 
	line-height: 14px;
	margin:0 0 3px 0;
	color: #333;
}
