@charset "UTF-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align:justify;
	background-color:#94bec2;
}
#wrapper {
	width: 890px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border:medium double #000000;	
}
#wrapper h1 {
	display: none;
}
#banner {
	width: 764px;
	height:115px;
	float:left;

}

#weeknav {
	width: 106px;
	padding-top: 12px;
	padding-right: 10px;
	float: right;
}
#content {
	float:left;
	width: 744px;
	padding-left: 15px;
	padding-right: 5px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000;
}
.bottomborder {
	width:744px;
	padding-left: 15px;
	border-top: double medium #000;
}
#footer {
	width: 744x;
	height: 40px;
	font-size: 12px;
}
#toc {
	width: 225px;
	font-size: 10px;
	text-align:left;
	vertical-align:text-top;
	padding-left:10px;
	float:left;
	
}
.thinkAloud{
	float: left;
	width: 210px;
	margin-top: 5px;
	margin-bottom: 5px;
	/* [disabled]border: thin solid #FF6600; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-repeat: repeat-x;
	margin-left: -30px;
}
#pageid {
	width: 400px;
	text-align:center;
	vertical-align:text-top;
	float:left;
	
	padding-top: 2px;
}
#prevnext {
	width: 106px;
	height:40px;
	
	float:right;

}
#copyright {
	width: 400px;
	font-size: 9px;
	text-align:center;
	float:left;
	padding-left:235px;
}
