﻿/* general presentation stuff */

body, p, td, th, ul, li, a {
	background-color: white;	
	color: black;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
}

p, li, td {
	line-height: 120%;
}

LI LI, LI P, TD P, TD LI, BLOCKQUOTE P {
	font-size: 1em; /* Prevent child of child elements from shrinking further */
}

#banner {
	background: red url('images/banner_print.jpg') no-repeat;
	height: 50px;
	width: 100%;
}

a, a.visited {
	color: black;
}

h1, h2, h3, h4 {

}

#left-panel1 {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#left-panel2 {
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* control of block-level elements.  */

#content {
	background-color: #fff;
	width: 100%;
	border: none;
}

/* Hide unwanted components */
#navigation, #footer, #footer-text, #googlefooter, #right-panel, .noprint {
	display: none;
}
