body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	background: url("B.jpg") top left repeat-x;
}
* { padding: 0;	margin: 0; }

a, a:active {
	color: #7c3500;
}
a:hover {
	color: #4f9adb;
}
a:visited {
	color: #909090;
}

#page {
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}

#bg1 {
	background: url("line.png") top left repeat-x;
	height: 12px;
	margin-top: 80px;
}
#bg2 {
	background: url("bg2.png") top left repeat-x;
	padding: 10px;
}
#menu {
	font-size: medium;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	color: #466f01;
}
h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 125%;
	color: #999;
}
h3 {
	font-size: 100%;
	padding-top: 1ex;
	padding-bottom: 1ex;
}
#menu h2 {
	float: left;
	font-style: italic;
}
#menu ul {
	list-style-type: none;
	margin-top: 4px;
}
#menu li {
	float: right;
	margin-right: 15px;
}
#menu a {
	display: block;
	text-decoration: none;
	background: url("lia.jpg");
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif;
}
#menu a:hover {
	background: url("lih.jpg");
}

.cpad {
	padding: 5px;
}
#content ul {
	list-style-type: none;
}
#content, #footer {
	padding-top: 20px;
	font-size: small;
}
#content h2 {
	padding: 1ex;
	font-size: 120%;
	font-family: Georgia, Verdana, sans-serif;
}
#left h2 {
	color: #8b4513;
}
#right h2 {
	color: #78842c;
}
#left ul li {
	padding-left: 5px;
	padding-top: 10px;
}
#right ul li {
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	border-bottom: 1px dotted #c0c0c0;
}
#content p {
	padding-bottom: 1ex;
}
#left {
	position: absolute;
	width: 130px;
	background: #fff;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 1px dotted #c0c0c0;
}

#left a {
	display: block;
	text-decoration: none;
	background: url("lia.jpg");
	color: #fff;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif;
}
#left a:hover {
	background: url("lih.jpg");
}

.lpad {
	background: url("lpad.png") top left repeat-x;
}
img.flimg {
	margin: 10px;
	border: 1px solid #bbb;
}
#right {
	margin-left: 165px;
	min-height: 300px;
}
#fbg {
	background: #fff url("foot.png") top left repeat-x;
	height: 50px;
}
#footer {
	position: relative;
	text-align: center;
}