body {
	margin: 0px; 
	padding: 0px;
	background-color: #e8e3cb;	
	background-image: url(../images/bg-body.jpg);
	text-align: center;
	font-size: 13px;
	color: #000000; 
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

#page {
	width: 800px;
	margin: auto;
	padding: 0px;
	text-align: center;
}

#kclogo {
	width: 800px ;
	margin: auto;
}

#header {
	width: 800px ;
	margin: auto;
	padding: 0px;
}

#contentwrapper {
	width: 800px;
	margin: 0;
	padding:  3px 0px 0px 0px;
	background-image: url(../images/bg-content.jpg);
	text-align: center;
}

#horizontalmenuwrapper {
	width: 785px;
	height: 31px;
	margin: 0px 7px 0px 8px;
	padding: 5;
	background-image: url(../images/bg-horizontalmenu.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#horizontalmenu {
	margin: 0;
	padding: 6px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-wieght: bold;
}

#welcomebox {
	width: 785px;
	height: 135px;
	margin: 4px 7px 0px 10px;
	padding: 0;
	background-image: url(../images/bg-welcomebox.jpg);
	background-repeat: no-repeat;
}

#welcomebox h2 {
	margin: 0px 250px 0px 10px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	color: #32404e;
	font-size: 22px;
	font-wieght: bold;
}

#welcomebox h3 {
	margin: 10px 250px 0px 10px;
	padding: 0;
	text-align: left;
	color: #32404e;
	font-size: 15px;
	font-wieght: bold;
}

#content {
	width: 785px;
	margin: 4px 7px 0px 8px;
	padding: 0px;
	text-align: left;
	line-height: 18px;
}

#footer {
	width: 800px;
	margin: auto;
	padding-top: 20px;	
	background-image: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

.columns {
	position: relative;
}

.column {
 float:left;
}

.sectiontitle {
	height: 29px;
	background: transparent url(../images/bg-sectiontitle.jpg) right no-repeat;
}

.sectiontitletext {
	height: 29px;
	background: transparent url(../images/bg-sectiontitletext.jpg) left no-repeat;
	background-position: 0 0;
	font-size: 12pt;
	padding: 4px 0 0 8px;
}

.header {
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
}

.small {
	font-size: 11px;
	font-style: italic;
}

table {
	font-size: 12px;
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: 3b6a96;
	
}

.teasertitle {
	font-size: 13px;
	font-weight: bold;
}

.teaserdate {
	font-size: 9px;
	font-style: italic;
}

.teaserlink {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

table.webform tr th.header {
	background-color: #6b92ad;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}

table.webform tr th.section {
	font-family: Arial;
	padding-left: 10px;
	color: #333;
	background-color: #ccc;
	text-align: left;
	padding-left: 15px;
	font-size: 10pt;
}

table.webform tr td.field {
	text-align: right;
	background-color: #e8e4d4;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	padding: 5px;
}

table.webform tr td.blank {
	text-align: right;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	padding: 5px;
}
table.webform tr td.input {
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
	padding: 5px;
}
