@import url("content.css");
@import url("dropdown.css");
body {
	background-color: silver;
	font-size: 11px;
	color: #333333;
	margin-top: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
li {
list-style-type: none; 
	
}	
a:link {
	color: #031F43;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #031F43;
}
a:hover {
	text-decoration: none;
	color: #A0B0D7;
}
a:active {
	text-decoration: none;
	color: #A0B0D7;
}	

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	text-decoration: none;
}

img {
       border: 0;
}

/* My Comment */
	
#container {
	border-style: none;
	width: 1200px;
	margin: 0px auto 0px auto;
	background-color: #fff;
}

#header {
	width: 840x;
	height: 186px;
	
	margin-right: 137px;
	margin-left: 137px;
}

#nllogo1 {
	height: 148px;
	width: 250px;
	float: left;
}

#nllogo2 {
	width: 410px;
	height: 148px;
	float: left;
}

#info {
	height: 148px;
	float: left;
	width: 165px;
}

#upinfo {
	height: 75px;
}

#lowinfo{
	height: 59px;
	margin-left: 68px;
}

#uppernav {
	height: 38px;
	width: 825px;
}



#body {
	width: 825px;
	
	margin-right: 137px;
	margin-left: 137px;
	margin-top: 14px;
	float: left;
}

#sidenav {
	width: 251px;
	float: left;
	margin-right: 13px;
	
}


#cal {
	width: 235px;
	float: left;
	background-color: #ffe396;
	margin-right: 16px;
}
#cal h1 {
	text-align: center;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

#bcrumb {
	margin-bottom: 10px;
}

#kbcrumb {
	margin-bottom: 10px;
}

#tbcrumb {
	margin-bottom: 10px;
}


#homeimage {
	width: 561px;
	height: 248px;
	margin-top: 14px;
	float: right;
}

#content {
	width: 561px;
	float: right;
}

#content h1 {
	text-align: center;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

#ckids {
	width: 561px;
	float: right;
}

#cteens {
	width: 561px;
	float: right;
}

#footer {
	width: 825px;
	clear: both;
	margin: 500px 137px 43px 270px;
	padding-bottom: 30px;
	padding-top: 100px;
}

#footer p{
	line-height: 3px;
}


#kfooter {
	width: 825px;
	clear: both;
	margin: 500px 137px 43px 270px;
	padding-bottom: 30px;
	padding-top: 100px;
}

#kfooter p{
	line-height: 3px;
}

#tfooter {
	width: 825px;
	clear: both;
	margin: 500px 137px 43px 270px;
	padding-bottom: 30px;
	padding-top: 100px;
}

#tfooter p{
	line-height: 3px;
}

#bsearchcat {
	float: left;
}



.grey {
	color: #999999;
}



