body	{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #182235
	}
	
h1	{
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	margin: 10px 0px;
	border-bottom: solid #31456A 2px;
	border-left: solid #31456A 2px;
	background-color: #D2DEF4;
	font-size: 14pt;
}

a {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #31456A;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	background-color: #CCCCCC;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DEDECA;
}

.BlueLink {
	color: #182235;
	font-weight: bold;
	text-decoration: none;
}

.RedLink {
	color: #C03100;
	font-weight: bold;
	text-decoration: none;
}

.noUnderLineLink {
	text-decoration: none;
}

.NonJSNavBar {
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 118px;
	width: 740px;
}

ul {
	margin: 10px;
	padding: 0px;
	border: thin none #009933;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/checkMark.gif);
	background-color: #E6F1ED;
}

.ulCheckMark {
	margin: 10px;
	padding: 0px;
	border: thin none #009933;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/checkMark.gif);
	background-color: #E6F1ED;
}

.ulCrossBlue {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/crossBlue.gif);
	background-color: #E6F1ED;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

.ulCrossBrick {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/crossBrick.gif);
	background-color: #E6F1ED;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

.ulCrossGold {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/crossGold.gif);
	background-color: #E6F1ED;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

.ulCrossGreen {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/crossGreen.gif);
	background-color: #E6F1ED;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

.ulCrossOchre {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	left: 10px;
	line-height: normal;
	list-style-image: url(images/crossOchre.gif);
	background-color: #E6F1ED;
	border-top: thin none #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: 10px solid #FFFFFF;
}

.boxTan {
	background-color: #F5F1DD;
}

.boxLightBlue{
	background-color: #EBF0FA;
}

.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	text-align: center;
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
}

.quoteSource {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	text-align: center;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.smallText {
	font-size: 10pt;
}

.bookTitle {
	text-decoration: underline;
}
