@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bb_background.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColElsCtr #container {
	width: 70em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	height: 79px;
}
.showBar {
	height: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;	
}
.contentContainer {
	width: 100%;
}
.contentArea {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
	position: relative;
	left: 0px;
}
.navigationArea {
	width: 20em;
	position:relative;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0px;
}
.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: italic;
	color: #999999;
}
.mainText {
	padding-left: 10px;
}
.thumbImg {
	padding: 6px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	margin: 5px;
}
.tooltipHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #006600;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	padding: 3px;
	width: 150px;
}
.tooltipBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #333333;
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #333333;
	width: 150px;
}
