@charset "utf-8";
body {
	background-image: url(images/background7.jpg);
	background-repeat: repeat;
	margin: 0px;
}

.Navigation {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	font-size: 18px;
}
.Navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style:italic;
}
a:hover {
	text-decoration: none;
	font-style:italic;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
a {
	text-decoration: none;
	font-style: normal;
	color: #FFF;
}

.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
}
.picframe {

}
.WhiteBodyText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-align: center;
}
.bodytextleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
.myScrollingDiv{
  height: 528px;
  width: 760px;
  overflow: -moz-scrollbars-vertical;
  overflow-x: none;
  overflow-y: auto;
}