body {
	background-color: #f0f0f0;
	color: black;
	margin: 0px 0px 0px 0px;
	padding-bottom: 30px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center; /* for ie */
}
	a:hover {
		color: red;
	}
	
	h1 {
		font-size: 26px;
		line-height: 32px;
		color: black;
		text-align: center;
		font-weight: normal;
	}

	h2 {
		font-size: 24px;
		line-height: 26px;
		color: #c42727;
		text-align: center;
		font-weight: normal;
	}
	
	h2 a {
		color: #c42727;
		text-decoration: underline;
	}

	#tinynav {
		position: absolute;
		top: 0px;
		right: 5px;
		width: auto;
		height: 12px;
		font-size: 10px;
		background-color: #efefef;
		color: #666666;
		float: right;
		
	}
	
		#tinynav a {
			color: #666666;
		}
		
	
	#header {
		margin-top: 20px;
	}
	
	#content {
		position: relative;
		top: 0px;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	
	#copyright {
		clear: both;
		text-align: center;
		font-style: italic;
		font-size: 12px;
		line-height: 18px;
	}
	
	#refs, .references {
		margin-top: 25px;
		font-size: 12px;
		line-height: 16px;
		font-style: italic;
		color: #999999;
	}
	
	#credits {
		margin-top: 25px;
		font-size: 12px;
		line-height: 16px;
		font-style: italic;
		color: #333333;

	}
	
	span.highlight {
		background-color: yellow;
	}
	
	
	
	/* generics */
	
	img {
		border: 0px;
	}
		
	.left {
		float: left;
	}
			
	.right {
		float: right;
	}
	
	.centralia {
		text-align: center;
	}
	
	.whisper {
		color: #999999;
	}
	
	.required {
		color: #ff0000;
	}
	
	
	.presentedleft, .content .presentedleft {
		float: left;
		border: 1px solid black;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	
	.presentedright, .content .presentedright {
		float: right;
		border: 1px solid black;
		margin-left: 10px;
		margin-bottom: 10px;
	}


#topstrip {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 22px;
	margin: 0px;
	background: #efefef url(/images/headernavbg.png) top left repeat-x;
	border-bottom: 1px solid #bbbbbb;
	font-size: 10px;
	line-height: 16px;
}

	#topstrip a {
		text-decoration: none;
		color: #999999;
		margin: 2px 2px;
		display: block;
		width: 75px;
		padding: 0px 10px;
		text-align: center;
		float: left;
	}
	
	#topstrip a:hover {
		color: #333333;
		background: url(/images/headernavhoverbg.png) top left no-repeat;
	}
	
	#topstrip #sitesearch {
		float: right;
		color: #666666;
		margin-right: 15px;
	}
	
	#topstrip #sitesearch input {
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 10px;
		margin: 3px 0px 0px 5px;
		line-height: 12px;
		border: 1px solid #999999;
		background: #fcfcfc;
	}
	
	#topstrip #sitesearch input:focus {
		background: #ffffff;
	}
	
