/* Print Style Sheet */



#navigation, #sidebar-left, #search-form {
	display: none;
}


body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt; 
  width:100%;
  margin:0;
  padding:0;
  float:none;
}

p { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 11pt; 
  width: 100%;
}


#content, #container, #footer {
	width:100%;
	margin:0;
	padding:0;
}

#footer {
	margin-top:.25in;
	border-top:1px solid #777;
}
	
h3, #container h3, #content h3 {
	font-size:11pt;
	font-weight:bold;
}	

#content p, #container p {
  font-size : 11pt; 
  width: 100%;
}

a { 
  text-decoration : underline; 
  color : #0000ff; 
}

#content ul, #container ul {
	list-style: disc;
	margin: 0px 0px 0px 10px;
	padding: 15px 0px 15px 4px;
	vertical-align: text-top;
	font-size : 11pt; 
}

#content li, #container #sidebar-right ul li {
	background: none;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	font-size : 11pt; 
	color: #000000;
	vertical-align: text-top;
}
