html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background-color: #000000;
	font-size: 9pt;
	color: #ffffff;
}

.body-container {
	width: 900px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.menu-container {
	width: 650px;
	height: auto;
	margin: 20px auto auto auto;
}

.menu-container h1 {
	font-size: 14pt;
	text-align: center;
	margin: 5px 0 5px 0;
}

.menu-container h2 {
	font-size: 12pt;
	text-align: center;
	margin: 30px 0 5px 0;
}

.menu-container p {
	text-align: left;
	margin: 0 0 10px 10px;
}

.logo {
	width: 140px;
	height: 120px;
}

.flash {
	width: 900px;
	height: 480px;
}

h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 14px;
	color: #88C548;
}

.copy {
	padding: 10px;
	width: 880px;
}


.clear {
	clear: both;
}

a:link {
	color: #aaaaaa;
	text-decoration: none;
}
a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
a:active {
	color: #aaaaaa;
	text-decoration: none;
}
a:hover {
	color: #aaaaaa;
	text-decoration: underline;
}

.heading {
	width: 500px;
	height: 50px;
	position: relative;
}

ul {
	margin-top: 0px;
	width: 145px;
}

li {
	margin-bottom: 5px;
	float: left; 
	width: 140px;
	list-style-image: url('../images/list-bubbles.gif');
}

.footer-image {
	background: url(../images/footer.jpg) bottom right no-repeat;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 70px;
	position: fixed;
	z-index: 1000;
}
