body {
	margin: 0px;
	padding: 0px;
	background: #DEDEDE;
}
#maincontent {
	margin-right: auto;
	margin-left: auto;
	width: 599px;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	border-left: 1px solid #525252;
	background: #FFFFFF;
}
#content {
	font: 90% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 25px 35px 20px;
}
#content p {
	line-height: 120%;
}
#content h1 {
	font-size: 120%;
}
#content h2 {
	font-size: 110%;
}
#content h3 {
	font-size: 100%;
}
#content a {
	text-decoration: none;
}
#content a:link {
	color: #2D9BAC;
}
#content a:visited {
	color: #2D9BAC;
}
#content a:hover {
	color: #C0332C;
	text-decoration: underline;
}
#content #smallnote {
	font-size: 80%;
}




#copyright {
	font: 75% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 8px;
	color: #747474;
}

