@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #68B4E3;
	color: #000000;
	margin: 0;
	;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
a:link {
	color: #1985BB;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #1985BB;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #007F00;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #007F00;
	font-weight: bold;
}
.glifwc  #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #EAEABE;
	background-image: url(../images/field.jpg);
}
.glifwc  #header {
	background-color: #EAEABE;
	background-image: url(../images/field.jpg);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.glifwc  #header p {
	margin: 0px;
}

.glifwc   #main {
	padding: 0 10px;
	background-color: #EAEABE;
	background-image: url(../images/field.jpg);
}

.glifwc   #main   p {
	margin: 0px;
}

.glifwc  #footer {
	background-color: #EAEABE;
	background-image: url(../images/field.jpg);
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
}
.glifwc #main h3 {
	margin: 0px;
}
.glifwc #footer p  {
	font-size: 70%;
}
