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

body {background-color: #CCCCCC}

a:link {
	color: #29abe2;
	text-decoration: none;
}
a:visited {
	color: #29abe2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline!Important;
	color: #29abe2;
}

a:active {
	text-decoration: none;
}

div.parentbox {

	background-color:#FFFFFF;
	background-repeat: repeat;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	width: 940px;
	}
	
.content {
	margin-left: 20px;
	width: 900px;
	z-index: 6;
	}
	
	

.textblock {

font-family: Helvetica;
	font-size: 12px;
	text-align:justify;
	
	width: 450px;
	
	float: left;
	}
	
.mediacolumn1 {
	margin-left: 30px;
	width: 200px;
	float: left;
	
	}
	
.mediacolumn2 {
	margin-left: 20px;
	width: 200px;
	float: left;
	
	}
	
.headline {
	font-family: Helvetica;
	font-size: 36px;
	color: #29abe2;
}

.subhead {
	font-family: Helvetica;
	font-size: 24px;
	color: #333333;
}

.caption {
	font-family: Helvetica;
	font-size: 10px;
}

.bodytext {
	font-family: Helvetica;
	font-size: 12px;
}

.pagetext {
	font-family: Helvetica;
	font-size: 12px;
	text-align: right;
	}


.spacer {
	height: 5px;
	clear: both;
	}
	
	 
	 
	
.menudiv {
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 0px;
	width: 100%;
	position: fixed;
	top: 8px;
	z-index: 5;
}
.blankdiv {
	z-index: 2;
	height: 800px;
	width: 100%;
	position: absolute;
	top: 1200px;
	background-image: url(critters.png);
	background-repeat: no-repeat;
	background-position: center;
}
	
	
.notebook {
	margin: 10px 10px 10px 0px;
	float: left;
	width: 275px;
	padding: 10px;
	background-color: #CCCCCC;
}
		
	
.tips {
	margin: 10px 10px 10px 0px;
	padding: 10px;
	background-color: #bdd4e4;
}
	
	
