@charset "ISO-8859-1";
/* CSS Document */

body {
	background-image: url(bkgd.png);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-attachment: fixed;
}
.main {
	background-color: #ffffff;
	border: 2px solid #ffffff;
}
.main2 {
	border: 1px dashed #dac096;
}
.border {
	background-image: url(stripes.png);
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
body,td,th {
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #3a2a23;
}

.formbutton {
	font-family: "Century Gothic";
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #dac096;
	border: thin solid #FFF;
	text-transform: uppercase;
}

.footer {
	background-image: url(footer.png);
}

.nav1 {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #3A2923;
	text-decoration: none;
 }
.nav1 a:link {
	color: #3A2923;
	text-decoration: none;
}

.nav1 a:visited {
	color: #3A2923;
	text-decoration: none;
}

.nav1 a:hover {
	color: #dac096;
	text-decoration: none;
}

.nav1 a:active {
	color: #3A2923;
	text-decoration: none;
}

.nav2 {
	font-family: Century Gothic;
	font-size: 10pt;
	color: #3A2923;
	text-decoration: none;
 }
.nav2 a:link {
	color: #dac096
;
	text-decoration: none;
	font-weight: bold;
}

.nav2 a:visited {
	color: #dac096;
	text-decoration: none;
	font-weight: bold;
}

.nav2 a:hover {
	color: #3A2923;
	text-decoration: none;
	font-weight: bold;
}

.nav2 a:active {
	color: #dac096
;
	text-decoration: none;
	font-weight: bold;
}

.nav3 {
	font-family: Century Gothic;
	font-size: 8pt;
	color: #3A2923;
	text-decoration: none;
 }
.nav3 a:link {
	color: #3A2923;
	text-decoration: none;
}

.nav3 a:visited {
	color: #3A2923;
	text-decoration: none;
}

.nav3 a:hover {
	color: #FFF;
	text-decoration: none;
}

.nav3 a:active {
	color: #3A2923;
	text-decoration: none;
}
.left {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #dac096;
}
.right {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #dac096;
}
