.navbg {
	background-image: url(images/nav_repeat.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentbg {
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 25px;

}
body {
	font-family: "Times New Roman", Times, serif;
}
P.intro {
	color: #406440;
	letter-spacing: 1px;
	font-size: 18px;
	text-indent: 30pt;
	line-height: 30px;

}

P.intro:first-letter {
	font-size : 23px;
	color : #990000;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 20pt;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #98A488;
}
.border {
	border: 1px solid #98A488;
	background-color: #F8F4E8;

}
.footer {
	font-size: 12px;
}
.leftborder {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #98A488;
}
.light {
	background-color: #FDFCF7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8C8A8;
	border-bottom-color: #C8C8A8;
	padding: 2px;

}
