/* CSS Document */
@import "quicklinks.css";
@import "topnav_kcom.css";
@import "layers_school_home.css";
@import "footer_school.css";
@import "kcom_menu_home.css";

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url('../images/kcom/home_bodybg.gif') repeat-x #ffffff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 760px;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #c1e0ff;
	position: relative;
	border: 0;
	overflow: hidden;
}

#banner {
	height: 49px;
	background: #ffffff url(../images/kcom/kcom_banner.jpg) no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#topnav {
	height: 19px;
	background-color: #0099cc;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	text-align:left;
}

#leftcol {
	width: 230px;
	background-color: #ffffff;
	float: left;
}

#leftcol .image {
	margin: 0;
}

#centercol {
	width: 298px;
	background-color:#ffffff;
	float: left;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	height: 393px;
}

#rightcol {
	width: 230px;
	background-color: #c2e1ff;
	float: left;
	clear: none;
	position: relative;
	height: 393px;
	font-size:.9em;
}

#rightcol p{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding: 5px 10px;
	margin: 5px;
}

#rightcol a {
	text-decoration: underline;
	color: #627fa7;
}

#rightcol a:hover {
	text-decoration: none;
	color: #646464;
	}
#rightcol .newslinks {
	color: #000000;
	font-size: .75em;
	margin: 10px 0px;
	padding: 0;
}
	
#footer-goto {
	height: 42px;
	background-color: #5e78ab;
	clear: both;
	width: 760px;
	padding-top: 20px;
	text-align: center;
}

/* Feedburner box */
#newsreleases {
}

.date {
	color: #000000;	
	margin-bottom: 15px;
}
#newsreleases p {
 margin: 0;
 padding: 0;
 line-height: normal;
}

#newsreleases li {
 list-style-type: none;
 margin: 10px 10px 0px 10px;
 padding: 0;
}

#newsreleases ul {
 margin: 0;
 padding: 0;
}

#creditfooter {
    display: none; 
