html {
scrollbar-face-color:  #000033;
scrollbar-base-color: #EEDDC1;
scrollbar-3dlight-color: #EEDDC1;
scrollbar-arrow-color: #EEDDC1;
scrollbar-DarkShadow-Color: #EEDDC1;
scrollbar-shadow-color: #EEDDC1;
scrollbar-track-color: white;
}
body {
	background-color: #FFFFFF;
	background-image:url(images/bg.gif)
}
.menuBar {
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	z-index: 100;
}
.Bar {
	FLOAT: none;
	CURSOR: hand;
	BACKGROUND-COLOR: transparent;
}
.menu {
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	BORDER-LEFT: buttonhighlight thin outset;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	BACKGROUND-COLOR: #EEDDC1;
	font-family : Arial;
	font-size : smaller;
	font-style : italic;
	color : #000033;
	font-weight : bold;
}
.menuItem a {
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	BORDER-BOTTOM: white 1px solid;
	text-decoration: none;
	color: black;
	/*/*/    
	LINE-HEIGHT: 20px;
	display: block 
	/* */
}
.menuItem a:hover {
	COLOR: #000033;
	BACKGROUND-COLOR: Red;
}
.ItemMouseOut {
    WIDTH: 100%
}
.Arrow {
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver {
	FLOAT: none;
	CURSOR: hand;
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
}
#menu1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
	width: 235px;
}
#menu2 {
	position: absolute;
	top: 0px;
	left: 225px;
	z-index: 100;
	visibility: hidden;
	width: 235px;
}
#menu3 {
	position: absolute;
	top: 0px;
	left: 450px;
	z-index: 100;
	visibility: hidden;
	width: 235px;
}
#menu4 {
	position: absolute;
	top: 200px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
	width: 235px;
}
#menu5 {
	position: absolute;
	top: 200px;
	left: 225px;
	z-index: 100;
	visibility: hidden;
	width: 25px;
}
#menu6 {
	position: absolute;
	top: 200px;
	left: 450px;
	z-index: 100;
	visibility: hidden;
	width: 25px;
}
#menu7 {
	position: absolute;
	top: 400px;
	left: 0px;
	z-index: 100;
	visibility: hidden;
	width: 10px;
}
#menuCloser {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	visibility: hidden;
	width: 325px;
	height: 300px;
}
#topCloser {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
	visibility: hidden;
	width: 325px;
	height: 25px;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000033;
}
.myfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
}
