.sidebg {
	background-attachment: scroll;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-y;
	background-position: left 309px;
}
.sidebg2 {

	background-attachment: scroll;
	background-image: url(images/sidebg.jpg);
	background-repeat: repeat-y;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #034F8B;
	line-height: 130%;
}
.maintextsmaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #034F8B;
	line-height: 140%;
}

a:link {
	color: #004A83;
	text-decoration: none;
}
a:visited {
	color: #004A83;
	text-decoration: none;
}
a:hover {
	color: #004A83;
	text-decoration: underline;
}
a:active {
	color: #004A83;
	text-decoration: none;
}
