/* HOME PAGE FORMATTING */


html,body {
	font-size : small;
}

h1 {
	font-size : medium;
	text-align : center;
	margin-bottom : 1em;
}

table.splash {
	width : 95%;
	margin : 0;
	padding : 0;
	border-collapse : collapse;
	border : 0;
}

table.splash tr td {
    width : 45%;
	margin : 0;
	padding : 5px;
	border-collapse : collapse;
	border : 0;
}



