body {
	background: #fbf8eb;
	color: #53636c;
	font: 12px/18px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0px;
}

a:link {
	color: #53636c;
	text-decoration: underline;
}

a:visited {
	color: #53636c;
	text-decoration: underline;
}

a:hover {
	color: #6db7de;
	text-decoration: none;
}

img {
	border: none;
}

.invisible, hr {
	display: none;
}

p {
	margin-bottom: 15px;
	margin-top: 0;
}

blockquote.withquote {
	background: url(/images/quote.gif)
no-repeat;
	background-position: top left;
	padding-left: 23px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
}

.withquote p {
	background: url(/images/unquote.gif) no-repeat right bottom;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-bottom: 2px;
}

.post cite {
	margin-left: 15px;
	font-style: italic;
	color: #2091ce;
	font-size: 11px;
}

.padder {
	margin: 20px

;
	/*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.clear {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

#footer {
	clear: left;
	width: 927px;
	text-align: center;
	padding: 15px;
	background: url(../images/footer-divider.jpg) no-repeat center top;
	margin: 0 auto;
	font-size: 11px;
}

#newsbox {
	width: 204px;
	border: 1px solid #f5e584;
	background: #e1f0f7 url(../images/news-title.gif) no-repeat 2px 2px;
	padding: 15px 15px 15px 60px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.divider {
	border-top: 1px dotted #53636c;
	padding-bottom: 5px;
}

#leftcolumn h1 {
	color: #3a444a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}

#leftcolumn h2 {
	color: #3a444a;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}

#leftcolumn h3 {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-weight: normal;
	font-style: normal;
}

#leftcolumn h4 {
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
}
#contentcolumn .right{
float:right;
clear:none;
margin: 1em 0 1em 1em;
}

#contentcolumn .left{
float:right;
clear:none;
margin: 1em  1em 1em 0;
}
