body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-color:#fff;
	background-image: url(../images/backTile.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
}

div.wrapper {
	width : 969px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
	background-color: #ffffff;
	border-right: #666 1px solid;
	border-left: #666 1px solid;
} 
#header{
	background-image: url('../images/headerTop.jpg');
	width:969px;
	height:125px;
}
#headerLow{
	background-image: url('../images/headerHome.jpg');
	width:969px;
	height:212px;
}
#headerHome{
	float:left;
	width:320px;
	height:125px;	
	margin-left:10px;
}

#headerCopy{
	float:left;
	width:475px;
	height:80px;
	margin-left:160px;
	text-align:center;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	padding-top:38px;
}
#nav{
	background-image:url('../images/navBar.png');
	background-repeat:repeat-x;
	width:969px;
	height:40px;
}

/* Navigation */
ul {
 
  font-family: Verdana, Arial;
  font-size: 12px;
  text-align:center;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  display: block;
  position: relative;
  float: left;
  background-image: url('../images/navBar.png');
}

li ul { display: none; }

ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 20px 0px 9px;
  margin-left: 0px;
  white-space: nowrap;
  width:132px;
  height:30px;
}

ul li a:hover { background-color:#000; }

li:hover ul {
  display: block;
  position: absolute;
  
}

li:hover li {
  float: none;
  font-size: 9px;
  
}

li:hover a { background-position:0px -10px; }
li:hover li a:hover { background: #666; }



/* end navigation */

.pageHeader{
	font-size:26px;
	font-weight:bold;	
}
input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
 	background-color: #fff;
  	color : #000;
	border:1px solid #999;
} 
.submitButton {
	width:250px;
	height:25px;
	color:#fff;
	background-color:#C33;
    border: 1px solid #006;
	vertical-align:top;
	cursor:pointer;
	
}
.greyLink{
	color:#666;
}

#mainCopy{
	padding: 20px 10px 0px 20px;
	width:660px;
	float:left;
	
}
#rightColumn{
	padding: 10px 0px 0px 0px;
	width:279px;
	height:auto;
	background:#CCC;
	float:left;
}

#footer {
	clear:both;
	background-repeat: no-repeat;
	background-image: url('../images/footerBack.jpg');
	height: 296px;
	width: 969px;
}
#footerLogo{
	width:220px;
	height:80px;
	margin-left:30px;
	margin-top:20px;
	float:left;
}
#footerTop{
	float:left;
	width:718px;
	height:30px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-top:18px;
	margin-bottom:40px;
}
#footerLeft{
	margin-left:25px;
	width:200px;
	height:115px;
	float:left;
	color:#fff;
	font-size:11px;
}
#footerMiddle{
	margin-left:22px;
	float:left;
	width:200px;
	height:115px;
	color:#fff;
	font-size:11px;
}
#footerRight{
	margin-left:80px;
	float:left;
	color:#fff;
	font-size:11px;
	width:180px;
	height:115px;
}
#footerDisclaimer{
	margin-left:33px;
	float:left;
	width:925px;
	color:#78bd76;
	font-size:10px;
}
#theDisclaimer{
	width:500px;
	height:250px;
	color:#000;
}
