* {
	margin:0;
	padding:0;
	}

body {
	background-color: #cfcfcf;
	background-color: #666666;	
	font-family: Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #4F5156;
}

.outerDiv {
	width:970px;
	background-color: #FFF;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	}
	
.topDiv {
	padding: 0 0 0 0;
	width:970px;
	margin-left:auto;
	margin-right:auto;
}	



.logoDiv {
	/* background-image: url(/images/CKI-Logo-div-bg.gif); */
	/*	background-repeat: repeat-x; */
	
	width:960px;
	padding-left: 10px;
	}


/* HOME STUFF  ############################################################################### */





/* CONTENT STUFF  ###############################################################################  */

.pageContent {
	padding: 20px 18px 20px 60px;
	font-size: 12px;

}

.pageContent H1 {
	font-family: "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#0583CC;	
}



.pageContent H2 {
	font-weight: bold;
	font-size: 14px;
	margin-top:8px;
	color:#0583CC;		
}

.pageContent p {
  margin-top: 8px;
  margin-bottom: 12px;
}


.pageContent ul {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 30px;
  list-style: square;
}

.pageContent a {
	text-decoration: underline;
	color: #4F5156;
}

.pageContent a:hover {
  color: #124F75;
}

.pageContent a:visited {
	color: #4F5156;
}




/* INNER NAV CONTENT STYLES  ###############################################################################  */






/* FOOTER STUFF  ###############################################################################  */

.footerDiv {
	font-size: 10px;
	background-color: #EAEBEC;
	color: #666666;
	text-align: left;
	width:970px;
	height: 25px;
	margin-left:auto;
	margin-right:auto;
	padding: 3px 0 0 0;
}
.footerCopyright {
	margin-left:20px;
	height:25px;
}



input {
	display: block;
}

textarea {
	display: block;
}