@charset "UTF-8";
/* CSS Document */

/* print styles */


/* tips from http://www.tufts.edu/webcentral/tutorials/printcss/ */
body, p, td, th, ul, a {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 11pt;
}

#content {
background-color: #fff;
width: 100%;
border: none;
}

A:link, A:visited {background: white; color: black; text-decoration: underline;
   font-weight: bold;}
H1, H2, H3 {background: white; color: black; padding-bottom: 1px;}

#topnav {display: none;}

#siteinfo  p {font-size: 8pt; color:#666666;}
#siteinfo {
	border-top:solid;
	color:#CCCCCC;
}
#siteinfo A:link, A:visited {font-size: 8pt; color:#666666; text-decoration: underline;
   font-weight: bold;}

#content .lefttexta {
  width: 60%;
  margin-top:10px;
  border:#CCCCCC;
  border-bottom-style:solid;
  padding:5px 5px 5px 5px;
}
#content .rightquotea {
  	background:#FFF;
  	float: right;
  	width: 40%;
  	padding-top:15px;
  	text-align:center;
	}
#twocol {
	width: 100%;
	}	
#content .leftcol {
  width: 50%;
  padding-top:25px;
}
#content .rightcol {
  float: right;
  width: 50%;
  padding-top:25px;
}
#content .lefticon {
  	width: 20%;
  	padding:5px 10px 0 0;
	}
#content .righttext {
	float: right;
	width: 80%;
	text-align:justify;
	padding-top:5px;
	}
	
		DIV.adbanner {display: none;}


