.left {
	background-attachment: scroll;
	background-image: url(images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.right {

	background-attachment: scroll;
	background-image: url(images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.navlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

body {
	background-color: #95C1E6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #014B92;
	line-height: 130%;
}
.imagesdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #044893;
}
.bg2 {
	background-attachment: scroll;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
a.bluelink:link {
	color: #014B92;
	text-decoration: none;
}
a.bluelink:visited {
	text-decoration: none;
	color: #014B92;
}
a.bluelink:hover {
	text-decoration: underline;
	color: #014B92;
}
a.bluelink:active {
	text-decoration: none;
	color: #014B92;
}.maintextsmall {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #014B92;
	line-height: 130%;
}
