﻿body {
	background: url(images/aquatile.jpg);
	background-repeat: repeat-x;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	color: Maroon;
}
p, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;
	color: Black;
	margin-left: 20px;
	margin-right: 20px;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: normal;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
}
h1.page_title {
	margin-top: 20px;
}
p.footer {
	text-align: center;
}
.center {
	text-align: center;
}
div.right_sidebar {
	position: absolute;
	left: 760;
	top: 5px;
	width: 275px;
	height: 266px;
	border: 1px solid Black;
	background-color: White;

}
div.left_sidebar {
	position: absolute;
	left: 50%;
	top: 130px;
	width: 120px;
	height: 240px;
	margin-left: -500px;
	border: 1px solid Black;
	background-color: White;

}