body {
	background-color: #CCDDFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
	margin: 10px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #0053FF;
	margin-top: 0;
	text-align: center;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 17px;
	color: #3375FF;
	margin-top: 0;
}
h3 {
	font-size: 11px;
	color: #444444;
	margin-top: 0;
}
hr {
	width: 90%;
	height: 1px;
	color: #0053FF;
	background-color: #0053FF;
	border: none;
	text-align: center;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
label {
	display: block;
}
span {
	font-size: 9px;
}







div#Body {
	background-color: #88AEFF;
	padding: 10px 0;
}
div#Content {
	width: 780px;
}
div#leftContent {
	width: 600px;
	text-align: left;
	background-color: #AAC6FF;
	padding: 10px;
	border: solid 10px #88AEFF;
	float: left;
}
div#rightContent {
	width: 88px;
	float: left;
	margin: 0 0 0 10px;
}






div#rightContent p {
	margin: 0 0 10px 0;
}
.adsense {
	margin: 0 0 0 30px;
}