body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	
}
* {
	padding: 0;
	margin: 0;
}

a, a:active {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #0066FF;
}


#page {
}
.clear {
	clear: both;
}
.nodisp {
	display: none;
}
.italic {
	font-style: italic;
}
.flleft {
	float: left;
}
.flright {
	float: right;
}

#bg1 {
	background: url('image/backgd02.jpeg') repeat-x top left;
	height: 12px;
	margin-top: 80px
}
#bg2 {
	background: url('image/backgd01.png') repeat-x top left;
	padding: 10px
}
#menu {
	font-size: medium;
}
h1 {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 200%;
	margin-right: 20px;
	color: #466f01;
	float: left;
}
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;
}
#menu a {
	float: left;
	margin-right: 5px;
}
#menu a {
	display: block;
	text-decoration: none;
	background: url('image/backpic01A.jpg');
	color: #000000;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, Verdana, sans-serif
}
#menu a:hover {
	background: url('image/XXXX.jpg');
}

.cpad {
	padding: 5px;
}
#content ul {
	list-style-type: none;
}
#content, #footer {
	padding-top: 20px;
	font-size: small;
}
#content h2 {
	padding: 1ex;
	font-size: 150%;
	font-family: Georgia, Verdana, sans-serif;
}
#left h2 {
	color: #8b4513;
}
#right h2 {
	color: #78842c;
}
#left ul li {
	background: url('.gif') no-repeat center left;
	padding-left: 3ex
}
#right ul li {
	padding-left: 3ex;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
	background: url('.gif') no-repeat center left;
	border-bottom: 1px dotted #c0c0c0
}
#content p {
	padding-bottom: 1ex;
}
#left {
	position: absolute;
	width: 18em;
	background: #fff url('.gif') repeat-y top right;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	border-bottom: 1px dotted #c0c0c0
}
.lpad {
	background: url('.gif') repeat-x top left;
}
img.flimg {
	margin: 10px;
	border: 1px solid #bbb;
}
#right {
	margin-left: 20em;
	min-height: 300px;
}
#fbg {
	background: #fff url('.gif') repeat-x top left;
	height: 15px
}
#footer {
	position: relative;
	text-align: center;
}