@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
.imagebord {
	border: 1px dashed #592B1B;
	padding: 3px;
}
.picbord {
	border: 1px dashed #9E6E40;
	padding: 2px;
}
.h1 {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #9E6E40;
	border-right-color: #9E6E40;
	border-bottom-color: #9E6E40;
	border-left-color: #9E6E40;
	display: inline-block;
	width: 100%;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
}
.maintext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.cssBut	{
	margin: 0;
	padding: 0;
	overflow:hidden;/* for ie to hide extra height*/
	background-repeat: no-repeat;
	
			}
			.cssBut a {
	display: block;	
	display: inline;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
			}
			.cssBut img { border: 0; }
			* html a:hover {visibility:visible}
			.cssBut a:hover img{visibility:hidden}
.bottombord {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9E6E40;
}
.smallerheading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	text-decoration: underline;
	}
.caps {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	}
.a {
	color:#000000;
	text-decoration: underline;
	}
.a:hover {
	color:#9E6E40;
	text-decoration: underline;
	}
.formtext {
	border:1px solid #592B1B;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-size: 10pt;
	padding: 2px;
}
.bottomlinks {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
color:#FFFFFF;
font-size:11px;
}
.bottomlinks a {
font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
color:#FFFFFF;
font-size:11px;
}

