/* It is common to set printer friendly styles such as a white background with black text. */
body {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #000000;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}

#outerWrapper {
  width: 612px;
}

#outerWrapper #header {
	height: 60px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#outerWrapper #header #nav {
	display: none;
}

#outerWrapper #header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #000000;
}

#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#333;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#outerWrapper #footer {
	display: none;
}
