@charset "utf-8";
/* CSS Document */

/* Page Structure */
body {
  width: 1030px;
  margin: 0px auto;
  padding:0px;
  text-align:center;
  background-color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  color:#999999;
  }
#wrap {
  width:1030px;
  }
  
/* Navigation/Header Bar */
.headNav {
  background-image:url(../images/siteStructure/slice_03.png);
  background-repeat:no-repeat;
  width:1029px;
  height:54px;
  margin-top:35px;
  margin-bottom:9px;
  position:relative;
 }
.logo {
  margin-left:30px;
  position:absolute;
  top:-2px;
  left:0px;
  border:0px none;
  }
.headNav h1 {
	position:absolute;
	left:191px;
	top: 2px;
	color: #999999;
	font-size:20px;
	font-weight:lighter;
 }
.headNav ul {
	margin:0px;
	padding:0px;
	position:absolute;
	left: 484px;
	top:3px;
	line-height:49px;
	white-space:nowrap;
	width: 392px;
  }
.headNav li {
  display:inline;
  list-style-type:none;
  padding:0px 4px;
  font-size:14px;
  }
.headNav li img {
  position:relative;
  top:2px;
  }
.headNav li a {
  color:#999999;
  text-decoration:none;
  }
.headNav li a:hover {
  color:#3399ff;
  font-weight:lighter;
  }
.headNav lia:visited {
  color:#003399;
  }
/* End Header/Nav Bar */

.container {
  width:721px;
  position:relative;
  left: 155px;
  }
.mainContent {
  width:698px;
  background-image:url(../images/siteStructure/Main%20slice_09.png);
  background-repeat:repeat-y;
  padding: 11px 11px;
  text-align:center;
 }
.mainContent h1{
  font-weight:lighter;
  font-size:24px;
  margin:3px 0px;
  }