body {
	text-align:center;
	margin: 0;
	Padding: 0;
	overflow: auto;
		}

		
html {min-height: 100%; margin-bottom: 1px;}
/**************main**************************/			
			
#main 
{
	margin-right:auto;
	margin-left:auto;
	width: 800px;
	text-align:left;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
}


#banner{
	height: 300px;
	width: 800px;
	left: 10px;
	background-image: url(images/kwbanner.jpg);
	background-repeat: no-repeat;

}

#mainpage h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #009;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#mainpage{
	top: 180px;
	width: 664px;
	background-repeat: repeat-y;
	background-color: #FFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: thin;
	border-top-style: solid;
	margin-left: 127px;
	padding-top: 15px;
	padding-left: 5px;
}

/*******MENU****************/
#leftcontent
{
	float: left; /* since this element is floated, a width must be given */
	width: 126px;
	padding-bottom: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 750px;
	background-color: #FFF;
	background-image: url(images/koolleftfade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#leftcontent a:link
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #009;
	font-weight: bold;
}
#leftcontent a:visited
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #009;
	font-weight: bold;
}
#leftcontent a:hover
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #009;
	text-decoration: none;
	display: block;
	background-color: #D5D5FF;
	font-weight: bold;
}

.marg {
	margin-left: 20px;
}


#siteslide{
	position: absolute;
	top: 150px;
	left: 620px;
	width: 153px;
	height: 405px;
}

/*** SITES **/
#oursites{
	width: 240px;
	height: 700px;
	overflow: scroll;
	}

/*** FOOTER **/



.footer  {
	font-size: 10px;
	background-image: url(images/footer.png);	
}
.footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F44D6;
	background-color: #DDDEEC;
	text-decoration: none;
	border: 1px solid #538BFF;
	padding: 1px;
	

	
}
.footer a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F44D6;
	background-color: #DDDEEC;
	text-decoration: none;
	border: 1px solid #538BFF;
	padding:1px;
	
}
.footer a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #F6F6F8;
	color: #000000;
	text-decoration: none;
border: 1px solid #666666;
	padding: 1px;

}

/*** END FOOTER **/

.greybig {
	color: #666666;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.style2 {font-size: 10px}
.picborder {
	border: thin solid #999999;
}
.scroll {
scrollbar-base-color:#FFFFCC;
scrollbar-arrow-color:#FF3333 ;
scrollbar-darkshadow-color:#CC0000 ;
scrollbar-face-color:#FFCC66 ;
scrollbar-shadow-color: #CC0000;
scrollbar-3dlight-color: #330033;

}
.webtag {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #009;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	display: block;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

