﻿/* Page setup */

@media all {

	html,
	body {
		margin: 0;
		padding: 0;
	}

	body {
		background: transparent url(/graphics/bggradient.gif) repeat-y 0 0;
	}

}


@media print {

	body {
		background: none;
		margin: auto;
	}

}





/* General layout */

@media all {

	#masthead {
		position: relative;
		min-width: 750px;
		padding: 0 0 20px 0;
	}

	#container {
		position: relative;
		width: 750px;
	}

	#globalNav {
		position: relative;
		display: inline;
		float: left;
		width: 176px;
	}

	#sectionNav, #pageHeader, #topPageNav, #content, #bottomPageNav, #footer {
		display: inline;
		float: right;
		width: 560px;
	}

	#pageHeader {
		width: 490px;
		padding: 15px 0 0 70px;
		/*background: transparent url(/graphics/ms/rda/attention-box.gif) no-repeat 40px 13px;*/
		/*border-top: solid 1px #ccc;*/
	}

	#content {
		position: relative;
		width: 490px;
		margin: 0 0 50px 0;
		padding: 15px 0 0 70px;
	}

	#footer {
		position: relative;
		margin: 0;
		padding: 10px 0 10px 0;
		border-top: solid 1px #ccc;
		font-size: 1em;
	}

}


@media print {

	#globalNav,
	#sectionNav
	{
		display: none;
	}

	#container,
	#pageHeader,
	#topPageNav,
	#content,
	#bottomPageNav,
	#footer {
		float: none;
		display: block;
		width: auto;
		margin: 0 auto 0 auto;
	}

	#content {
		margin-bottom: 30px;
	}

	#masthead
	{
		position: static;
		padding-bottom: 8px;
		margin-bottom: 60px;
		border-bottom: solid 1px #ccc;
	}

}
