body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 0 0px;
	color: #000000;
	background: #ffffff;
	background-image: url('images/background.jpg'); 
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
	background-color: transparent;
}
a:visited {
	color: #000000;
	background-color: transparent;
}
#bannertext {
	position: absolute; 
	left: 205px; 
	top: 15px; 
	text-align: center; 
	z-index: 2;
}
#bannertextshadow {
	position: absolute; 
	left: 207px; 
	top: 17px; 
	text-align: center; 
	z-index: 1;
}
#nav {
	border: 0px solid #000000; 
	margin: 0 0 0 0;
	position: absolute;
	top: 171px;
	left: 10px;
	width: 125px;
	text-align: center;
	font-size: 12pt;
}
#nav a {
	display: block;
	margin: 0 0 12px 0;
	line-height: 2.5em;
	background-image: url('images/yellowbtn.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-weight: bold;
}
#nav a:hover {
	background-image: url('images/hollowbtn.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#nav a:active, #nav a:focus {
	background-image: url('images/hollowbtn.gif');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#nav .ext a {
	display: inline;
	background-image: none;
	background-color: transparent;
	text-decoration: none
}
#nav .ext a:hover {
	background-image: none;
}
#nav .ext a img {
	border: none;
}
.title {
	font-size: 32pt;
}
.slogan {
	font-size: 16pt;
}
.address {
	font-size: 14pt;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.yellow {
	color: yellow;
}
.gray {
	color: #aaaaaa;
}
.green {
	color: green;
}
iframe {
	position: absolute;
	left: 145px;
	top: 171px;
	background-color: transparent; 
	height: 700px;
	width: 830px; 
	overflow: auto;
	z-index: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #66df66;
}
span#copyright {
	line-height: 1.2em;
	font-size: 10pt;
	font-weight: normal;
}
span#copyright a, span#copyright a:link, span#copyright a:hover {
	line-height: 1.2em;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	background-image: none;
	display: inline;
}
