/* general tags */
body {
	color: #333333;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
a, a:visited {
	color: #0066CC;
	text-decoration: none;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 0066cc;
}
a: hover {
	border: none;
}
.container {
	width: 780px;
	margin: 0 auto;
	background-image: url(images/sidepanel.jpg);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}
blockquote {
	background-color: #eeeeee;
	padding: 5px 20px;
}
h1, h2, h3, h4 {
	letter-spacing: -0.05em;
	font-weight: lighter;
}
.clear {clear: both;}

/* left column */
.leftcolumn {
	width: 185px;
	float: left;
	background-color: #E31351;
}
	.pageid {
		width: 185px;
		height: 71px;
	}
	.menubox {
		padding: 47px 10px 10px 10px;
		height: 135px;
		width: 165px;
	}
	.menubox a, .menubox a:visited {
		width: 165px;
		display: block;
		text-align: right;
		line-height: 2em;
		color: #FFFFFF;
		border-style: none;
	}
	.menubox a:hover {
		color: #FBE3C6;
	}
	.read20logo {
		height: 249px;
		width: 185px;
	}
	.read20logo a {
		border-style: none;
	}
	.read20slogan {
		padding: 5px;
		width: 175px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 1em;
	}
	
/* right column */
.rightcolumn {
	width: 595px;
	float: right;
}
	.quotebox {
		height: 157px;
		width: 595px;
	}
	.rightcolumn > .quotebox {
		height: 137px;
		width: 575px;
	}
	.contentbox {
		padding: 20px;
		width: 555px;
	}
	
/* footer */
.footer {
	width: 780px;
	height: 25px;
	background-image: url(images/Site_Backpage_06.jpg);
	background-repeat: no-repeat;
	background-position: left;
	clear: both;
}
	.disclaimer {
		color: #999999;
		font-size: 10px;
		text-align: center;
		padding-top: 20px;
	}