html, body {
	font-size:13px;
	font-family:Helvetica, Arial, sans-serif;
	width:620px;
	}

a {
	text-decoration:none;
	color:#000;
	}

.navbar {
	display:none;
	}
	
.footer {
	display:none;
	}
	
.header {
	width:100%;
	height:100px;
	}
	
.header .logo {
	margin:0;
	float:left;
	}
	
.search {
	display:none;
	}
	
#searchcap {
	display:none;
	}
	
.sidebar {
	display:none;
	}
	
	
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:32px;
	}
	
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:22px;
	font-style:italic;
	}
	
.has_caption_right {
	width:300px;
	float:right;
	margin-left:10px;
	}
	
.has_caption_left {
	width:300px;
	float:left;
	margin-right:10px;
	}
	
.has_caption_left p,
.has_caption_right p {
	font-size:85%;
	color:#555;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-top:3px;
	}
	
p {
	margin:1em 0 1em 0;
	}
	
.aside {
	float:right;
	width:280px;
	padding:10px;
	margin:10px 0 10px 10px;
	border:1px solid #AAA;
	}
	
.main ul {
	margin:5px 0 10px 1.1em;
	line-height:1.25em;
	list-style-type:disc;
	}

.main .dateline {
	text-transform:uppercase;
	font-size:11px;
	}
	
.main blockquote {
	line-height:1.3em;
	margin:5px 30px 15px 0px;
	padding-left:30px;
	background:url(../images/quote.gif) no-repeat top left;
	}
	
.main ul li {
	margin-bottom:5px;
	}
	
.date,
.date a,
.date a:hover {
	font-family:Tahoma, Geneva;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
	text-decoration:none;
	border:none;
	}
	
.date {
	border-right:1px solid #AAA;
	padding-right:10px;
	margin-right:10px;
	}
	
.separator {
	width:100%;
	height:1px;
	border-top:1px solid #AAA;
	clear:both;
	margin:20px 0 20px 0;
	}
	
.small {
	font-size:11px;
	line-height:1.5em;
	}
	
.hoverbox {
	display:none;
	}
	
.pullquote {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	line-height:1.25em;
	color:#333;
	float:right;
	width:270px;
	padding:5px 0 5px 30px;
	margin:5px 0 10px 10px;
	border-left:2px solid #666;
	}