#box_photo {
	width: 710px;
	height: 100px;
	margin-top: 15px;
}

#container_trainingmission {
	position: relative;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 710px;
	height: 220px;
}

#box_training, #box_mission {
	position: absolute;
	top: 0px;
	height: 220px;
	border: 1px solid black;
	background-image: url(/images/interface/back-homeheadershadows.gif);
	background-color: white;
	background-repeat: repeat-x;
	background-position: 0px 25px;
}

#box_training {
	left: 0px;
	width: 415px;
}

#hometable {
	width: 100%;
	margin-top: 7px;	
}

.td_left {
	width: 105px;
	text-align: left;
	padding: 0px 0px 10px 5px;
}

.td_right {
	text-align: left;
	padding: 0px 10px 10px 0px;
}



#box_mission {
	right: -2px;
	width: 275px;
}

#box_mission p {
	margin: 0px;
	padding: 7px 12px 0px 12px;
	/*text-align: justify;*/
	text-align: left;
}

.box_header {
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	background-image: url(/images/interface/back-homeheaders.gif);
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
}

#catboxes {
	position: relative;
	width: 710px;
	height: 400px;
	margin: 15px 0px 50px 0px;
	padding: 0px;
}

#catboxes p {
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#cat_business, #cat_leadership, #cat_goved, #cat_natcommfam {
	display: inline;
	margin: 0px;
	padding: 5px 0px 10px 0px;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	width: 170px;
	height: 400px;
	position: absolute;
	top: 0px;
	
}

#cat_business {
	background-image: url(/images/home/back-cat.gif);
	border-color: #1268b3;
	left: 0px;
	text-align: left;
}

#cat_leadership {
	background-image: url(/images/home/back-cat.gif);
	border-color: #1268b3;
	left: 180px;
	text-align: left;
}

#cat_goved {
	background-image: url(/images/home/back-cat.gif);
	border-color: #1268b3;
	right: 179px;
}

#cat_natcommfam {
	background-image: url(/images/home/back-cat.gif);
	border-color: #1268b3;
	right: -2px;
}

.img_cat {
	margin-bottom: -12px;
}