@charset "UTF-8";
/* CSS Document */

.pageBackground {
	background-color: #000;
	background-image: url(../Images/KVCS-01.png);
	background-repeat: repeat-x;
}
.accentColumn {
	background-color: #66000F;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #66000F;
	line-height: 2em;
	border-bottom-style: dotted;
	border-bottom-color: #66000F;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	color: #66000F;
}
a {
	font-weight: bold;
	color: #66000F;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333;
}
ul {
	list-style-position: outside;
	list-style-type: circle;
	line-height: 1.5em;
}
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	background-image: url(../Images/KVCS-29.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
	text-align: justify;
}
.sidebar {
	background-color: #000;
	background-image: url(../Images/KVCS-04.png); 
	background-repeat: repeat-y;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FC6;
	background-color: #000;
	text-align: center;
	line-height: 2em;
}
.header {
	background-color: #000;
}
.testimonial {
	line-height: 1em;
	text-align: justify;
}
