body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #5F4D37;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgtop.jpg);
	text-align: center;
}
td {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#main td.left p  {
	font-size: 12px;
	line-height: 150%;
    text-align: justify;
}
#main td.right  {
	font-size: 12px;
    text-align: right;
}
#container {
	background-color: #F9FAE8;
}
#container td {
	text-align: center;
}
#content td {
	text-align: left;
}
#content td.right {
	text-align: right;
}
#content td.center {
	text-align: center;
}
#menubox td {
    line-height: 250%;
	text-align: right;
}
#menu {
    margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
	display: block;
	color: #8C6950;
	padding: 3px 3px 2px 16px;
	margin: 0;
	text-decoration: none;
	border-bottom: 1px solid #DEDEA6;
}
#menu li a:hover {
	color: #ffffff;
	background-color: #8C6950;
	border-bottom: 1px solid #8C6950;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	margin: 30px 0 20px 0;
    color: #8C6950;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	margin: 10px 0 10px 0;
}
input {
    height: 18px;
	border: #C7DB38 1px solid;
}
input.text {
    background-color: #ffffff;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #483730;
	font-size: 10px;
	font-weight: normal;
}
input.button {
    background-color: #E2EC98;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #00642D;
	font-size: 10px;
}
.brown {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #86654A;
	font-weight: bold;
}
.smalltxt {
	font-size: 10px;
}
a, a:visited {
    color: #8C6950;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
} 
a.bottom:link {
    color: #8C6950;
	text-decoration: none;
}
a.bottom:visited {
    color: #8C6950;
	text-decoration: none;
}
a.bottom:hover {
    color: #86654A;
	text-decoration: underline;
}

