.background {
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
}
.links {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #488BC4;
}

.links a:link {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-style: normal;
	color: #EB2E2C;
	text-decoration: none;
	font-weight: bold;
}

.links a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-style: normal;
	color: #EB2E2C;
	text-decoration: none;
	font-weight: bold;
}

.links a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-style: normal;
	color: #488BC4;
	text-decoration: none;
	font-weight: bold;
}

.links a:active {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-style: normal;
	color: #488BC4;
	text-decoration: none;
	font-weight: bold;
}

.floatleft {
	float: left;
	padding-right: 10px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #1D3B53;
}
.textnarrow {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #1D3B53;
	width: 700px;
	padding-left: 5px;
	font-weight: normal;
}
.rightpic {
	border: 5px #488BC4;
	float: right;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-left: 5px;
}
.textnarrowindent {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #1D3B53;
	width: 700px;
	padding-left: 5px;
	font-weight: normal;
	text-indent: 3em;
}
