body {

	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #406724 url("images/header_bg.png") top left repeat-x;

}

/* General declarations made to encompass various parts of the entire site. */

.alt {

	display: none;

}

a img {

	border: none;

}

h1,h2,h3,h4,h5,h6,h7,h8 {

	margin: 0;
	padding: 5px 0;

}

.columnFix {

	clear: both;

}

.left {

	float: left;
	clear: left;

}

.right {

	float: right;
	clear: right;

}

.image {

	margin: 10px;
	
}

/* END general declarations. */

#page {

	display: block;
	text-align: center;
	background: url("images/contentbg.png") 0px 267px repeat-x;

}

#layout {

	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#header {

	height: 270px;

}

#header #logo {

	display: none;
	position: absolute;
	z-index: 50;

}

#header #shootingStar {

	display: none;
	position: absolute;
	z-index: 40;

}

#header #bears {

	position: absolute;
	top: 65px;

}

#header #topContactInfo {

	font-size: 1.4em;
	font-weight: bold;
	color: #bbd;
	text-align: center;
	width: 175px;
	position: relative;
	left: 200px;
	top: 175px;

}

#header #topContactInfo p {

	margin: 0;
	padding: 0;

}

#header #topContactInfo small {

	font-size: 12px;

}

#header #topSlideshow {

	width: 360px;
	height: 182px;
	overflow: hidden;
	float: right;
	margin: 30px 60px 0 0;
	border: 6px solid #fff;

}

#header #topSlideshow img {

	display: none;

}

#header #topSlideshow img.first {

	display: block;

}

#topNav {

	padding: 5px 0;

}

#topNav a:hover img {
	
	background: url("images/nav_hover.png") bottom left repeat-x;

}

#content {

	width: 980px;

}

#content .container {

	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 10px;

}

#content #contentText {

	float: left;
	width: 777px;
	color: #fff;
	background: #1f216b;
	border: 1px solid #fff;
	position: absolute;
	z-index: 10;
	min-height: 470px;
	
}

#content #contentText .container {

	padding: 15px;

}

#content #affiliations {

	float: right;
	width: 230px;
	background: #3739a2;
	border: 1px solid #fff;
	text-align: center;
	position: relative;
	z-index: 5;
	left: -30px;
}

#content #affiliations ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

#content #affiliations .container {

	position: relative;
	left: 30px;

}

#content h3 {
	
	font-size: 26px;

}

#footer {

	clear: both;
	color: #fff;
	padding-left: 10px;

}

#footer #bottomNav a {

	color: #fff;

}

#copyright,#copyright a {

	font-size: 10px;
	color: #fff;

}
