
.navCell {
	background-color: #666600;
}

.conCell {
	padding: 20px;
	border-top: 5px solid #666600;
	border-bottom: 5px solid #666600;
	border-right: 5px solid #666600;
	background-color: #999966;
}

.ftrCell {
	text-align: right;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	border: 5px solid #666600;
	background-color: #999966;
}

.navMajor {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;		
	margin-left: 5px;				
	
	border-bottom: 1px solid #999966;
	text-align: right;	
	font-weight: bold;
}

.navMajorLink {
	color: #CC9966;
	text-decoration: none;
}
.navMajorLink:hove {
	color: #996600;
	text-decoration: underline;
}


.contentEnd {
	height: 50px;
	background-image: url(../images/contentend.gif);
	background-repeat: no-repeat;
	background-position: top left;

}

.formKey {
	text-align: right;
	font-weight: bold;	
	color: #996600;
}
.formDescription {
	text-align: right;
	font-style: italic;	
}