html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #D9E266;
	color: #666666;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../media/bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
h1 {
	color: #E5105A;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: normal;
}
h2 {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
h3 {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
a,  a:link {
  color: #A7CB2D;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #FC1266;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #D3004A;
  text-decoration: underline;
}
a:active {
  color: #4b3200;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 125px;
	background-image: url(../media/kmclogo.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	background-color: #FFF;
	height: 42px;
	padding: 0px 10px;
}
#outerWrapper #contentWrapper {
  background-image: url("images/contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #EEEEEE;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 200px;
}
#outerWrapper #contentWrapper #leftColumn1 #eopanel {
	background-color: #FAFAFA;
	padding: 5px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 220px;
  padding: 10px 10px 10px 10px;
}
#content a, a:link {
	font-weight: bold;
	color: #9C0;
	text-decoration: none;
	margin-right: 0;
	margin-bottom: 0;
}
#outerWrapper #footer {
	background-color: #A7CB2D;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#outerWrapper #footer .footer a, a:link {
	color: #666;
	text-decoration: none;
}
.highlight {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E5105A;
}
.highlightCAPS {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E5105A;
	text-transform: uppercase;
}
.success {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #A60A45;
}
.subgreen {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A3C431;
}
.subpink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E5105A;
}
.green {
	color: #A3C431;
}
.quote {
	font-style: italic;
	display: block;
	background-image: url(../media/quote.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	background-color: #FFFAE1;
	padding: 3px;
}
.tdgreen {
	background-color: #E0E0CC;
}
.tdpink {
	background-color: #E5DCD4;
}
.minitext {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	padding-left: 15px;
}
#leftColumn1 li {
	margin-left: 0px;
	list-style-image: url(../img/li.gif);
}
.white {
	color: #FFF;
}
