.quotebox2 {
	height: auto;
	width: 230px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #031805;
	background-color: #8A9BAF;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(Images/background.jpg);
}

body, td, th {
	color: #000000;
}

h1, h2 {
	color: #2E1B0A;
	text-align: center;
}

h3 {
	color: #2E1B0A;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D1B85E;
}

a {
  color: #2E1B0A;
}

a:hover {
	color: #FFF2BF;
	text-decoration: none;
	background-color: #2E1B0A;
}

#toppanel {
	height: 40px;
	width: 100%;
	padding: 0px;
	margin: 20px 10px 0px;
	position: relative;
}

#title {
	margin-left:150px;
	width: auto;
	padding: 3px;
}
#logo {
	float: left;
	width: 100px;
}

#navpanel {
	width: 118px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000099;
	text-align: center;
	top: 30px;
	position: relative;
	left: 4px;
}

.borderpanel {
	height: 20px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

.contents {
	padding: 10px;
	left: 130px;
	top: 80px;
	background-color: #FFFFFF;
	width: 750px;
	position: absolute;
}

.smalllink {
	font-size: small;
	color: #526131;
	text-decoration: none;
}
.highlight {
	background-color: #FFFF88;
}

.bevelmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 110px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFF2BF;
	border: 2px solid #554515;
	text-decoration:none;
	color: #554515;
}

.bevelmenu li a:hover{
	color: #FFF2BF;
	background-color: #554515;
	border-style: outset;
}

body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}

.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100px;
}
.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	color: #81621B;
	text-align: center;
}

a.button {
	background: transparent url('Images/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	height: 24px;
	margin-right: 4px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a.button span {
	background: transparent url('Images/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 12px;
}

a.button:hover {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
	font-weight: bold;
	font-size: 11px;
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 12px; /* push text down 1px */
}

.quotebox {
	height: auto;
	width: 170px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #604E15;
	background-color: #E9D9AD;
	text-align: center;
	padding: 20px;
	margin: 10px;
	font-size: large;
	font-weight: normal;
	border: thin dashed #604E15;
}
.quoteboxleft {
	height: auto;
	width: 170px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #604E15;
	background-color: #E9D9AD;
	text-align: center;
	padding: 20px;
	margin: 10px;
	font-size: large;
	font-weight: normal;
	border: thin dashed #604E15;
}
.style1 {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

.AddressInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
}
