body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 100%;
	min-width:1050px;
	margin: 0 auto;
	border: 1px solid #000000;
	overflow: visible;
	background-color: #000000;
} 
#content-width {
	width: 50%;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sidebar1 {
	float: left;
	width: 260px;
	background: #000000;
	padding: 0 0;
}
#sidebar2 {
	float: right;
	width: 260px;
	background: #000000;
	padding: 0 0;
}
#mainContent {
	margin: 0;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menutxt {	font-family: Calibri;
	font-size: 10pt;
	color: #FFF;
}
.boxtxt {
	font-family: Calibri;
	font-size: 8pt;
}
.frame {
	border: 1px solid #FFF;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.frame2 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bluetxt {	font-family: Calibri;
	font-size: 10pt;
	color: #00F;
}
.stylex1 {font-family: Vivaldi;
	font-size: 20pt;
}
.stylex {
	font-family: Vivaldi;
	font-size: 20pt;
	color: #8f1f44;
}
.stylemain {text-align: justify;
}
.stylewo {
	font-family: "Monotype Corsiva";
	font-size: 16pt;
	color: #000;
}
.styley {font-style: italic;
	color: #00F;
}
.txt1 {
	text-align: justify;
	font-family: Calibri;
	font-size: 11pt;
	color: #FFF;
}
.style10 {
	font-family: "Monotype Corsiva";
	font-size: 16pt;
	font-style: italic;
	line-height: 16pt;
	color: #8f1f44;
}
.txt {
	text-align: justify;
	font-family: Calibri;
	font-size: 11pt;
	line-height: 12pt;
}
.reg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.backbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-image:url(Images/bkbut.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FFF;
	font-family:calibri;
	font-size:11px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.backbutton:hover {
	background-image:url(../Images/bkbutx.png);
}.backbutton:active {
	position:relative;
	top:1px;
}
.nextbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #000000;
	-webkit-box-shadow:inset 0px 1px 0px 0px #000000;
	box-shadow:inset 0px 1px 0px 0px #000000;
	background-image:url(../Images/nxbutx.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:calibri;
	font-size:12pt;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}.nextbutton:hover {
	background-color:#d404d4;
}.nextbutton:active {
	position:relative;
	top:1px;
}
.nextbuttonv {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-image:url(../Images/nxbut.png);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ffffff;
	font-family:calibri;
	font-size:11px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.nextbuttonv:hover {
	background-image:url(../Images/nxbutx.png);
}.nextbuttonv:active {
	position:relative;
	top:1px;
}

.newtxt {
	font-family: "Edwardian Script ITC";
	font-size: 22pt;
	color: #8f1f44;
}
nmenu ul
{
	list-style: outside none none;
    margin: 0;
    padding: 0;
}
nmenu ul li {
	margin-bottom:3px;
	width:230px;
	height:30px;
	text-align:left;
	background-image:url(../Images/fade4menux.png);
}
.menut {
	
	background-image:url(../Images/fade4menuxt.png);
}
.txtsy {
	font-family: "Monotype Corsiva";
	font-size: 14pt;
	color: #8f1f44;
}
.floatright {
	margin: 5px;
	float: right;
}
nmenu ul li a {
	color:#FFF;
	font-family: Calibri;
	font-size: 10pt;
	line-height:9pt;
	display: block;
	padding-left:5px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#dwnarrw {
	width: 100%;
	position: absolute;
	z-index: 15;
	top: 500px;
	text-align: right;
}