body {
	color: 				#2c2c64;
	background-color: 	#fdf6e1;
	font-family: 		sans-serif;
	font-size: 			small; 
}

.pageTitle {
	font-size: 			large;
	font-weight:		bold;
}

.pageTitleExtra {
	font-size: 			small;
	font-weight:		bold;
}

#banner { 
	font-family: 	serif;
	color: 			#fdf6e1; 
}

#banner h1 { 
	padding: 			15px; 
	background-color: 	#2c2c64; 
	padding: 			15px; 
	font-size: 			x-large; 
}

#bannerLogo {
	background-image: url(../images/Logo80a.png);
	background-repeat: no-repeat;
	background-position:center;
}

.mainArea {
	position: absolute;
	top: 142px;
	left: 210px;	
}

.textfield {
	width: 15em;
}

table.zebra tr.even td, table.zebra tr.even th { background-color:#f0f0f8; }
table.zebra tr.odd td { background-color:#ffffff; }
table.zebra { font-size: small; }

#listDiv {
	position: 		absolute;
	left: 			210px;
}

.level0 {
	position: relative;
	left: 0px;
}
.level1 {
	position: relative;
	left: 20px;
}
.level2 {
	position: relative;
	left: 40px;
}

#nav {
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	z-index: 1;
}

