@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #6F1F00;
	font-size: 1
.em;
	font-size: .8 em;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C60;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #900;
	font-weight: bold;
}
body  {
	background: #000;
	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 */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #c9c9a9 url(../images/topStripNodes.jpg) no-repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	margin: 0px;
	padding: 0px;
	height: 110px;
	position: relative;
}
#navButtonsTop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
	width: 250px;
	bottom: 0px;
}
#navTop {
	position: absolute;
	left: 4px;
	bottom: 0px;
}
#headerLeadText {
	position: absolute;
	left: 201px;
	top: 14px;
}
#adHeader {
	position: absolute;
	top: 60px;
	right: 10px;
}
.twoColFixLtHdr #sidebar1 {
	width: 320px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c9c9a9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
}
#sideCol1 {
	background: #fff;
	width: 80px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
	margin: 2px 0px 10px 4px;
	padding: 4px;
}
#sideCol2 {
	background: #fff;
	width: 214px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 2px 0px 5px;
	padding: 2px 4px 0px 8px;
	text-align: left;
}
#sideCol2Lower {
	background: #FFF;
	padding: 2px 4px 0px 8px;
	width: 214px;
	float: right;
	margin: 2px 0px 5px;
}
#kidsHandsPic {
	background: #525252 no-repeat;
	width: 320px;
	text-align: center;
	height: 5.2em;
}
#mainContentRightCol {
	background: #e9dd99;
	margin: 0px 0px 0px 8px;
	padding: 0;
	width: 421px;
	float: right;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 634px;
	background: #e9dd99;
} 
#animationSamePageContainer {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 636px;
	height: 330px;
	background: #000;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	height: 60px;
	clear: both;
} 
#ccLicense {
	margin: 0px;
	padding: 0px;
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: absolute;
	left: 200px;
}
.headerIdeasYellowLarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #e9dd99;
}
.blueBoldText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #162B90;
}
h1 {
	background: #c5a376;
	color: #162B90;
}
.textLogoHeaderLarge {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bolder;
	color: e9dd99;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.linkCentered {
	text-align: center;
}
.textTanBkg {
	background: #c5a376;
}
.textLtGrayBkg {
	background: #c9c9a9;
}
.textYellow {
	color: #e9dd99;
}
.textYellowBkg {
	background: #e9dd99;
}
.goldText {
	color: #f2b401;
}
.textLarger {
	font-size: 18px;
}
.textSmBlack04em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
#mainContentColLeft {
	background: #e9dd99;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#mainContentColRight {
	background: #e9dd99;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 421px;
}
#mainContentColLeft315W {
	background: #e9dd99;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 310px;
}
#mainContentColRight315W {
	background: #e9dd99;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 310px;
}
#samePageAnimationText {
	background: #000;
	margin: 0px;
	padding: 6px;
	width: 200px;
	color: #e9dd99;
}

