/* 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;		margin-left:auto;	margin-right:auto;	background-color:#fff;	border:1px solid #666;	}	/*header formating*/	#header{	padding:30px;		width:900px;	font-size:16px;	}#header h1{	color:#f60;	font-size:46px;	}#topLeft{	width:450px;	float:left;	}#topLeft img{	margin:0 auto;	}#topRight{	width:450px;	float:left;	padding:50px 0;	}#topRight h2{	padding:10px 0;	}#nav{	background-color:#666;	padding:5px 0;	text-align:left;	}#nav a, #nav li{	color:#f60;	font-weight:bold;	list-style-type:none;	display:inline;	text-decoration:none;	padding:0 10px;	}#content{	padding: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;	}table{	margin: 0 auto;	}p{	padding-bottom:10px;	}
