BODY	{
	margin-top: 0;
	background-color: #FFFFFF;
	width: 1024px;
    height: 100%;   /* required to allow child elements (divs) to inherit */
	margin: 0 auto 0 auto;
	text-align: center;
	}
DIV#intro {
	position: relative;
	z-index: 3;
	text-align: justify;
	font-family: Arial, sans-serif;
	color: black;
	top: 0;
	left: 0px;
	right: 0px;
	height: 684px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: 0px;
	background-color: #FFFFFF;
	}
DIV#bgimage1 {
	position: absolute;
	z-index: -1;
	text-align: justify;
	font-family: Arial, sans-serif;
	color: black;
	top: 0;
	left: 0px;
	right: 0px;
	height: 684px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}
DIV#bgimage2 {
	position: absolute;
	z-index: -1;
	text-align: justify;
	font-family: Arial, sans-serif;
	color: black;
	top: 0;
	left: 0px;
	right: 0px;
	height: 684px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}
DIV#head {
	z-index: 4;
    height: 108px;
	background-color: #FFFFFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	padding-bottom: 0;
	margin: 0;
	}
B#hdrtext {
	position: relative;
	top: 15px;
	left: 20px;
	font-size: 3.0em;
	color: #000000;
	}
B#cnttext {
	position: relative;
	top: 15px;
	left: 80px;
	height: 116px;
	font-size: 1.5em;
	color: #000000;
	}
DIV#searchbox {
	position: relative;
	top: 340px;
	left: 20px;
	height: 200px;
	width: 300px;
	background-color: #C0C0C0;
	filter: alpha(opacity=90);
	opacity: 0.9;
	color: #000000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}
DIV#searchbox FORM {
	position: absolute;
	margin: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}
DIV#searchbox B {
	text-align: center;
	font-size: 1.5em;
	}
DIV#searchbox TH {
	font-size: 1.0em;
	text-align: right;
	}
DIV#searchbox SELECT {
	width: 180px;
	}
P#menubox {
	position: absolute;
	margin: 50px 20px 20px 20px;
	background-color: transparent;
	width: 900px;
	}
P#menubox A, A:visited{
	font-size: 1.2em;
	text-decoration:none;
	color: #696969;
	background-color: transparent;
	padding: 5px 10px 5px 10px;
	border: solid 1px blue;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	}
P#menubox A:hover {
	color: #FFFFFF;
	background-color: #C0C0C0;
	border: solid 1px blue;
	}

