.navBody {
	background-color: #AADDFF;
}
.mainBody {
	background-color: #99CCFF;
}
.standoutLetterBox {
	color: #FFFFFF;
	background-image: url(images/LetterBackgroundBox.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 39px;
	width: 39px;
	font-size: 24px;
	font-weight: bold;
}
.standoutOtherBox {

	color: #FFFFFF;
	background-image: url(images/VariousOtherBackgroundBox.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 39px;
	width: 116px;
	font-size: 24px;
	font-weight: bold;
}
.standoutVariousBox {

	color: #FFFFFF;
	background-image: url(images/VariousOtherBackgroundBox.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 39px;
	width: 116px;
	font-size: 16px;
	font-weight: bold;
}
.inputFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}
.pageHeading {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.subHeading {
	font-size: 20px;
	font-weight: bold;
}
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.underlinedText {
	text-decoration: underline;

}
.headingText {
	font-weight: bold;
	text-align: center;
}
.bottomBlackBorder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/*
CSS concept from http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P20/
*/
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail img {
	max-width: 40px;
	border-width: 0px;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail:hover span {
	display: block;
	top: 10px;
	left: 30px;
}
.thumbnail span {
	position: absolute;
	/*Keep it hidden until needed*/
	display: none;
}
.thumbnail span img {
	border-width: 0px;
	max-width: none;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold
}
li {
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 10px;
}

