body, html {
	background:#FFF;
	font:12pt Arial, Helvetica, sans-serif;
	color:#000;
	}

a:link, a:visited {
 	background: transparent;
	font-weight: none;
	text-decoration: none;
	color:#000;
}	

a:after
{
	content:'  [' attr(href) '] '
}	
	
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif
	}

h1 {
	font-size:2em;
	}

h2 {
	font-size:1.8em;
	}

h3 {
	font-size:1.5em;
	}

h4 {
	font-size:1.2em;
	}
				
img {
	display:block;
	border:0;
	}

#catnav, #nav, #searchform, #branding, #commentform, #footer, #sidebar {
	display:none
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}

#boxR, #boxL {
  background:#E9E9E9; 
  width:300px;
  border: 1px solid #C0C0C0;
  padding:10px;
  margin:5px;
}

#boxR {
  float:right;
}

#boxL {
  float:left;
}

#pullQuoteR {
	padding:10px;
	margin-left:15px;
	color:#333;
	background-color:#Ffffff;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	float:right;
	text-align:right;
	font-size:1.2em;
	width:200px;
	line-height:130%;
	font-weight:bold;
}

#pullQuoteL {
	padding:10px;
	margin-right:15px;
	color:#333;
	background-color:#Ffffff;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	float:left;
	text-align:left;
	font-size:1.2em;
	width:200px;
	line-height:130%;
	font-weight:bold;
}

