#slidercontainer {
  position: relative;
  left: 135px;
  top: 0px;
  margin: 0px auto 0px auto;
  width: 615;
}
.bodybg {
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
}
.footerbg {
	background-image: url(../images/footerborder.jpg);
	background-repeat: repeat-x;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.ecreativetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}
a.side {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a.side:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.box {
	background-attachment: fixed;
	background-image: url(../images/box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.textBold {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;


}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #610603;
	border-bottom: 1px solid #610603;
	text-transform: uppercase;
}

.submitbutton
 {
	background-image: url(../images/submit.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}
.submitbuttonclick
 {
	background-image: url(../images/submit_d.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}
.submitbuttonhover
 {
	background-image: url(../images/submit_d.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}
.resetbutton
 {
	background-image: url(../images/reset.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}
.resetbuttonclick
 {
	background-image: url(../images/reset_d.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}
.resetbuttonhover
 {
	background-image: url(../images/reset_d.jpg);
	border: none;
	height: 22px;
	width: 62px;
	cursor: hand;
}