ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
}

.sidebar{
	position:absolute;
	right:5px;
	top:15px;
}

#links{
	border:1px solid black;
	width:210px;
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#0985C1;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#0985C1;
	margin-bottom:5px;
	text-align:right;
}
.clear{
	clear:left;
}


blockquote {
		margin: 1em 0;
		padding: 0;
		position: relative;
		text-indent: 0.5em;
		background-color: #F0F1F6;
	}

	.bqstart,
	.bqend {
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	/* apply IE specific rules first */
	.bqstart {
		text-indent: 0;
		margin: -0.6em 0 -2em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	blockquote > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

		.bqend {
		position: absolute;
		margin-top: -0.6em;
		right: 0;
		text-indent: 0;
	}

	blockquote > .bqend {
		margin-top: -0.2em;
	}






.TextQuote {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
}
