@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.clear
{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}

h1
{
	font-size: 28px;
	font-weight: bold;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2
{
	font-size: 22px;
	font-weight: bold;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

p
{
	line-height: 1.5;
}

ol
{
	margin-left: 25px;
}

ul
{
	margin-left: 20px;
	list-style: square;
}

li
{
	line-height: 1.5;
}

p,
ul,
ol,
table
{
	padding-bottom: 6px;
}

#print_logo
{
   background: url('../images/print_logo.jpg') no-repeat;
   width: 350px;
   height: 80px;
}

#page_wrapper
{
   background: white;
}

#page
{
   background: white;
}

#navigation
{
	display: none;
}

#header
{
	display: none;
}

#homepage_content
{
	display: none;
}

#footer_wrapper
{
	display: none;
}
