/* ------------------------------------------------------------		Title:		Laura Hanley Style Sheet	Author:  	matt@alazair.com	Created:	November 30 2005	------------------------------------------------------------- */body{	font-family:arial,verdana,sans-serif;	font-size:12px;	background-color:#ffffff;	margin:0px;	padding:0px;	}	/* ------------------------------------------------------------		Layout 	------------------------------------------------------------- */#header{	width:800px;	height:40px;	background:url(images/logo.jpg) center no-repeat;	margin:15px auto 0px;	}#topnavbar{	height:25px;	margin:10px auto 0px;	background:url(images/topbar.gif) repeat-x;	}		.nav{	width:800px;	height:60px;	margin:0px auto;	}.width{	float:left;	width:82px;	text-align:center;	margin:15px 59px 0px 59px;	}.width2{	float:left;	width:82px;	text-align:center;	margin:10px 59px 0px 59px;	}#content{	width:800px;	margin:24px auto 0px;	}	#bottomnavbar{	height:25px;	margin:15px auto 0px;	background:url(images/bottombar.gif) repeat-x;	}#footer{	width:800px;	height:20px;	text-align:center;	margin:15px auto 0px;	}/* ------------------------------------------------------------		Links	------------------------------------------------------------- */a:link{	color:#4A8DBA; 	text-decoration:none;	}	a:visited{	color:#4A8DBA; 	text-decoration: none;	}	a:hover{	color:#000000;	text-decoration:underline;	}	a:active{	color:#4A8DBA; 	text-decoration:none;	}	.navover{	font-size:15px;	}	a:link.navover{	color:#000000; 	text-decoration:none;	}	a:visited.navover{	color:#000000; 	text-decoration: none;	}	a:hover.navover{	color:#666666;	text-decoration:none;	}	a:active.navover{	color:#000000; 	text-decoration:none;	}	a:hover.nounderline{	color:#000000;	text-decoration:none;	}/* ------------------------------------------------------------		Images	------------------------------------------------------------- */.borderzero{	border:0px;	}	/* ------------------------------------------------------------		Fonts	------------------------------------------------------------- */.head1{	font-family:arial,verdana,sans-serif;	font-size:13px;	}	.head2{	font-family:arial,verdana,sans-serif;	font-size:14px;	}	.head3{		font-family:arial,verdana,sans-serif;	font-size:40px;	}	.italics{	font-style:italic;	}.bold{	font-weight:bold;	}	.headerspacing{	letter-spacing:3px;	font-weight:bold;	}.indent{	display:block;	text-indent:20px;	}	/* ------------------------------------------------------------		Tables	------------------------------------------------------------- */.centertable{		width:100%;	text-align:center;	}		.centertable2{		width:100%;	text-align:center;	border:1px solid #000000;	}		td.half{	width:50%;	text-align:left;	}