/* Eric Meyer's Reset Reloaded */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}









html, body { margin: 0px; padding: 0px; }

body {
	background : #ccc;
	color: #666;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 9pt;
	line-height : 1.4em;
	}
	
h1, h2, h3, h4, h5, h6 {
	color : black;
	line-height : 1em;
	text-align: left;
	}
	
strong {
	font-size : 1.2em;
	color: black;
	}
	
img {
	border : 0px;
	}

hr {
	border : 0px;
	border-top : 1px dotted #999;
	margin : 10px 0px;
	}


h1 { font-size : 2em; margin-bottom : 10px; color : #666; }
h2 { font-size : 1.8em; }

#content th {
	padding : 2px 10px;
	margin : 0px 5px 5px 0px;
	background: #999;
	color : white;
	}

#content td {
	padding : 2px 5px;
	margin : 0px 5px 5px 0px;
	border-bottom : 1px dotted #ccc;
	border-right : 1px dotted #ccc;
	}
	
#content tr.odd {
	background: #eee;
	}


#container {
	width : 800px;
	margin: 20px auto;
	background : #fff;
	}



#sidebar {
	width : 200px;
	float: left;
	padding-top : 20px;
	text-align: center;
	}



#content {
	float: right;
	width : 560px;
	padding : 20px;
	}

.excerpt {
	background : #eee;
	padding : 20px;
	margin-bottom : 20px;
	}
	
.excerpt h2 {
	margin-bottom : 5px;
	}
	
.excerpt img {
	float : left;
	margin-right : 20px;
	margin-bottom : 10px;
	}

.excerpt .readmore {
	text-transform: uppercase;
	font-size : .8em;
	font-weight : bold;
	color : black;
	text-decoration: none;
	padding : 2px 5px;
	}
	
.excerpt .readmore:hover {
	color : white;
	background : black;
	}

.article {
	text-align: justify;
	}

.article .byline {
	font-style : italic;
	}
	
.article .acknowledgement {
	font-style: italic;
	font-size : .8em;
	}

.floatright {
	float: right;
	margin : 0px 0px 20px 20px;
	}

.article h2 {
	font-size : 1.2em;
	padding : 0px;
	margin-bottom : 5px;
	}








.listing {
	padding : 10px;
	background : #eee;
	margin : 20px;
	margin-top : 0px;
	}
	
.listing img {
	float: right;
	margin: 0px 0px 00px 10px;
	}

.listing h2 {
	margin : 0px;
	padding : 0px;
	}






#footer {
	clear : both;
	}