@charset "utf-8";
body {
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6c1d06;
	background-image: url(images/bkgndG.jpg);
	width: 800px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: left top;
	border: thin none #FFFFFF;
}
h1 {
	font-family: "Lucida Handwriting";
	font-size: 24px;
	font-weight: bold;
	color: #6c1d06;
}
h2 {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	font-weight: bold;
	color: #6c1d06;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #754d25;
	text-decoration: none;
	font-variant: normal;
}
h6 {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #754d25;
	line-height: 8px;
}



#wrapper {
	text-align: left;
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	width: 630px;
	line-height: 3px;
	padding-top: 35px;
	height: 80px;
	padding-bottom: 0px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}

#leftcolumn {
	width: 165px;
	height: auto;
	float: left;
	padding-top: 210px;
	margin: 0px;
}
#rightcolumn {
	height: auto;
	padding-left: 0px;
	width: 610px;
	padding-right: 20px;
	padding-top: 60px;
	padding-bottom: 0px;
	float: right;
	margin: 0px;
}
.primary-navigation td {
	font-family: "Lucida Handwriting";
	font-size: 12px;
	font-weight: bold;
	color: #0038c4;
	text-decoration: underline;
	background-repeat: repeat-y;
	border: thin ridge #009933;
	width: 140px;
	float: right;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: right;
	width: 630px;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	line-height: normal;
	height: 20px;
}
a:link {
	color: #0038c4;
}
a:hover {
	color: #faa724;
}
a:visited {
	color: #006633;
}

