body {
	background-image: none;
}
#sites {
	position: relative;
	float: left;
	width: 800px;
	margin: 0 1px;
	background: #aedbde url('/images/bg-sites.gif') repeat-y 0 0;
	color: #546a71;
}
#sites .item {
	float: left;
	width: 200px;
	background-color: #cdebed;
	color: #546a71;
}
#sites .alt {
	background-color: #aedbde;
	color: #546a71;
}
#sites .over {
	background-color: #a5cfd3;
	color: #ffffff;
	cursor: pointer;
}
#sites .item img,
#sites .item a.noimg {
	display: block;
}
#sites .item img {
	width: 200px;
	height: 96px;
	border: 0;
}
#sites .item a.noimg {
	min-height: 20px;
	padding: 38px 6px;
	background-color: #e1f3f4;
	color: #546a71;
	font-size: 75%;
	line-height: 1.3em;
	text-align: center;
}
#sites .item a.noimg:hover,
#sites .item a.noimg:focus,
#sites .item a.noimg:active {
	background-color: #e1f3f4;
	color: #2e3f44;
}
#sites .alt a.noimg {
	background-color: #cee9eb;
	color: #546a71;
}
#sites .alt a.noimg:hover,
#sites .alt a.noimg:focus,
#sites .alt a.noimg:active {
	background-color: #cee9eb;
	color: #2e3f44;
}
#sites .item .txt {
	padding: 12px;
}
#sites .item .txt p {
	margin: 0 0 1.2em;
	font-size: 85%;
	line-height: 1.3em;
}
#sites .notice {
	display: none;
	position: absolute;
	top: -172px;
	left: 320px;
	width: 454px;
	padding: 12px;
	background: transparent url('/images/bg-sites-notice.png') repeat 0 0;
	color: #546a71;
}
#sites .notice h2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 110%;
	font-weight: normal;
	line-height: 1.3em;
}
#sites .notice p {
	margin: 0 0 1.2em;
	font-size: 85%;
	line-height: 1.3em;
}
#sitecredits {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	background-color: #4e646c;
	color: #addcde;
	font-size: 70%;
	line-height: 1.3em;
	text-align: center;
}
#sitecredits a {
	background-color: #4e646c;
	color: #addcde;
}
#sitecredits a:hover,
#sitecredits a:focus,
#sitecredits a:active {
	background-color: #4e646c;
	color: #ffffff;
}
#footerkeywords {
	clear: left;
	float: left;
	width: 100%;
	padding: 6px 0;
	background-color: #4e646c;
	color: #addcde;
	font-size: 65%;
	line-height: 1.3em;
	text-align: center;
}
#footerkeywords a {
	background-color: #4e646c;
	color: #addcde;
}
#footerkeywords a:hover,
#footerkeywords a:focus,
#footerkeywords a:active {
	background-color: #4e646c;
	color: #ffffff;
}
