	
	/* Controls overall look of KTCO*/

	body {
		font-size: 10pt; 
		font-family: Arial; 
		background-color: #ffffff; 
		text-align: center; 
		/*border:1px solid black;*/
		}
		
	a:link {
		color: red;
		font-size: 10pt; 
		font-family: Arial;	
		text-decoration: none; }
	a:visited
	       {color: navy;
		font-size: 10pt; 
		font-family: Arial;
		text-decoration: none; }

	a:hover {color: blue;}

	/* Size and position of your Container*/
	#Container {  
		margin:0 auto; 
		text-align: left; 
		width:1000px; 
		/*border:1px solid black;*/
		}

	/* Size and position of your Top Header*/
	#Header { 
		background-repeat: repeat; 
		background-attachment: scroll; 
		width:1000px; 
		height:140px; 
		/*border:1px solid black;*/
		}
		
	#insidenav { 
		float: left;
		width:135px; 
		height: 800px; 
		/*border:1px solid black;*/
		}		
	
	/* Size and position of Left Content*/
#Nav {
	font-size: 10pt;
	background: #ffc;
	position:relative;
	top:0px;
	height:25px;
	width:160px;
	float: left;
		}
#Nav a:link {
		color: navy;
		font:11px Verdana;
		text-decoration: none; 
		}
#Nav a:visited { 
		color: navy;
		font:11px Verdana;
		text-decoration: none;
		}
#Nav a:hover { 
		color: #333;
		font:11px Verdana;
		text-decoration: none; 
		}
/* Size and position of Right Content*/
	#Main { 
		float: left; 
		position: relative;
		width: 845px; 
		height: auto; 
		margin: 5px 0px 0px 15px;
		/*border:1px solid black;*/
		}


#Nav2 { 
	font-size: 10pt; 
	background: #ffc; 
	height:400px; 
	width:126px; 
	float: right; 
	clear: none; 
	margin: 5px;
	border: solid purple 5px; 
	}




	/* Size and position of Bottom */
#Footer { 
	width:1000px; 
	clear: both; 
	text-align: center;
	border: black dotted 0px;
	margin:0 auto;
	}

#Footer a:link { 
		color: black; 
		}
#Footer a:visited { 
		color: gray; 
		}
#Footer a:hover { 
		color: red; 
		}
#weatherbox { color: yellow; width: 180px; float: none; clear: none; }

#contactpage{width:600px; margin:0 auto; text-align:center;}
#contactcontainer { width: 600px; margin-bottom: 35px;}
#contactleft { float: left; width: 300px; margin-bottom: 15px;  line-height: 24px; }
#contactright { float: right; width: 300px; margin-bottom: 15px; line-height: 18px; }
#contactfullwidth{width:100%; float:left;}
.left{text-align:left;}
