body {
	background-image: url(images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #066;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 10px;
}
.bkgSidebar {
	background-color: #77A7A8;
	background-image: url(images/bkgSidebar.jpg);
	background-repeat: repeat-y;
}
.titleLC {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #007879;
	font-weight: bold;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.35em;
	text-transform: uppercase;
	color: #066;
	letter-spacing: .25em;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #333;
	line-height: 1.5em;
}
a:link {
	color: #030;
	text-decoration: underline;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
a:visited {
	color: #CA9900;
}
