@charset "utf-8";
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #4352a3
}

H1 {
	font-size:24px;
	color:#009;
}

H2 {
	font-size:18px;
	color:#660000;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#container {
	width: 955px;
}
#header {
	background-image: url(../images/kcw_header.jpg);
	height: 215px;
	width: 955px;
}
#main {
	color: #FFF;
	background-color: #351806;
	width: 735px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 210px;
	margin-left: 0px;
}
#nav {
	background-color: #502709;
	float: left;
	height: 800px;
	width: 200px;
	color: #FFF;
}

a {
	color:#3c48aa;
	text-decoration: none;
}
a:visited {
	color:#3c48aa;
	text-decoration: none;
}
a:hover {
	color:#F00;
	text-decoration: none;
}

.txtwhite {
	color:#000;
	background-color: #FFF;
}

.copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #600;
	text-align: center;
}

.copyright a {
	color:#FF0;
	text-decoration: none;
}
.copyright a:visited {
	color:#FF0;
	text-decoration: none;
}
.copyright a:hover {
	color:#F00;
	text-decoration: none;
}

.box1 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #666699;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #666699;
	font-weight: normal;
	padding: 2px;
}.bluetext {
	color: #009;
}
.rightgoldborder {
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #ffb80e;
}
.burgbg {
	background-color: #660000;
}
.smalltext {
	font-size: 12px;
}

