/* CSS Document */

body {
background-image:url(images/bg.jpg);
background-attachment:fixed;
background-position:top;
background-repeat:repeat-x;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.textbox {
padding:8px;
}
#bottomrightbox {
	border:#591808 5px solid;
	background-repeat:no-repeat;
	height:100%;
	background-color: #F5E0B5;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.bodytextLoose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
}
.bodytextBullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	list-style-type: square;
	font-weight: normal;
	color: #000000;
}
.headerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #39200E;
}
.disclaimerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
a {
color:#580b00;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.buttontext a {
	font-size: 16px;
	color:#000000;
}
.buttontext a:hover {
	font-size: 16px;
	text-decoration:none;
}
.white {
	color: #FFFFFF;
}
