* html {
	overflow: hidden;
}
body {
	font-family: verdana, arial, sans-serif;
	color: black;
	background: url(LeftEdge.JPG);
	background-color: rgb(167,216,253);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	margin: 0px;
	padding: 0 10px 0 10px;
	height: 100%;
	overflow: auto;
}
#menu { /* These settings used by Firefox and Safari */
	position: fixed;
	display: block;
	top: 270px;
	left: 10px;
	width: 130px;
	background: transparent;
}
* html #menu { /* These settings used by I.E. */
	position: absolute;
	display: block;
	top: 270px;
	left: 10px;
	width: 130px;
	background: transparent;
}
.menuItem {
	display: block;
	width: 130px;
	color: rgb(222,219,164);
	background: rgb(0,109,158);
	font-weight: bold;
	text-decoration: none;
	border: 1px solid rgb(160,160,160);
	text-align: center;
	line-height: 25px;
	margin-top: 5px;
}
.menuItem:hover {
	color: rgb(0,109,158);
	background: rgb(222,219,164);
}
.menuFlag {
	clear: none;
	display: block;
	border: 0px;
	line-height: 25px;
	margin-top: 5px;
}
#text {
	display: block;
	margin-left: 140px;
	border-left: 1px solid rgb(0,109,158);
	padding: 10px;
}
.nowrap {
	white-space: nowrap;
}
.noborder {
	border: 0px;
}
.nobullet { /* Consider using a div with "clearleft" */
	list-style-type: none;
}
.clearleft {
	clear: left;
}
.floatleft {
    float: left;
}
.firstfooter {
	clear: both;
    float: left;
    padding: 0 10px 0 10px;
    font-size: xx-small;
}
.footer {
    float: left;
    border-left: 1px solid rgb(0,109,158);
    padding: 0 10px 0 10px;
    font-size: xx-small;
}

