html {
		height: 100%;
	}
	
	body {
		margin: 0;
		font: 10px Arial, Helvetica, sans-serif;
		color: #6d6d6d;
		background: url("../images/bodybg.gif") repeat-x;
		background-color: #dddddd;
		height: 100%;
		min-width: 1000px;
	}
	
	.wrapper {
		min-height: 100%;
		position: relative;
	}
	
	* html .wrapper {
		height: 100%;
	}
	
	#main {
		margin: 0 auto;
		width: 1000px;
		position: relative;
		padding: 76px 0 0;
		z-index: 3;
	}
	
	#header {
		width: 1000px;
		font-size:1.1em;
		position: absolute;
		top: 0;
		left: 0;

	}
	
	.footer-wrapper {
		background-color: #333333;
		margin: -220px 0 0;
		min-height: 80px;
		position: relative;
		z-index: 99;
		overflow: hidden;
	}
	
	* html .footer-wrapper {
		height: 80px;
		overflow: visible;
	}
	
	#footer {
	    margin: 0 auto;
		width: 1000px;
		padding: 0px;
	}
	
	
	.contentcontainer {
		overflow: hidden;
		height: 1%;
		padding: 0 0 280px;
		background-color: #ffffff;
		border-right: solid 1px #CECECE;
		border-left: solid 1px #CECECE;
	}
	
	.banner {
		width: 1000px;
		height: 146px;
		display: block;
		margin: 0px;
	}
	
	.leftcolumn {
		float: left;
		width: 150px;
		display: inline;
		margin: 0px;
	}
	
	.contentcolumn {
		float: left;
		width: 570px;
		display: inline;
		margin: 0px;
	}
	
	
	.contentcolumnfull {
		float: left;
		width: 850px;
		display: inline;
		margin: 0px;
	}
	
	.rightcolumn {
		float: left;
		width: 280px;
		display: inline;
		margin: 0px;
	}
	
/*** new styles ***/

.h1 {
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Times, serif;
	font-size: 14pt;
	color: #409A3C;
}

.heading2 {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #336699;
}

A {
	color: #FC8E00;
	text-decoration: none;
	font-weight: normal;
}

A:hover, A.Page:hover, A.footerlink:hover {
	color: #419A3C;
	text-decoration: underline;
}

.line {
	background-color: #e0e0e0;
}

.logobg {
	background-color: #333333;
}

.padding {
	padding-top: 12px;
	padding-bottom: 12px;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.imageborder {
	margin: 5px;
	border: 1px #D8D7D7 solid;
	padding: 10px;
}


.contentcolumntext {
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}

.contentcolumnfulltext {
	padding: 15px;
	border: 1px #D8D7D7 solid;
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: #ffffff;
}


.rightcolumntext {
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: right;
	border-bottom-color: #0F3;
}

.footertext {	
	padding-top: 10px;
	text-align: left;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #E7E4E4;
}

.footersection {
	padding-left: 10px;
	padding-right: 15px;
	text-align: left;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	color: #F5F5F5;
}

.footerheader {
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	color: #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}

.footertitle {
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 11pt;
	color: #C8760D;
}

.footerbody {
	padding: 5px;
}

A.footerlink {
	color: #FC8E00;
	text-decoration: none;
	font-weight: normal;
	font-size: 11pt;
	
}

A.footerlinksmall {
	color: #FC8E00;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	
}

A.menulink {
	color: #FC8E00;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	padding-right: 8px;
}

A.footerlink:hover, A.Page:hover, A.footerlinksmall:hover, A.menulink:hover {
	color: #419A3C;
	text-decoration: none;
}



.copyright {	
	padding-top: 10px;
	text-align: left;
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 7pt;
	color: #E7E4E4;
}

/*** navigation menu ***/
.kmsubmitformbar {
	border: 1px solid #CECECE;
}
.kmRequired {
	color: #ff0000;
}

.kmSFbutton {
	border: 1px solid #CECECE;
	background-color: #eeeeee;
	color: #333333;
	padding: 3px;
}