body {
	background-image: url('002bg.jpg');
	background-repeat: repeat;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	margin-left: 80px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	color: #000000;
}
p.right {
	text-align: right
}
p.center {
	text-align: center
}
p.left {
	text-align: left
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin: 2px;
}
dl {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dt {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	width: 10em;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #e9bdbd;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #abc;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	background: #e9bdbd;
}
a:link { 
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #000000;
	background-color: #00e0f0;
	text-decoration: none;
}
a:active {
	color: #333333;
}
h1 {
	font-size: 2em;
	text-align: center;

}
h2 {
	font-size: 1.5em;
	text-align: center;

}
h3 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.7em;
}

ol { 
	list-style-type: decimal;
}

