@charset "utf-8";
.donotprint { display: none; }
body {
	font-size: 12px;
	line-height: 16px;
	font-family: arial, sans-serif;
	}
#container { width: 100%; }
	#skip { display: none; }
	#header {
		height: auto;
		width: 100%;
		}
		#header .nav { display: none; }
		#header #award { display: none; }
		#user {
			z-index: 1;
			position: absolute;
			top: 0;
			right: 0;
			width: 100%;
			height: auto;
			margin: 0 0 12px;
			text-align: right;
			}
	.onecol #content,
	.twocol #content {
		width: 100%;
		padding: 0;
		}
		#breadcrumb {
			display: none;
			position: static;
			top: 0;
			margin: 0 0 12px;
			}
		#primary {}
			#primary h1 {
				width: auto;
				height: auto;
				}
				#primary h1 a {
					display: block;
					height: auto;
					}
					#primary h1 a span { display: inline; }
			.box {}
				.box .header h3 {
					font-size: 14px;
					font-weight: bold;
					padding-left: 0;
					}
	#footer { display: none; }
