/* CSS Document */

/* --- printer stylesheet definitions ---------------------------------------------------------- */

@media print {

  body { background: white; font-size: 12pt; width: 100%; }
	
  h1 { font-size: 24pt; margin-bottom: 0; padding-bottom: 0; }
  .h1subtitle { font-size: 9pt; font-weight: normal; margin-bottom: 25px; border-bottom: 1px solid #ccc; padding-bottom: 10px; text-decoration: none; }

  body div { width: 92%; }
  img { border: 0px; }
	
  a:link, a:visited { color: #520; background: transparent; font-weight: bold; text-decoration: underline; }
  strong { color: #000; }
  
}

body{font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; font-size: 12px; line-height: 1.6em; margin-right: auto; margin-left: auto; background-color: #062E16; color: #374331;}

a:link, a:visited, a:active{text-decoration: underline; color: #146F2C;}

h1 a:visited, h1 a:link, h1 a:active{font-family: 'Times New Roman', Palatino, serif; font-size: 40px; letter-spacing: -1px; line-height: normal; font-weight: normal; color: #131313;}

h2{font-family: 'Times New Roman', Palatino, serif; font-size: 30px; letter-spacing: 0px; line-height: normal; font-weight: normal; text-decoration: none; margin-bottom: 2px; color: #222222;}

#Header {}

#canvas {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C4CA8C;
	border: 3px solid #FCFCA5;
}


#NavBar {
	width: 901px;
	background-color: #FFFFCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #062E16;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #062E16;
	float: right;
	font-weight: bold;
	color: #003300;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}

#Footer {
	border-top: 1px solid #FCFCA5;
	border-bottom: 1px solid #FCFCA5;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #154029;
	border-color: #FCFCA5;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
	clear: both;
}

#content {padding-left: 10px;}

a:hover{text-decoration: none; color: #1B8931;}

.p { font: 11pt Arial, Tahoma, Verdana, Helvetica, sans-serif; padding-left: 15px; padding-right: 15px; }

.float-left { float: left; margin: 0px 15px 10px 5px; border: 2px solid #374331; }

.float-right { float: right; margin: 0px 0px 12px 15px; border: 2px solid #374331; }

.nav{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;

