
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4 {
	border-bottom: 1px solid #eaeaea;
}

.collapseForPrint {
	display: none;
}

#container {
	width: 700px;
}
#textOnlyNav {
	height: 20px;
	clear: both;
}
#textOnlyNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#textOnlyNav li {
		float: left;
		display: inline;
		margin: 0 10px 0 0;
	}
	

#sidebar {
	float: right;
	padding: 20px;
	display: none;
}
	#sidebar ul {
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
	}
	#sidebar .search {
		list-style:none;
		margin: 0 0 0 0;
		padding: 10px 0 0 0;
	}
	

#mainContent {
	margin: 0 0 20px 0;
	width: 450px;
	float: left;
}
	.bottom {
	
	}
	
	#content {
		width: auto;
	}
		#content h1 {
			font-size: 2em;
			font-weight: normal;
		}
	#column2 {
		width: auto;
	}
	.previousNext {
		clear: both;
	}

#footer {
	clear: both;
	padding: 20px 0 0 0;
	border-top: 1px solid #999;
}

.previousNext {
	display: none;
}


.link {
	clear: both;
	display: block;
}


