body, html {
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 56.25em; /* 900px */
	overflow: hidden;
}

#header {
	height: 7.92em; /* 95px = 7.92em */
	text-align: center;
}
img#screenlogo {
	float: left;
	padding: 1em 2em;
	width: 15.58em;
	height: 5.17em;
}
img#printlogo {
	display: none;
}
#tagline {
	float: left;
	padding: 2.5em 0 0 6.5em;
}
#cse-search-box {
	float: right;
	padding: 2.6em 3em 0 0;
}
#cse-search-box input#query {
	width: 10em;
}
#cse-search-box input#searchbtn {
	width: 3.42em;
	height: 1em;
}

#primarymenu {
	padding: 0.375em 0;
}

#secondarymenu {
	position: absolute;
	top: 19em;
	left: 0;
	width: 12.5em; /* 138px */
}
#secondarymenu li {
	position: relative;
}
#secondarymenu ul ul {
	position: absolute;
	top: -2px;
	left: 100%;
	width: 12.5em;
	display: none;
}
#secondarymenu ul li:hover ul {
	display: block;
}
#home #secondarymenu { /* Home page override */
	display: none;
}

#actions {
	position: absolute;
	top: 13.50em; /* 175px */
	right: 0;
	width: 8.10em; /* 105px */
}
#actions div {
	height: 2.93em; /* 38px */
	margin-bottom: 0.93em; /* 12px */
	padding: 0 0.4em;
}
#actions div img {
	width: 0.77em;
	height: 0.77em;
}

#breadcrumbs {
	padding: 0 0 0 3.35em; /* 30px from left */
	margin: 1em 0 2em;
}
#home #breadcrumbs { /* Home Page override */
	display: none;
}

#content { /* Normal page */
	position: relative;
	height: 40.63em; /* 460px */
	margin: 0 11em 0 15em;
	padding: 0 0 1em 0;
	overflow: hidden;
}
#home #content { /* Home page override */
	height: 45.63em; /* 460px */
	padding: 0;
	margin: 0;
}
#scroll #content { /* Scrolling page override */
	overflow: auto;
}
#long #content { /* Long page override */
	height: auto;
}
#search #content { /* Search results override */
	margin: 0 17em 0 3em;
	height: auto;
}

#content .content-3column .column {
	float: left;
	width: 19em;
	margin-right: 1.5em;
}
#content .content-3column .widecolumn {
	float: left;
	width: 38.5em;
	margin-right: 1.5em;
}
#content .content-2column .column {
	float: left;
	width: 28em;
	margin-right: 2em;
}
#content .content-4column .column {
	float: left;
	width: 13em;
	margin-right: 1.5em;
}

#content form label {
	width: 22em;
	float: left;
	display: block;
	margin-right: 1em;
}
#content form input.text {
	width: 17.65em;
}
#content form select, #content form textarea {
	width: 18em;
}

#news {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7.50em; /* 7.70em; /* 85px */
	width: 47.10em; /* 520px */
}
#news .col1, #news .col2 {
	float: left;
	width: 22em;
}
#news .col1 {
	padding-left: 1.2em;
}
#news li {
	padding-bottom: 0.4em;
}

#sponsors {
	height: 4.5em; /* 72px */
}

#auxmenu {
	padding: 0 2em;
}

#footer {
	padding-left: 1.6em;
}
