BODY
{
	margin: 0;
	text-align: center;
	background-image: URL(/images/BackgroundStripe.gif);
	background-repeat: repeat-y;
	/*background-color: #006CB7;*/
}

.tempBody
{
	width: 800px;
	text-align: left;
	margin: 0 auto;
	border-left: solid 1px #036DB7; /*white;*/
	border-right: solid 1px #036DB7; /*white;*/
	background-color: White;
	/*height: 100%;
	min-height:100%;
	max-height: 100%;*/
}

.menuItem
{
	cursor: pointer;
}

.homeImage
{
	cursor: pointer;
	position: absolute;
	top: 5px;
	width: 150px;
	height: 90px;
}


/*************************************************************/
/*						Sub Menu							 */
/*************************************************************/
/*
.subMenu{position: absolute; z-index: 2;}
.subMenuText{}
.subMenuLink{color: green; text-decoration: none; white-space: nowrap;}
.subMenuLink:hover{color: White; text-decoration: none;}
.subMenuTable{background: red;}
.list{list-style: none; padding: 0; margin: 0; font-size: 1em; color: green;}
.list li{}
*/