/*********** GLOBAL SETTINGS ************************/
*{margin:0;padding:0;}
a{outline:none;}
/* removes Firefox dotted outline on click */
a img{border:none;}
em{font-style:italic;}
strong{font-weight:bold;}

/*************************************************/
#body{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
#header img,
.buttonHeader,
#topnav,
#nextprev,
#thumbnails,
#map {
	display: none;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	display: block;
	}

h2 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3.subhead {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height:1.2;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0;
	margin-bottom: 10px;
}

#valprop {
	height: auto;
	}

#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}

#content img {
	margin: 10px 0;
}

#content table{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

#content table td, #content table th{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 4px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

