﻿/* CSS layout */
* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #010100;
	background-image: url(images/img01.gif);
	background-repeat: repeat-x;
}

p {
	margin-bottom: .5em;
	text-align: justify;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 3px;
	background-color: #336699;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

a:link {
		color: #336699;
}

	

#scheduletable {
	width: 100%;
	border: 1;
	cellpadding: 3;
	cellspacing: 0;
}

#scheduletable td {
	align: center;
	vertical-align: middle;
 }


#page {
	width: 760px;
	margin: 0 auto;
	background-color: #010100;
	background-image: url(images/img03.gif);
	background-repeat: repeat-y;
}

#logo {
	width: 760px;
	height: 146px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(images/img02kingco.jpg);
	background-repeat: no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 120px 0 0 0;
	text-align: left;
	letter-spacing: -1px;
	font-size: 189%;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #336699;
	background-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(images/meadowgreen.jpg);
	background-repeat: repeat-x;
}

#menu b {
	text-decoration: underline;
}




#container {
	min-width: 600px;
}

/* Sidebar */
.style1 {color: #336699}

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
	background-image: url(images/cougarfootball.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar td {
	nowrap: nowrap;
	height: 24;
	width: 144;
	}
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(images/img09.gif) no-repeat right bottom;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #336699;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#sidebar h2 {
	margin-top: 0.5em;
}



#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
	left: 20px;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #336699;
}

#links table {
	cellspacing: 3;
	cellpadding: 5;
}

/* footer */
#footer {
	height: 50px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	font-size: 85%;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #336699;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #336699;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}


