body {
	background-color: #CCE6E6;
}
#navBarContainer{
	position: absolute;
	height: 26px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
	border: 2px solid #E6FFFF;
}
#navBarBkg{
	position: absolute;
	height: 24px;
	width: 100%;
	left: 0px;
	top: 1px;
}
#navBar{ 
	position: absolute;
	height: 24px;
	width: 650px;
	left: 0px;
	top: 0px;	
}

#mainContentContainer{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 26px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #E6FFFF;
	border-left-color: #E6FFFF;
	border-right-color: #E6FFFF;
	z-index: 10;
}
#mainContent {
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

#textContainer{
	position: relative;
	height: 100%;
	width: 100%;
}
#textFloatSpacerLt {
	float: left;
	background-color: #CCE6E6;
	height: 200px;
	width: 15%;
	margin-right: 10px;
}
#textFloatSpacerRt {
	float: right;
	background-color: #CCE6E6;
	height: 200px;
	width: 15%;
	margin-left: 10px;
}
p{
	margin-top: 0px;
	margin-bottom: 6px;
}

#text {
	border: 2px solid #9A7372;
	background-color: #F3FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #499696;
	line-height: 16px;
	padding: 4px;
	margin-top: 4px;
}
#notice{
	border: 2px solid #9A7372;
	background-color: #F3FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #499696;
	line-height: 16px;
	padding: 4px;
	margin-top: 10px;
}