@charset "iso-8859-1";

dt {
 font-weight: bold;
  }
  
#nav, form, img, .top {display: none;}
a{text-decoration: none;}

#top-content{min-height: 100px; width:99%;
    display: table-cell;
    vertical-align: middle;
    border-bottom:1px solid #000;
    padding-bottom: 1em;}
#footer {border-top: 1px solid #000;}

#leftc, #rightc
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #leftc
{
	width: auto;	/* help Opera out */
}

#print-logo {display:block; float: left; padding-right: 10px;}
#left-shadow {clear: both;}

h1
{
	font-size: 160%;
}
h2
{
	font-size: 150%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 100%;
}


* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
a, a:link, a:visited
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* we're printing, so there's no need to
				   differentiate links from regular text. so
				   remove any formatting the links get. */
}


body *
{
	background-color: #fff;
	background-image:none;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}


  

/******************************************************************************/