@page {
	size: auto; 
	margin-top: 0;
	margin-bottom: 1.5cm;
	margin-left: 2cm;
	margin-right: 1cm; 
	padding: 0;
    color: black;	
}

div#top, div#navigation, div#left, div#right {
	display: none;
}

div#logo {
	width: 250px;
	height: 100px;
	display: block;
	float: left;
}

div#address {
	width: 250px;
	height: 100px;
	display: block;
	float: right;	
}

div#bottom {
	clear: both;
	margin-top: 0;
	padding-top: 0;
	min-height: 0;
	height: auto;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
    color: black;
}

div#page {
	margin-left: 9%;
	margin-right: 6%;
	width: 84%;
    color: black;	
}

div#content {
	color: black;
}
	
div#content p {
	color: black;
}

div#content a {
	text-decoration: underline;
}

div#content h1 {
	margin: 0;
	font-size: 142%;
	line-height: 110%;
	color: black;
	font-weight: bold;
	border-bottom: 1px solid gray;
}

div#content h2 {
	font-size: 100%;
	color: black;
	font-weight: bold;
	margin: 0;
	line-height: 149%;
}

div#content ul li {
	color: black;
	line-height: 149%;
	padding-bottom: 4px;
}

div#content li li {
	font-size: 100%;
}

p, body {
	color: black;
}

div#footer {
	font-size: 10px;
	color: gray;
}

div#footer a {
	color: gray;
	text-decoration: none;
}





