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:200px;
	width: auto;
}
#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: 70px;
	background-color: #FFFFFF;
	width: 700px;
	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;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('Images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* 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;
}
.quotebox2 {
	height: auto;
	width: 230px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #604E15;
	background-color: #E9D9AD;
	text-align: center;
	padding: 8px;
	margin: 8px;
	font-size: large;
	font-weight: normal;
	border: thin dashed #604E15;
}
.RightBox {
	height: auto;
	width: 275px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #604E15;
	background-color: #E9D9AD;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	border: thin dashed #604E15;
	margin: 10px;
}
.RightBox ul li {
	text-align: left;
	text-indent: 0px;
}
.RightBox ul {
	text-align: left;
	text-indent: -15px;
}


.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;
}
.AddressInfo {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bolder;
	text-align: center;
}

