@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #C6E36D;
	background-image: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-repeat: repeat-x;
}
p, h1, h2 {
	margin: 10px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #C6E36D;
}
a:hover {
	color: #FFFFFF;
}
.large {
	font-size: large;
}
.small {
	font-size: x-small;
}
div.OverlayPane {
	background-image: url(../images/panelbg.png);
	padding: 10px;
}
table.Page {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -450px;
}
td.LogoPane {
	color: #ffffff;
	background-color: #63800a;
	height: 150px;
	width: 250px;
}
td.MiddleContent {
	font-size: small;
	vertical-align: bottom;
	background-color: #3E5C1E;
}
td.LeftImagePane {
	color: #ffffff;
	background-color: #63800a;
	height: 450px;
	width: 250px;
	font-size: small;
	vertical-align: bottom;
}
td.RightImagePane {
	background-color: #3e5c1e;
	background-image: url(images/rightimage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
	width: 400px;
}
td.Footer {
	background-color: #314103;
	color: #ffffff;
	font-size: x-small;
}
td.SubFooter {
	color: #000000;
	font-size: x-small;
	text-align: right;
}
