body, html {
	margin: 0;
	padding: 0;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#header {
	text-align: center;
	height: 20pt;
}
img#screenlogo {
	display: none;
}
img#printlogo {
	float: left;
	padding: 1em 2em;
}
#tagline {
	float: left;
	padding: 2.5em 0 0 6.5em;
}
#cse-search-box {
	display: none;
}

#primarymenu {
	display: none;
}

#secondarymenu {
	display: none;
}

#actions {
	display: none;
}

#breadcrumbs {
	display: none;
}

#content { /* Normal page */
	clear: both;
	position: relative;
	margin-top: 10em;
}
#home #content { /* Home page override */
	height: 45.63em; /* 460px */
	padding: 0;
	margin: 0;
}

#content .content-3column .column {
	float: left;
	width: 30%;
	margin-right: 1.5em;
}
#content .content-3column .widecolumn {
	float: left;
	width: 60%;
	margin-right: 1.5em;
}
#content .content-2column .column {
	float: left;
	width: 45%;
	margin-right: 2em;
}
#content .content-4column .column {
	float: left;
	width: 20%;
	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 {
	clear: both;
	height: 40pt;
}

#auxmenu {
	display: none;
}

#footer {
	padding-left: 1.6em;
}
