<style type="text/css">


html, body {
	margin: 2;
	padding: 2;
}

body {
		text-align: center; /* Hack for IE to center the page container */
	}



.NewsItemOpener {color: #0000FF}
.NewsItemHeadline {color: #0000FF; font-weight: bold; }
.BigHeadline {
	font-size: x-large;
	font-weight: bold;
}


.Tagline {
	font-size: medium;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}


.author {
	font-size: medium;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
	font-style: italic;
}
.CalloutQuote {
	font-size: large;
	font-weight: bold;
	font-variant: normal;
	color: #92BAFE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.BigBlueLetter {
	font-size: larger;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
}
.whitelink {color: #FFFFFF}

.boxheader {
	text-transform:uppercase;
	margin:0px;
	text-align:center;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #0000FF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	vertical-align: middle;
}
.lightbluebox {
	border:1px solid #0000FF;
	padding: 4px;
	background-color: #FFFFFF;
	background-image: none;
	color: #000000;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	clear: both;
	text-align: left;
}

#page-container {
	width: 852px;
	background: white;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center for IE center hack */
}

#header {
	width: 850px;
	margin: 1;   
	background: white;
	padding-bottom: 2px;
}

#navigation {
	width: 850px;
	background: white;
	padding-bottom: 5px;
}

#content {
	background: white;
	padding-bottom: 5px;
}

#content .padding {
	padding: 5px;
}
#AllData {
	background: white;
	padding-bottom: 15px;
	display: inherit;
}
#science {
	background: white;
	padding-bottom: 15px;
	visibility: hidden;
	display: none;
}
#history {
	background: white;
	padding-bottom: 15px;
	visibility: hidden;
	display: none;
}
#english {
	background: white;
	padding-bottom: 15px;
	visibility: hidden;
	display: none;
}

