/* Strip page at beginning to ensure layout correct*/
*{
margin:0;
padding:0;
}
/*formating to add a 2 px space around web page content, set general formating information for text, background colour, and centering page */
body{
	background-color:#f60;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:2px;
	text-align:center;
	}
/*container to hold all of page */	
#container{
	width:960px;
	height:1130px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	}	

/*header formating*/	
#header{
	padding-left:30px;
	padding-right:30px;
	width:900px;
	font-size:16px;
	}
#header h1{
	color:#f60;
	font-size:46px;
	}
#content{
	padding-left:30px;
	padding-right:30px;
	width:900px;
	font-size:16px;
	}
#smlContent{
	width:298px;
	height:224px;
	float:left;
	border:1px solid #000;
	}
#smlContentText{
	width:258px;
	height:224px;
	text-align:left;
	padding-left:40px;
	float:left;
	list-style-position:inside;
	border:1px solid #000;
	}
#smlContentText li{
	list-style-type:none;
	}
.underline{
	text-decoration:underline;
	font-weight:bold;
	}
img {
	border:0px;
	}
#footer{
	width:960px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	}
td{
	padding:5px;
	text-align:left;
	}
#tableSpace{
	width:300px;
	height:70px;
	float:left;
	}