/* Designed And Developed by CyteWorks, Inc. - Question contact info@cytworks.com or 816-272-5246 */

body {
	background-color:#000066;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	}
	
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	}
a hover {
	text-decoration: underline;
	color: Silver; }
	
a link {
	text-decoration: underline;
	}

b {
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	}
p {
	text-align:left;
	line-height: 1.2em;
	margin: 10px;
	}
	
li { 
	margin: 10px;
	}
		
/*layout divs*/

#container {
	background-image:url(images/contback.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 800px;
	height:auto;
	margin: auto;
	padding: 0px;
	text-align:center;
	}
#maincontent {
	width: 599px;
	height:100%;
	Margin: auto;}
	
#pageheader {
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 135px;
	margin-left: 3px
}

	

#story {
	position:static;
	margin: 5px 0px 10px 0px;
	padding: 10px;
	text-align:left;
	float: right;
	width: 70%;
	}


#story h3 {
	color:#000066;
	}	

#story h2 {
	color: #000066;
	}
	
#story img{
	float: left;
	padding: 10px 10px 0px 0px;
	}
	
#footer {
	background-image: url(images/kccfooter.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 142px;
	margin: 0px;
	width: 599px;
	}
		
#bottomNav {
	Margin: 0px;
	Padding: 10px;
	Text-align:center;
	Float:left;
	width: 96%;
	}

#siteInfo {
	font-size:10px;
	color:#000066;
	float:right;
	Text-align: right;
	margin: 0px;
	padding: 5px;
	}





#leftNav{
	background-color: #CCCCFF;
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px 1px 0px 1px;
	padding: 10px;
	}
	
#leftNav p {
	padding: 5px 0px 10px 20px;
	margin: 0 0 0 12px;
	text-align:right;
	border-top: 1px solid #000066;
	display: block;
	}
#leftNav a {
	color: #000066;
	}
#leftNav a:hover{
	background-color: #dddddd;
	color:#000000;
	}







#resource {
	text-align:center;
	Margin:0px;
	padding:0px;
	}

#resource a { 
	margin: 10px;
	text-decoration:none;
	border-top: 0px solid #ccccff;
	}
#resource a:hover {
	background-color: #ccccff;
	}
			
			
			
			
			
			
			
			

#leftNav-dropdown{
	background-color: #CCCCFF;
	float: left;
	width: 20%;
	height: 100%;
	margin: 0px 1px 0px 1px;
	padding: 10px;
	}
	
#leftNav p {
	padding: 5px 0px 10px 20px;
	margin: 0 0 0 12px;
	text-align:right;
	border-top: 1px solid #000066;
	display: block;
	}
	
#leftNav p.facebook { padding: 0; padding-top: 10px; padding-bottom: 10px; }	
#leftNav p.facebook a img { border: none; }	
	
#leftNav a {
	color: #000066;
	}
#leftNav a:hover{
	background-color: #dddddd;
	color:#000000;
	}


			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			@media print {
* {
  background-color: white !important;
  background-image: none !important;
  }
  
 body {
 	font-family:"Times New Roman", Times, serif;
	}
 
 h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	}
 
#pageheader {
	display:none;
	visibility:hidden;
}
  
#leftNav{
	display:none;
	visibility:hidden
	}
  
#maincontent {
	width: 100%;
	height:auto;
	margin: auto;
	padding:inherit;
	}
	

#story {
	width: 100%;
	height:auto;
	margin: auto;
	padding:inherit;
	}
}




