/* Print Style Sheet */
/* Layout, Borders and Backgrounds */
body			{ font-family: "Century Gothic", verdana, arial, sans-serif;
			  margin: 0em }
hr			{ color: #000000;
			  height: 0.05em }

/* Fonts, Sizes and Variations */
h1			{ background-color: #eeeeee;
			  border-bottom: 0.05em solid rgb(51,0,153);
			  border-top: 0.05em solid rgb(51,0,153);
			  font-weight: lighter;
			  text-align: right }
h2			{ border-bottom: 0.05em solid rgb(51,0,153);
			  font-weight: lighter }
h4			{ font-family: verdana, arial, sans-serif;
			  font-size: 0.8em;
			  font-style: italic }
p			{ font-family: verdana, arial, sans-serif;
			  font-size: 0.8em }
#content ul		{ font-family: verdana, arial, sans-serif;
			  font-size: 0.8em }
blockquote		{ font-style: italic }

/* Links */
a			{ border: 0.05em dotted #cccccc;
			  color: #333333;
			  text-decoration: none }

/* Images */
img.photo		{ border: 0.05em solid #000000;
			  float: right }
img.logo		{ border: 0.05em solid #000000;
			  float: right }

/* Hidden From Print */
#header			{ display: none }
#menu			{ display: none }
#footer			{ display: none }
.hide			{ display: none }

/* Style Sheet/CSS 2.1. (c) 2003 Schlukebier Family. All rights reserved. */