body, html {
	background-image: url(background.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #000000;
	font: medium Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#header {
	margin: 10px 10px 10px 230px;
	text-align: center;
	background-image: url(banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 25px 0 25px 0;
}
#index-header {
	margin: 10px 10px 10px 230px;
	text-align: center;
}
#main {
	margin: 35px 10px 10px 230px;
	height: 1%;
}
#main ul {
	vertical-align: middle;
	line-height: 2em;
}
#main li {
	list-style-image: url(bullet1.gif);
}
#main li li {
	list-style-image: url(bullet2.gif);
}
#main td {
	text-align: left;
	padding: 5px;
}
.bold {
	font-weight: 600;
}
.ital {
	font-style: italic;
}
.bold-ital {
	font-style: italic;
	font-weight: bold;
}
.bold-ital-ctr {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.ctr {
	text-align: center;
}
.bold-ctr {
	font-weight: 600;
	text-align: center;
}
.super {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
h1 {
	color: #660066;
	font-size: 1.8em;
	font-weight: bolder;
}
h2 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	text-align: center;
}
input.txt {
	width: 300px;
}
#nav {
	margin: 5px 10px 10px 10px;
	float: left;
	width: 180px;
	line-height: 46px;
}
#nav ul {
	margin: 0;
	padding: 0;
	border-width: 0;
	list-style: none;
	width: 100%;
}
#nav li {
	margin: 0;
	width: 150px;
	position: relative;
	display: block;
	list-style-type: none;
}
#nav li li {
	margin: 0;
	width: 150px;
	position: relative;
	display: block;
	list-style-type: none;
	line-height: 46px;
}
#nav ul ul, #nav li ul {
	position: absolute;
	z-index: 500;
	display: none;
	padding: 1em;
	margin: -1em 0 0 -1em;
	top: 0;
	left: 100%;
}
#nav ul li {
	position: relative;
}
#nav li:hover {
	z-index: 100;
}
#nav ul li a {
	height: 1%;
} 
#nav ul li:hover ul ul, 
#nav ul ul li:hover ul ul,
#nav li:hover ul ul,
#nav li li:hover ul ul {
	display: none;
}
#nav ul li:hover ul,
#nav ul ul li:hover ul,
#nav li:hover ul,
#nav li li:hover ul {
	display: block;
}
#nav a {
	display: block;
	padding: 4px 1px 4px 14px;
	text-align: left;
	font-weight: bold;
	background-image: url(/images/style/button1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 46px;
	color: #660066;
	white-space: nowrap;
}
#nav a:link, #nav a:visited {
	background-image: url(/images/style/button1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #660066;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image: url(/images/style/button2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #660066;
	text-decoration: none;
}
#nav a.parent {
	background-image: url(/images/style/button-1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: 0;
}
#nav a.parent:hover {
	background-image: url(/images/style/button-2.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#nav a.txt-link {
	background-image: none;
	text-decoration: underline;
	color: #0000FF;
	margin-top: -10px;
}
#nav2 {
	margin: 35px 10px 10px 230px;
	height: 1%;
	text-align: center;
}
#nav2 ul {
	margin: 0;
	padding: 0;
	border-width: 0;
	list-style: none;
	width: 100%;
}
#nav2 li {
	margin: 0;
	width: 150px;
	position: relative;
	display: block;
	list-style-type: none;
}
#nav2 ul li {
	position: relative;
}
#nav2 li:hover {
	z-index: 100;
}
#nav2 ul li a {
	height: 1%;
} 
#nav2 ul li:hover ul ul, 
#nav2 ul ul li:hover ul ul,
#nav2 li:hover ul ul,
#nav2 li li:hover ul ul {
	display: none;
}
#nav2 ul li:hover ul,
#nav2 ul ul li:hover ul,
#nav2 li:hover ul,
#nav2 li li:hover ul {
	display: block;
}
#nav2 a {
	display: block;
	padding: 4px 1px 4px 14px;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/style/button1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 46px;
	color: #660066;
	white-space: nowrap;
}
#nav2 a:link, #nav2 a:visited {
	background-image: url(/images/style/button1.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #660066;
	text-decoration: none;
}
#nav2 a:hover, #nav2 a:active {
	background-image: url(/images/style/button2.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: #660066;
	text-decoration: none;
}