.bgtopstrip {
	background-image: url(/images/topstrip/bgtopstrip.gif);
	background-repeat: repeat-x;
	height: 36px;
}
.texttopstrip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8fb1ce;
	text-decoration: none;
}
.texttopstrip:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b6d0e8;
	text-decoration: underline;
}
.permalink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}