@charset "utf-8";
/* CSS Document */

body {
	background: white;
	font-size: 12pt;
}


/* Make elements invisible */

#search, #globalNavigationWrapper, #breadcrumbsWrapper, #siteNavigation, .screenReaderLinks{
	display:none;
}

/* Make UW Bothell at top visible */

#header #logo{
	height:inherit;
	width:100%;
	font-size:2.5em;
}
#header #logo a{
	height:inherit;
	width:100%;
}
#header #logo a span {
	left:0;
}


/* Change position */

#bannerWrapper #banner div:first-child{
	margin-left:-960px; 
	/*width:752px; */
}
#bannerWrapper #banner div #topline, #bannerWrapper #banner div #bottomline{
	margin-left:0;
	font-size:2em;
	color:#333333;
}

#h1wrapper h1 { 
	margin-left:-960px; 
	width:752px; 
}
#content { 
	margin-left:-960px; 
	width:752px;  
}



/* Change styles */
#bannerWrapper div:first-child #topline, #bannerWrapper div:first-child #bottomline{
	color:#000000;
}

#h1wrapper h1 { 
	margin-bottom:3em;
	color:#000000;
}

.focusBox, .focusbox, .alertBox, .relatedLinksBox {
	border: 2px double #888888 ;
	color:#000000;
}

#footer{
	margin: 1em;
	padding: 2em;
	padding-top: 2.5em;
}
