* {
	padding: 0;
	margin: 0;
}

html {
	background-color: #f3f3f2;
	background-image: url(/img/home/ht.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

.global {
	overflow: hidden;
	padding-top: 6px;
	width: 912px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/img/home/global.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 780px;
	width: 100%;
	min-width: 970px;
}

.header {
	height: 86px;
	clear: both;
	width: 912px;
	font-size: 12px;
	padding-left: 5px;
}

.logo {
	float: left;
	width: 235px;
	height: 50px;
	padding-top: 10px;
	margin-left: 10px;
}

* html .logo {
	margin-left: 5px;
}

.logo img {
	border: none;
}

.search {
	width: 313px;
	float: right;
	padding-right: 15px;
	height: 35px;
	color: #6a7e99;
	font-size: 12px;
}

.search a:link, .search a:visited {
	color: #6a7e99;
	text-decoration: none;
	font-size: 12px;
}

.search a:hover {
	text-decoration: underline;
}

.search .links {
	float: left;
	white-space: nowrap;
	padding-right: 22px;
	padding-top: 2px;
}

.search a.sbutton:link, .search a.sbutton:visited {
	width: 18px;
	height: 20px;
	background-image: url(/img/home/sbut.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	border: none;
	text-decoration: none;
	margin-left: 5px;
}

.search a.sbutton:hover {
	background-position: 0 -20px;
}

.search input.input {
	width: 120px;
	padding: 2px 6px;
	border: 1px solid #b0b6b0;
	color: #6a7e99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !IMPORTANT;
	float: left;
}

.menu {
	height: 16px;
	clear: both;
	overflow: hidden;
	margin-bottom: 7px;
	padding-left: 15px;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	float: left;
	/*padding-right: 10px;*/
}

.menu ul li a:link, .menu ul li a:visited {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 16px;
}

.menu ul li img {
	border: none;
}

.menu ul li a:hover {
	background-position: 0 -16px;
}

.about {
	width: 206px;
	background-image: url(/img/home/about.gif);
}

.play {
	width: 149px;
	background-image: url(/img/home/play.gif);
}

.teach {
	width: 175px;
	background-image: url(/img/home/teach.gif);
}

.learn {
	width: 232px;
	background-image: url(/img/home/learn.gif);
}

.newsroom {
	width: 124px;
	background-image: url(/img/home/newsroom.gif);
}

.flash {
	width: 912px;
	height: 341px;
	clear: both;
}

.news {
	padding-left: 525px;
	padding-top: 27px;
	height: 125px;
	overflow: hidden;
}

.news h1 {
	display: block;
	padding-bottom: 8px;
	color: #253f6b;
	font-size: 16px;
}

.news .rsstitle {

}

#cnnbox, #ddbox {
	padding-bottom: 10px;
	color: #9b3f12;
	font-size: 12px;
}

.news .rsstitle a:link, .news .rsstitle a:visited {
	color: #9b3f12;
	font-size: 12px;
}

.footer {
	padding-top: 47px;
	font-size: 11px;
	color: #6a7e99;
	padding-left: 22px;
}

.footer a:link, .footer a:visited {
	color: #6a7e99;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}