@charset "UTF-8";
/* CSS Document */

.id {
	height:24px;
	font-size:13px;
	color:#669999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	margin-top:5px;
	text-align:center;
	}
.id a {
	display:inline-block;
	padding:3px 12px;
	background:#ffffff;
	color:#669999;
	text-decoration:none;
	}
.id a:hover {
	color:#005555;
	}
.current {
	font-style:italic;
	}

p {
	margin:20px 0px;
	}
#contentLeftTest { width: 650px; margin-right:20px; height: 620px; float: left; overflow-y:scroll; }
#mainContentTest a {
	color:#22abcf;
	text-decoration:none;
	}	
#mainContentTest a:hover {
	text-decoration:underline;
	}

#collectionsRight {
	position:relative;
	padding-top:40px;
	}
#testRight {
	font-size: 14px;
	font-family: arial;
	line-height: 20px;
	width: 360px;
	float: left;
	padding-right: 10px;
	}
#mainContentTest {
	width: 1065px;
	height: 620px;
	background:url(testBG.jpg) no-repeat bottom;
	}
nextBackBtns {
	padding:10px 0px;
	}
	
.back, .next {
	
	color: teal;
	font-size: 20px;
	font-family: arial;
	width: 88px;
	height: 37px;
	display: block;
	text-decoration: none;
	}

.back:hover, .next:hover {
	text-decoration: underline;
	}
.back {
	float:left;
	}
.next {
	float:right;
	}
.quote {
	color:#caa743;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:500px;
	margin:38px auto;
	padding:0px;
	}
.source {
	color:#7f7f7f;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	}