/*
 	index_page.css: style rules that pertain to the index page, specifically
	created: 10 March 2006 by Scott M. Smith
	lasted edited: 10 March 2006 by Scott M. Smith 
*/

@import url('global.css'); /* include the site-wide stylesheet rules */

.main_info {
	font: bold 12pt times new roman, times, serif;
	color: #033734;
	text-align: center;
}

td img {
	width: 200px;
	background: none;
}

table {
	width: 100%;
}

td {
	width: 50%;
	vertical-align: top;
	text-align: center;
	padding: 20px 0 20px 0;
}

td h3 {
	margin-top: 5px;
}
