.mainBG {
	background-image: url(images/mainBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainImage {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.content {
	font-family: Arial;
	font-size: 11px;
}
.square1 {
	background-image: url(images/square1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.square2 {
	background-image: url(images/square2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.square3 {
	background-image: url(images/square3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.title_BLUE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005DAA;
}

.contentinsquare {
	font-family: Arial;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
.aboutBG {
	background-image: url(images/aboutBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.myriad {
	font-family: "Myriad Roman";
	font-size: 12px;
}
.myriadwithborder {
	font-family: "Myriad Roman";
	font-size: 12px;
	padding-left: 10px;
}
.title1 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.title_BLUE_indent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #005DAA;
	margin-left: 10px;
}

