/* CSS Document */

body {
	font-family: Comic Sans MS, Verdana, "Times New Roman", serif;
	color: #000000;
	background: #00B5E1;
	text-align: center;
	margin: 10px;


}
#container {
	position: relative;
	background: transparent;
	margin: 0 auto;
	text-align: justify;
	width: 1000px;
	border-bottom:solid 4px #000000;
	border-top:solid 4px #000000;
	border-left:solid 4px #000000;
	border-right:solid 5px #000000;
}
#banner {
	padding-bottom:6px;
	padding-top:6px;
	border-bottom:solid 2px #000000;
}
td.MainContent {
	background: #FFFFFF url(images/NewKnightLogoBkgd.jpg) no-repeat scroll center middle;
	padding-bottom: 25px;
	padding-right: 10px;
}
td.NavMenu {
	background: url(images/mini_football.gif) no-repeat left center;
	font-family: Comic Sans MS, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 90%;
	padding-left: 40px;
	text-transform: uppercase;
	height: 40px;
}
.NavMenu a {
	text-decoration: none;
	font-family: Comic Sans MS, "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #006699;
	font-weight: bold;
	text-transform: uppercase;
}
.NavMenu a:hover {
	text-decoration: underline overline;
	color: #003333;
}
h1 {
	color: #006699;
}
h3 {
	color: #006699;
	margin: .5em 0em .25em;

}
p {
	line-height: 115%;
	margin: .5em 0em 1em;


}
ul li {
	margin-bottom: 6px;

}
a {
	color: #006699;

}
a:hover {
	text-decoration: none;

}
