body {
	background: #000000 url('../images/bkgndsliceLT.jpg');
	background-repeat: repeat-y;
	text: #000000;
	link: #FFFF99;
	vlink: #FFCC33;
	font-size:12px;
	margin:0px;
	padding:0px;
	text-align:center;
	min-width:1125px;
	}
p {
	font-family:"Arial";
	font-size:12;
	}
form {
	margin:0;
	padding:0;
	}
#centerwrapper {
	text-align:left;
	width:1125px;
	margin-left:auto;
	margin-right:auto;
	}
.Banner
{
  font-family:Impact, Charcoal, sans-serif;
  font-size:28pt;
  font-style:normal;
  font-weight:bold;
  color:#3071a9;
}

.Banner2
{
  font-family:Verdana, Geneva, sans-serif;
  font-size:16pt;
  font-style:italic;
  font-weight:normal;
  color:#3071a9;
}

.Section
{
  font-family:Wide Latin,Arial Black;
  font-size:12pt;
  font-style:normal;
  font-weight:normal;
  color:#3071a9;
}

.body
{
  font-family:Franklin Gothic Demi, Arial;
  font-size:11pt;
  font-style:normal;
  font-weight:normal;
  color:#FFFFFF;
}

.body_req
{
  font-family:Franklin Gothic Demi, Arial;
  font-size:11pt;
  font-style:normal;
  font-weight:normal;
/*  color:#FF8429; */
	color: #4b2707;
}

.bodys
{
  font-family:Franklin Gothic Demi, Arial;
  font-size:10pt;
  font-style:normal;
  font-weight:bold;
  color:#3071a9;
}

.bodyvs
{
  font-family:Franklin Gothic Demi, Arial;
  font-size:9pt;
  font-style:normal;
  font-weight:normal;
  color:#DDDDDD;
}
/* added by R Shay */
.container {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 24px;
}
/* Header */

header nav {
	text-align: center;
}
header nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	line-height: 35px;
}
header nav ul li {
	display: inline-block;
	text-size: 16px;
	color: #ffffff;
	background-color: #000000;
	padding: 0 10px;
	}
header nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
header nav ul li a:hover {
	color: #4b2707;
	padding-top: 20px;
}

/* Hero */

#hero .container {
	position: relative;
}