.mainbg {
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.textboxleft {
	background-color: #EEEEEE;
	background-image: url(images/textleft.gif);
	background-repeat: repeat-y;
}
.textboxright {

	background-color: #EEEEEE;
	background-image: url(images/textright.gif);
	background-repeat: repeat-y;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #E6DFD2;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: normal;

}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 20px;


}
.addressleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E6DFD2;
	text-align: center;
	font-weight: bold;
	font-style: italic;

}
.leftlinks:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.leftlinks:visited {
	text-decoration: none;
	color: 999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.leftlinks:hover {
	text-decoration: none;
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.formrightalign {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: right;
}
.maintexthighlight {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
	text-align: justify;
	line-height: 20px;
	font-weight: bold;

}
