/* CSS Document */
body {
	background-color: #4c4426;
	margin-left: 0px;
	margin-top: 0px;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.navopeningtd {
	background-image: url(images/navbkgrnd_opening.jpg);
	background-repeat: no-repeat;
}
.navtd {
	background-image: url(images/navbkgrnd_03.jpg);
	background-repeat: no-repeat;
}
.bodytd {
	background-image: url(images/openingpg_08.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #d4d19c;
}
.framerepeatrt {
	background-image: url(images/frame_repeatrt.jpg);
	background-repeat: repeat-y;
}

.framerepeatleft {
	background-image: url(images/frame_repeatleft.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #8b895f;
	line-height: 30px;
	letter-spacing: .3em;
}
.color1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #62421b;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .1em;
}
.color2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #384d1c;
	font-size: 22px;
	line-height: 26px;
	letter-spacing: .1em;
}
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #535236;
	text-decoration: none;
}
.header3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #535236;
	text-decoration: none;
	line-height: 18px;
}

.secondnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #666633;
	text-decoration: none;
}
a.secondnav:link {
	color: #666633;
}
a.secondnav:hover {
	color: #000000;
	text-decoration: underline;
}

p, .bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
a.bodytext:link {
	color: #535236;
}
a.bodytext:hover {
	color: #333333;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:link {
	color: #FFFFFF;
}
a.topnav:hover {
	color: #d4d19c;
}
.dividebottom {
	background-image: url(images/divide_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #333300;
	text-decoration: none;
}
.bodytextheight {
	line-height: 45px;
}
.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/error.gif);
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}