@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #FFFFFF;
}
.kw #container {
	width: 880px; 
	background: #C0DFFD;
	margin: 0 auto; 
	border: 1px solid #3366CC;
	text-align: left;
} 
.kw #header {
	background: #C0DFFD;
	padding: 0px;  
} 
.kw #sidebar1 {
	float: left; 
	width: 200px; 
	background: #CCFF99; 
	padding: 0px;
}
.kw #mainContent {
	margin: 0 0 0 220px; /
	padding: 0 20px; 
} 
.kw #footer {
	padding: 0px; 
	background:#3366CC;
} 
.kw #footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navText {
	font-size: 18px;
	color: #000000;
	font-family: Copperplate;
	line-height: 44px;
	text-decoration: none; 
}
a.navText:link {
	color: #000000;
	text-decoration: none;
}
a.navText:visited {
	text-decoration: underline;
	color: #000000;
}
a.navText:hover {
	color: #000000;
	text-decoration: underline;
}
a.navText:active {
	color: #000000;
	text-decoration: underline;
}
.lime {
	color: #CCFF99;
	text-decoration: none;
}
.orange {
	color: #FF9933;
	text-decoration: none;
}
.orange a:link {
	color: #FF9933;
	text-decoration: underline;
}
a.orange:visited {
	color: #000000;
	text-decoration: underline;
}
a.orange:hover {
	color: #000000;
	text-decoration: underline;
}
.orangeHeadline {
	font-size: 18px; 
	color: #FF9933; 
	font-family: Copperplate; 
	line-height: 26px; 
	}
.blueHeadline {
	font-size: 18px; 
	color: #3366CC; 
	font-family: Copperplate; 
	line-height: 26px; 
	}
.smallblueHeadline {
	font-size: 9px;
	color: #3366CC;
	font-family: Copperplate;
	line-height: 10px;
	}
.smallText {
	font-size: 12px;
	color: #000000;
}
a.smallText:visited {
	color: #3366CC; 
	text-decoration: underline; 
}
a.smallText:hover {
	color: #3366CC; 
	text-decoration: underline; 
}
.logoHeadline {
	font-size: 36px;
	color: #CCFF99; 
	font-family: Copperplate; 
	line-height: 26px; 
}
.smallHeadline {
	font-size: 12px;
	color: #FF9933; 
	font-family: Copperplate; 
	line-height: 26px; 
}
a.smallHeadline:link {
	color: #FF9933; 
	}
a.smallHeadline:hover {
	color: #000000; 
	text-decoration: underline;
}
a:link {
	color: #FF9933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9966;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

