body {
	background-image: url(images/BackBlue.jpg);
}
.leftColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	background-color: #9CBADC;
	background-image: url(images/content.jpg);
	font-size: 12px;
	font-style: italic;
	line-height: 180%;
	text-align: center;
}
.rightColumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 180%;
	color: #4671A4;
	background-image: url(images/text.jpg);
	background-color: #FFFFCC;
	text-align: justify;
}
.rightColumn strong {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #335784;
	text-align: center;
}

.leftColumn strong {
}
.rightColumnBlack {
	color: #000000;
}

.leftColumn h1{
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 12px;
}
.leftColumnSmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-image: url(images/content.jpg);
	font-size: 10px;
	font-style: italic;
	line-height: 120%;
}
a {
	color: #333333;
	text-decoration: underline;
}
