/* --------------------------------------- */
/* CASPINFO PRINT css */
/* --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, small, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	}

body
	{
	background-color: #fff;
	margin: 0px;
	}

body, td
	{
	font-family: verdana,arial,helvetica;
	font-size: 0.8em;
	color: #000;
	}

div#wrapper
	{
	background-color: #fff;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}

.clear						{ clear: both; }
.picright					{ margin-left: 10px; margin-bottom: 10px; }
.picleft					{ margin-right: 10px; margin-bottom: 10px; }

a							{ color: #00f; text-decoration: underline; }

/* ======================================= */


/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#header_print
	{
	text-align: center;
	display: block;
	}

div#header, div#navigation, div#sidebar, #breadcrumb
	{
	display: none;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position: relative;
	height: auto;
	_height: 280px;
	min-height: 280px;
	margin: 0px;
	padding-bottom: 0px;
	}

div#content
	{
	position: relative;
	background: none;
	font-size: inherit;
	height: auto;
	_height: 280px;
	min-height: 280px;
	margin: 0px;
	margin-left: 0px; /* sidebar */
	padding: 0px;
	padding-left: 0px;
	}

div#content h3,
div#sidebar h3
	{
	font-weight: normal;
	font-size: 1.8em;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

div#content h4
	{
	font-weight: bold;
	font-size: 1em;
	margin-top: 15px;
	}

div#content p				{ margin-bottom: 15px; }
div#content ul				{ margin-bottom: 20px; }

div#content li
	{
	list-style-type: disc;
	margin-left:30px;
	}

.date						{ font-size: 0.85em; margin-bottom: 15px; }

.content_form tr, .content_form td
	{
	font-size: 1em;
	vertical-align: top;
	}

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

div#footer
	{
	position: relative;
	background: none;
	border-top: 1px solid #000;
	clear:both;
	font-size: 0.85em;
	color: #000;
	height: auto;
	min-height: 45px;
	_height: 45px;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	}

div#footer a			{ color: #00f; text-decoration: underline; }

div#footer p#copyright
	{
	position: relative;
	width: 300px;
	text-align: right;
	margin: 0px;
	float: right;
	right: 0px;
	}

/* ======================================= */
/* ======================================= */
/* ======================================= */
