/******* TAGS *******/

body {
	margin: 20px;
	background-color: #ffffff;
	background-image: url(images/backgradient.gif);
	background-repeat: repeat-x;
 }

table {
	font-size: inherit;
}


/******* LAYOUT DIVS *******/

#centerfix {
	width: 900px;
	margin: 0px auto;
}

#container {
	width: 900px;
}

#header {
	width: 900px;
	height: 106px;
	background-color: #ffffff;
	background-image: url(images/headerback.gif);
}

#headerlogo {
	width: 240px;
	height: 106px;
	float: left;
}

#headernav {
	width: 660px;
	height: 106px;
	float: left;
}

#contactheader {
	width: 900px;
	height: 70px;
	background-color: #ffffff;
	background-image: url(images/headerback_contact.gif);
}

#contactholder {
	width: 780px;
	background-color: #ffffff;
	margin-left: 90px;
	margin-right: 30px;
	margin-top: 0px;
}

#contactperson {
	width: 200px;
	background-color: #ffffff;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 12px;
	text-align: center;
	float: left;
}

#secondnav {
	width: 500px;
	margin-right: 24px;
	margin-top: 15px;
	text-align: right;
	float: right;
}

#legend {
	width: 240px;
	margin-right: 24px;
	margin-top: 10px;
	text-align: right;
	float: right;
}

#contentholder {
	width: 900px;
	background-color: #ffffff;
	float: left;
}

#textarea {
	width: 462px;
	background-color: #ffffff;
	margin-left: 118px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#downloadarea {
	width: 700px;
	background-color: #ffffff;
	margin-left: 118px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#flashmap {
	width: 900px;
	background-color: #ffffff;
	margin-top: 10px;
	float: left;
}

#rightimage {
	width: 180px;
	height: 180px;
	margin-right: 70px;
	margin-top: 56px;
	float: right;
}

#bottombanner {
	width: 900px;
	height: 145px;
	background-color: #ffffff;
	float: left;
}

#footer {
	width: 900px;
	height: 60px;
	background-image: url(images/footerback.gif);
	float: left;
}

/******* CLASSES *******/

body.legend {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
 }

p.content {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #000000;
}

p.report {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	color: #999999;
}

p.legal {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	margin-top: 10px;
	margin-left: 30px;
	color: #ffffff;
}

p.webgis {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #999999;
}

font.secondnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	color: #999999;
}

font.legend {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 2px;
	color: #0066cc;
}

font.header {
	font-family: georgia, times, serif;
	font-size: 24px;
	line-height: 22px;
	color: rgb(194,223,49);
}

font.contact {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

table.contact {
	width: 650px;
	margin-left: 118px;
	margin-top: 20px;
	margin-bottom: 30px;
}

table.nav {
	width: 358px;
	height: 26px;
	margin-left: 100px;
	margin-right: 15px;
	margin-top: 7px;
	float: right;
}

img.contactimage {
	padding-bottom: 12px;
}

img.ktctlogo {
	width: 194px;
	height: 86px;
	margin-left: 28px;
	margin-top: 20px;
	border-style: none;
}


/******* PSEUDO CLASSES *******/

p.legal a:link {
	color: #ffffff;
	text-decoration: none;
}

p.legal a:visited {
	color: #ffffff;
	text-decoration: none;
}

p.legal a:hover {
	color: rgb(194,223,49);
	text-decoration: none;
}

/********/

font.secondnav a:link {
	color: #999999;
	text-decoration: none;
}

font.secondnav a:visited {
	color: #999999;
	text-decoration: none;
}

font.secondnav a:hover {
	color: #0066cc;
	text-decoration: none;
}

/********/

font.contact a:link {
	color: #000000;
	text-decoration: none;
}

font.contact a:visited {
	color: #000000;
	text-decoration: none;
}

font.contact a:hover {
	color: #0066cc;
	text-decoration: none;
}

/********/

a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	color: rgb(194,223,49);
	text-decoration: none;
}

