/*	CSS Document	*/
@import '../reset.css';
@import '../typography.css';
@import '../position.css';

body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body *
{
	float: none;
	color: #000 !important;
}

#content a:link:after, #content a:visited:after
{
	content: " (" attr(href) ") ";
	font-style: italic;
}

a, a:visited, a:active
{
	text-decoration: underline;
}

.page-container
{
	background: none;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
}

#flashid, .section-nav, #footer, .no-print, #contextMenu,
.chrome-sides, .chrome-bottom
{
	display: none;
}

body #page
{
	padding-top: 0;
	margin: 0 auto;
	left: 0;
	top: 0;
	position: relative;
	width: 100%;
}

#content, #contentFrame
{
	padding-top: 0;
	margin: 0;
	position: relative;
	left: 0;
	top: 0;
}

body #contentFrame
{
	border: none;
	width: auto;
}



.page-name
{
	display: block;
	text-align: left !important;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	padding: .6em 0 !important;
	font-size: 1.6em !important;
	margin: .8em;
	margin-top: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	text-indent: 0;
}
