@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-print.css 779 2009-02-15 23:09:32Z bradley.holt $
 */

body {
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	text-align: center;
}
	* html body {
		padding-bottom: 25px;
	}
#page,
#header,
#content,
#footer {
	float: none !important;
}
#page {
	text-align: left;
}
#header {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
}
	#header #vpr-logo,
	#header ul.navigation,
	ul#related li.weather {
		display: none;
	}
#content {
	margin: 35px 0;
}
#footer {
	display: block;
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid black;
	text-align: left;
}
#footer li {
	font-size: 8pt;
}

/* FONTS */
a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
