	html {
	height: 100%;
	}

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background: #1778c6  ;
	margin: 0px;
	padding:0px;
	height: 100%;
	}

	/* CONTENT STYLING */
	
	#content { 	
	position: relative;
	margin: auto ;
	width: 900px; 
	height: 100%;
	}
	
	#form1 { 	
	position: relative;
	margin: 0px ;
	height: 100%;
	}
	
	#left {
	float: left;
	width: 250px; 
	text-align: center;
	}
	
	#logo {
	/* background: url(../images/logo.gif) no-repeat ; */
	width: 185px;
	height: 150px;
	}
	
	#middle {
	float: left;
	width: 400px;
	height: 100%;
	text-align: center;
	padding: 0px;
	background: #5fa5dd ;
	margin:0px;
	}

	#nonFooter {
	width: 400px;
	min-height: 100%;
	background: #5fa5dd ;
	}

	* html #nonFooter {
	height: 100%;	
	}
	
	#banner {
	/* background: url(../images/kcskyline.jpg) no-repeat;*/
	width: 400px;
	height: 400px; 
	}
	
	#right {
	float: left;
	width: 200px;
	margin: 100px  0px 0px 50px;
	}
	
	#promo {
	
	border:none;
	width: 185px;
	height: 150px;
	border: 3px double #ffffff;
	}
	
	#PromoLinkImage{
		
	}
	
	#floatingimage {
	position:absolute;
	z-index:1;
	left: 135px;
	top: 270px;
	width:630px;
	height:340px;
	margin: 0px;
	padding: 0px;
	}
	
	.map {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1778c6;
	width: 400px;
	height: 450px;
	}
	
	.inside_content {
	color: #ffffff;
	clear: both;
	padding: 0px 20px 0px 20px;
	text-align: left;
	}
	
	.inside_content H1 {
	font-size: 110%;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif; 
	}
	
	/* MENU STYLING */
	
	#menu {
	left: auto;
	margin: 0px 0px 0px 0px ;
	padding: 0px;
	clear:both;
	float:none;
	text-align: left;
	width: 180px;
	}
	
	#menu_left {
	float: none;
	margin: 0 0 6px 0;
	padding: 0px ;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e2e2e2;
	}
	
	#menu_left li { list-style: none; }
	
	#menu_left li a {
	display: block;
	color: #ffffff;
	width: 160px;
	padding: 10px 0px 10px 23px;
	margin: 0 0 0px 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #e2e2e2;
	border-bottom-style: dashed;
	font-size: 12px;
	font-stretch: semi-expanded;
	}
	
	#menu_left li a:hover { background: url(../images/arrow.gif) no-repeat center left; color: #ffffff;  }
	
	.active { background: url(../images/arrow.gif) no-repeat center left; color: #fffff;  }
	
	/* FOOTER STYLING */

	#footer {
	position: relative;
	top: -5em;
	left: 0px;
	height: 5em;
	font-size: 10px;
	color: #1265a8;
	background: #5fa5dd;
	text-align: center;
	padding: 0px;
	margin: 0 auto 0 auto;
	background-color: #5FA5DD;
	}
	
	#footer a:link {
	text-decoration: underline;
	color: #1265a8 ; 
	}
	
	#footer a:visited {
	text-decoration: none;
	color: #1265a8 ; 
	}
	
	#footer a:hover {
	text-decoration: underline;
	color: #000000 ;
	}
	
	#footer a:active {
	text-decoration: none ;
	color: #1265a8 ;
	}

