body {
	background-image: url(background.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	color: #000000;
	font: bold medium Helvetica, Arial, sans-serif;
	color: #333366;
	margin: 5px;
	padding: 5px;
}
#nav {
    width: 100%;
    background-color: transparent;
    font-size: 93%;
    line-height: normal;
	margin: 0 0 0 10px;
}
#nav ul {
	text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#nav li {
	list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
	font-weight: bold;
}
#nav a {
	float: left;
    background-image: url(button1.gif);
	background-color: transparent;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
    margin: 0;
    padding: 20px 0 20px 0;
    text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 140px;
}
#nav a:link, #nav a:visited {
	background-position: 50% 50%;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	background-image:  url(button2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#current a:link, #current a:visited,
#current a:hover, #current a:active {
    background-color: transparent;
    background-image:  url(button3.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #000000;
	text-decoration: none;
}
#footer {
	clear: both;
	text-align: left;
	font-size: small;
}
.place {
	clear: both;
	margin: 0;
}
.ctr {
	text-align: center;
}
.bold-ital {
	font-size: large;
	font-style: italic;
}
.ital {
	font-style: italic;
}
.bold {
	font-size: large;
}
.gold {
	color: #808000;
}
#indent {
	margin: 0 50% 0 100px;
}
hr {
	color: #333366;
	margin-bottom: 5px;
}
img {
	border: 0;
}
#index-bawc {
	float: right;
	text-align: left;
	margin: 30px 30% 10px 0;
}
#alt {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
#sub-nav {
	float: left;
	width: 150px;
    font-size: 93%;
}
#sub-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub-nav li {
	margin: 0;
}
#sub-nav a {
	float: left;
    background-image: url(sub-1.gif);
	background-color: transparent;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
    margin: 0;
    padding: 20px 0 20px 10px;
    text-decoration: none;
	text-align: center;
	display: block;
	width: 150px;
}
#sub-nav a:link, #sub-nav a:visited {
	background-position: 50% 50%;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#sub-nav a:hover, #sub-nav a:active {
	background-image:  url(sub-2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}
#content {
	margin: 10px 10px 10px 190px;
	height: 1%;
}
#content ul {
	vertical-align: middle;
}
#content li {
	list-style-image: url(bullet1.gif);
}
#content li li {
	list-style-image: url(bullet2.gif);
}
#content2 {
	margin: 10px 10px 10px 10px;
	height: 1%;
}
#content2 ul {
	vertical-align: middle;
}
#content2 li {
	list-style-image: url(bullet1.gif);
}
#content2 li li {
	list-style-image: url(bullet2.gif);
}
#content2 table td {
	border: 0;
}
h2 {
	color: #993300;
	font-size: x-large;
}
h3 {
	color: #330099;
	font-size: larger;
}
.invis table {
	border: 0;
}
