hr
	{
		width: 75%;
		color: grey;
	}
#Content
	{
		width:760px;
		margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
		padding:2px;
		border:0px dashed #333;
		background-color: rgb(255,255,255);
	}
	body
	{
		margin:2px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */
		color: rgb(0,0,0);
		background-color: rgb(28,158,173);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
	}
	p
	{
		line-height: 140%;
	}
	h3
	{
		color: #0000ff;
		font-weight: bold;
		font-variant: small-caps;
	}
a:hover
	{
		text-decoration: none;
		color: #FF0000;
	}
.sharethis
	{
		text-align: left;
		padding-right: 70px;
		padding-left: 30px;
	}