body {
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat-x;
	background-color: #9EB4DA;
}
.site-content {
	background-image: url(images/bg_site-content.jpg);
	background-repeat: repeat-x;
	background-color: #E7EBD3;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #557B9B;
	font-size: 12px;


}
.content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #526A98;


}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #2969DC;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2969DC;
}
.indent {
	margin-right: 10px;
	margin-left: 10px;
}
.photo {
	border: 2px solid #2868DC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 557B9B;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 526A98;
	text-align: center;
	margin: -15px;
}
a:link {
	font-weight: bold;
	color: #526A98;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #526A98;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #526A98;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #526A98;
	text-decoration: underline;
}