/* Tangible Learning CSS Document */

body {background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#container {
	background: #CCCCCC;
	position: relative;
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}


#content_container { /* Contains Header & Content Area */
	background: none;
	position: relative;
	margin: -235px auto -230px auto;
	width: 700px;
	height: auto;
	overflow: hidden;
}

/* -------------------- Header -------------------- */

#header {
	position: relative;
	background: none;
	margin: 0;
	width: 700px;
	height: 104px;
	overflow: hidden;
	z-index: 100
}


/* -------------------- Content Area -------------------- */

#page_content_area {
	background: none;
	position: relative;
	margin: -15px 0 0 0;
	width: 700px;
	height: auto;
	overflow: hidden;
	z-index: 100
}


/* -------------------- Footer & Footer Navigation -------------------- */


#footer {
	background: none;
	position: relative;
	margin: -95px auto 0 auto;
	width: 700px;
	height: 200px;
	overflow: hidden;
	z-index: 900
}

#navigation {
	background: none;
	position: relative;
	margin: 0 auto 10px auto;
	width: 680px;
	height: 39px;
	overflow: hidden;
	z-index: 950
}

.navbutton {background: none;
	position: relative;
	top: 0;
	float: left;
	width: 105px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	z-index: 950
}

.navseperator {background: none;
	position: relative;
	top: 0;
	float: left;
	width: 2px;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #660000;
	font-size: 13px;
	z-index: 950
}

.navbutton a {
	color: #000000;
	text-decoration: none;
}

.navbutton a:link {
	color: #000000;
	text-decoration: none;
}

.navbutton a:hover {
	color: #990000;
	font-weight: bolder;
	text-decoration: none;
	font-size: 15px;
}

.sub {
	font-size: 12px;
	font-weight: normal;
	font-style: italic
}

hr {
	color: #660000;
}

/* Footer */

#copyright {
	background: none;
	position: absolute;
	top: 64px;
	left: 400px;
	width: 300px;
	height: 15px;
	font-size: 11px;
	text-align: right;
	overflow: hidden;
}

#mcg {
	background: none;
	position: absolute;
	top: 64px;
	left: 0;
	width: 300px;
	height: 15px;
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

#mcg a {
	color: #000000;
	text-decoration: none;
}

#mcg a:link {
	color: #000000;
	text-decoration: none;
}

#mcg a:hover {
	color: #FFFFFF;
}









