@charset "UTF-8";
/* CSS Document */

body	{
	background-image: url('images/koc250cutoutgray2.jpg'); 
	text-align: center; 
	margin-top: 0px;
}
	
table#maincontent	{
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
	font-size: 13px; 
	font-family: Verdana, Helvetica; 
	text-decoration: none;
	background-color: rgb(246, 246, 246);
}

p {
	font-size: 13px; 
	margin-bottom: 10px;
}

p.strongtext {
	color: black;
	font-size: 13px;
	font-weight: bold;
}

p .strongredtext {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

h2	{
	font-size: 12pt;
}

h3	{
	font-family: Book Antiqua;
	font-style: italic;
	color: rgb(153, 0, 0);
	font-weight: bold;
	font-size: 19px;
	padding-top: 0px;
}
h4	{
	color: rgb(153, 0, 0);
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}

h5	{
	font-size: 10pt;
	margin: 5px;
}

td .mainindent	{
	font-size: 13px; 
	font-family: Verdana, Helvetica; 
	color: black;
	padding-left: 40px;
}

a {
}
a:link    { color: rgb(153, 0, 0); }
a:active  { color: rgb(153, 0, 0); }
a:visited { color: rgb(153, 0, 0); }
td a:hover { color: white; background-color: rgb(153, 0, 0); }

a:link#contact    { color: rgb(153, 0, 0); 	text-decoration: bold;}
a:active#contact  { color: rgb(153, 0, 0); text-decoration: bold;}
a:visited#contact { color: rgb(153, 0, 0); text-decoration: bold;}
a:hover#contact   { color: rgb(153, 0, 0); text-decoration: bold; }

.buttontable	{
	text-align: left; 
	background-color: rgb(51, 51, 51); 
	width: 800px; 
	height: 23px;
}

.buttontable	td {
	text-align: center; 
	font-weight: bold; 
	font-family: Verdana; 
	color: rgb(255, 255, 0);
	padding: 0px 2px 0px 2px; 

}

.buttontable td a {
	font-size: 12px;
	text-decoration: none;
}

.buttontable td a:link    { color: #FDF60A; }
.buttontable td a:active  { color: white; }
.buttontable td a:visited { color: #FDF60A; }
.buttontable td a:hover   { color: #B28D25; background-color: rgb(51, 51, 51)}


#scheduletable	{
	font-size: 12px;
}

#scheduletable .event {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}

/* Accordion Styling */
div#accordion	{
	color: black;
	padding: 0px 10px 0px 10px;
	width:100%;
}
div#accordion	 .accheader {
	padding: 0px 0px 10px 0px;
	background-color: #e1e1e1;
	width:780px;
	text-align: left;
	cursor: pointer;
	/*
	border: blue 1px solid;
	*/
}
div#accordion	div.aboutleft {
	color: black;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	width:400px;
	/*
	border: green 1px solid;
	*/
}
div#accordion	.accheader .instrument {
	color: #990000;
}
div#accordion	div.aboutsummary {
	width: 360px;
	float: right;
	font-style:italic;
	font-weight: normal;
	font-size: 12px;
	color: black;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	/*
	border: red 1px solid;
	*/
}
div#accordion	.accheader img {
	vertical-align: middle;
	margin-right: 10px;
}
div#accordion	.accbox {
	display: none;
	width: 780px;
}
div#accordion	.accbox p {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 5px;
}
div#accordion	.accbox img {
	float: right;
	margin: 5px;
}

div#copy	{
	color: rgb(102, 0, 0);
	font-family: Verdana;
	font-size: 10px;
}

