* {
	margin: 0;
	padding: 0;
}

body {
	background: #7092d0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

h1, h2, h3 {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #001f00;
}

h1 {
	letter-spacing: -1px;
	font-size: 20pt;
}

h2 {
	letter-spacing: -1px;
	font-size: 16pt;
}

h3 {
	text-align: center;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	/*color: #ceea70;*/
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}
/*
a:link {
	text-decoration: none;
	color: #CEEA70;
}

a:visited {
	text-decoration: none;
	color: #8B985F;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}
*/
img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 10px 0 15px;
}

hr {
	width: 100%;
}

/* Header */

#header {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0px 0px 0px;
	background: #fff url(gflogo.jpg) no-repeat left top;
}

#header h1 {
	margin: 0;
	padding: 20px 0 0 190px;
	text-align: center;
	font-size: 30px;
	color: #001f00;
	font-variant: small-caps;
}

#header h2 {
	margin-top: -10px;
	padding: 0 0 0 190px;
	letter-spacing: normal;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	font-size: 14px;
}

/* Content */

#content {
	float: right;
	width: 570px;
	padding: 5px 0 0 5px;
	color: #001f00;
}

#content a:link {
	color: #393;
}

#content a:visited {
	color: #393;
}

#content a:hover {
	color: #000;
}

.ind1 {
	margin-left: 150px;
}

.ind2 {
	margin-left: 300px;
}

.ind3 {
	margin-left: 450px;
}

.c {
	text-align: center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	padding: 25px 5px 0 0;
	background: #fff;
	text-align: center;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #000;
}

.here {
	color: #000;
	font-weight: bold;
}

ul.nav {
	margin: 20px;
	padding: 0;
	list-style: none;
}

li.nav {
	padding: 5px 0 0 0;
	list-style-type: none;
}

#leftcol {
	/* left hand column for equal width columns*/
	width: 45%;
	float: left;
	text-align: justify;
	margin-left: 3%;
	display: inline;
}

#leftcol a {
	text-decoration: none;
}

#rightcol {
	/* right hand column for equal width columns*/
	width: 45%;
	float: right;
	text-align: justify;
	margin-right: 3%;
	display: inline;
}

#rightcol a {
	text-decoration: none;
}

/* Footer */

#footer {
	width: 780px;
	height: 12px;
	margin: 0 auto;
	padding: 0 0px 20px 0px;
	background: #fff;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #001f00;
	text-align: center;
}

