/* body */

body {
font-family : Verdana, Tahoma, Arial;
text-align : center;
}

	.b {
	font-weight : bold;
	}
	
	.caps {
	text-transform : uppercase;
	}
	
	.purple {
	color : #6e6ea9;
	}
	
	img {
	height : 1px;
	visibility : hidden;
	}



/* wrapper */

#wrapper {
margin : auto;
padding : 31px 0 0;
text-align : left;
width : 865px;
}

	p#print {
	display : none;
	}



	/* textonly tab */
	
	p#textonly {
	background : #ddd;
	border : 1px solid #bbb;
	padding : 10px;
	font-weight : bold;
	text-align : center;
	}



/* banner */

p#banner {
display : none;
}



/* main content */

#main {
height : 1%;
line-height : 1.5em;
}

	html>body #main {
	height : auto;
	overflow : auto;
	}

	
	
	/* content */

	#left {
	float : left;
	width : 243px;
	}
	
		#left.home {
		width : 262px;
		}
	
	#center {
	float : left;
	width : 600px;
	}
	
		#center.home {
		display: none;
		}
	
	#right {
	display: none;
	}
	
		#right.home {
		width : 245px;
		}