/* temp */

.left
{
	width: 47%;
}

.right
{
	float: right;
	width: 47%;
	margin-right: 12px;
}

* html .right
{
	margin-right: 5px;
}

/* general */
/* ========================================================================= */
img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#content_area img.flr
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_area img.flr2
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

table
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

acronym:after
{
	content: " (" attr(title) ")";
}

p
{
	text-align: justify;
}

a:link,a:visited
{
	color: blue;
	text-decoration: underline;
}

a:after
{
	content: " (" attr(href) ")";
}



/* page-layout */
/* ========================================================================= */
table#page_table
{
	width: 100%;
}

td#menu_and_content
{
	width: 100%;
}

/* banner */
/* ========================================================================= */
div#banner
{
	visibility: hidden;
	display: none;
}

div#banner_top
{
	visibility: hidden;
	display: none;
}

div#banner_menu
{
	visibility: hidden;
	display: none;
}

div#banner_title
{
	visibility: hidden;
	display: none;
}

div#banner_title img
{
	visibility: hidden;
	display: none;
}

div#banner_print
{
	visibility: visible;
	height: 100px;
	width: 98%;
	border: black 2px solid;
	margin-bottom: 20px;
}

div#banner_print img
{
	float: right;
}

div#banner_print h1
{
	display: inline;
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1.3em;
	width: 75%;
	margin: 20px;
	padding: 0px;
}

/* search-form */
/* ------------------------------------------------------------------------- */
div#banner_search
{
	visibility: hidden;
	display: none;
}

#search_text
{
	visibility: hidden;
	display: none;
}

#search_button
{
	visibility: hidden;
	display: none;
}

/* content and main menu */
/* ------------------------------------------------------------------------- */
table#content_table
{
	width: 100%;
}

td#main_menu_area
{
	visibility: hidden;
	display: none;
}

/* main menu */
/* ========================================================================= */

#main_menu,
#main_menu ul,
#main_menu a,
#main_menu div,
#main_menu li
{
	visibility: hidden;
	display: none;
}

/* logo and boxes */
/* ========================================================================= */
#logo_and_boxes
{
	visibility: hidden;
	display: none;
}

#logo_and_boxes img
{
	visibility: hidden;
	display: none;
}

/* right boxes */
/* ------------------------------------------------------------------------- */
div.right_box
{
	visibility: hidden;
	display: none;
}

/* content */
/* ========================================================================= */
div#float_content
{
	float: left;
	width: 100%;
}

td#content_area img.flr
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* footer */
/* ========================================================================= */
div#footer
{
	visibility: hidden;
	display: none;
}

table#footer_table
{
	visibility: hidden;
	display: none;
}

/* footer menu */
/* ------------------------------------------------------------------------- */
#report_error,
#recommend_site
{
	visibility: hidden;
	display: none;
}