﻿body {
	text-align: center;
	margin: 0px;
	background-color: #5295cc;
	background-image: url('images/bluegrad.gif');
	background-position: top left;
	background-repeat: repeat-x;
}
img {
	border: 0px;
}
h1 {
	color: #a4958d;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	margin-top: 5px;
}
h2,h3 {
	color: #a4958d;
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 0px;
}
p,li {
	color: #484444;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 10pt;
}
sup {
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	color: #306fa7;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	color: #80bfd7;
	font-weight: bold;
	text-decoration: none;
}
.small p {
	font-size: 8pt;
}
.brown {
	font-family: "Segoe UI", Arial, sans-serif;
	font-weight: bold;
	color: #A4958D;
}
div#container {
	width: 780px;

	background-color: white;
	background-image: url('images/sidegrad.gif');
	background-position: top right;
	background-repeat: repeat-y;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div#backdrop {
	position: relative;
	width: auto;

	padding: 20px 20px 20px 130px;
	background-image: url('images/splash.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}
div#content {
	margin-right: 184px;
}
div#rightbox {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 169px;
	background-color: white;
	background-image: url('images/rightpanel_back.gif');
	margin: 20px 20px 5px 10px;
	padding: 10px 10px 10px 10px;
	background-repeat: no-repeat;
}
