@charset "utf-8";
body {
	padding: 0;
	margin: 0;
	background-color: #B7C6FF;
}
#page {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	height: 605px;
	width: 801px;
	top: 50%;
	left: 50%;
	margin-top: -302px;
	margin-left: -400px;
	background-image: url(../images/homepage.jpg);
	background-repeat: no-repeat;
}
#inner {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: 0px;
}
#left {
	float: left;
	padding: 20px;
}
#right {
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 20px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0;
}
p {
	margin: 0px;
	padding: 0 0 10px 0;
	margin: 0;
}
a:link, a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.orange {
	color: #FF6600;
}
