#pagecel {
	width: 750px;
	position: absolute;
	height: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
}
#footer {
	position: absolute;
	top: auto;
	left: 250px;
	font-size: 10px;
	padding-top: 20px;
}
#pageNav1 {
	position: absolute;
	width: 150px;
	height: 300px;
	background-color: #FFFFFF;
	left: 610px;
	top: 200px;
}
#pageNav1 a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
	width: 150px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 150px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: none;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	text-decoration: none;	
	
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
#pagecel #content {
}
#pagecel #content th {
	text-align: left;
}

#logon {
	background-color: #FFFFFF;
	position: absolute;
	height: 100px;
	width: 150px;
	top: 50px;
	left: 610px;
}

