@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000; font-size:12pt; }
  .footer{ display:none;}
  #header{ display:none;}
  #leftNav{ display:none;}
  #navbar{ display:none;}
  .content{ width:100%;}
}


body {
	background-color: #170f00;
}

p {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
  
.content {
    font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif; 

}

#leftNav {
	background-color:#ffece4;
	width: 250px;
	height: 600px;
}	
	

h1 {
	font-size: 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 0 0;
	margin: 0px;
}

.footer {
	font-size: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}	
td { }

a:link {
	color:#602400;
}
a:visited {
	color:#606300;
}
a:hover { }
a:active {
	color:#ffa100;
}


