/* CSS Document */

.print_hide {
	display: none;
}

ul#navigation,
div#access_keys,
#login_panel,
img {
	display: none;
}

body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color: #444;
	margin: 0.5cm;
}

a {
	color: #51224e;
}

/*
* Header
*/

#header {
	border-bottom: 0.1cm solid #AA2E50;
	margin-bottom: 1cm;
}

#header h2 {
	background-image: url(../layout_images/AVSTS_print_logo.gif);
	background-repeat: no-repeat;
	width: 241px;
	height: 68px;
	margin: 0 0 0.5cm 0;
}

#header h2 span {
	display: none;
}

/*
* Main
*/

div#content {
	margin: 0;
}

div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	text-decoration: none!important;
	color: #51224e;
}

div#content h1 {
	font-size: 1.6em;
	text-align: left;
	margin-bottom: 0.5cm;
}

div#content h2 {
	font-size: 1.4em;
	text-align: left;
}

div#content h3 {
	font-size: 1.2em;
	text-align: left;
}

div#content h4 {
	font-size: 1em;
	text-align: left;
}

div#content h5,
div#content h6 {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
}

div#content ul,
div#content ol  {
	margin-left: 0;
	padding-left: 3em;
}

div#content dl dt {
	margin-top: 0.5em;
}

div#content dl dd {
	margin-left: 1.5em;
}

div#content img {
	display: block;
	float: left;
	clear: left;
	margin: 0 1em 1em 0;
	border-color: #a8869e;
	border-style: solid;
	border-width: 10px 1px 10px 1px;
}

/*
* Footer
*/

#footer {
	display: none;
}

/*
* Footnotes
*/

#footnotes {
	border-top: 1px solid #666;
	margin-top: 2cm;
	font-size: 0.5em;
	color: #666;
	line-height: 1em;
}

#footnotes h2 {
	display: none;
}