body, div, img, table, tbody, tr, td, form, select, object, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
/*  USED TO FORCE CONTAINER TO CLEAR BOTTOM OF FLOATS  */
.clearme {
	clear:both;
	line-height:.01%;
}
/*  USED TO CREATE CONSISTENT SPACE AT TOP OF MAIN CONTENT IN PAGES WITHOUT HEADING  */

.first {
	margin-top: 1em;
}
.lastbtn {
	border-right: 1px solid #FFFFFF;
}


#btmspace {
	clear: both;
	width: 500px;
	height: 10em;
}

body {
min-width:760px;
font-family: Arial, Helvetica, sans-serif;
font-size: 101%;
background-image: url(sharedimages/topbarBG-ki.gif);
background-repeat: repeat-x;
background-color: #D0D0D0;
text-align: center;
background-position: 0px -1px;
}


#wrapper {
	position: relative;
	width: 710px;
	top: 0px;
	z-index:3;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #D0D0D0;
	background-image: url(sharedimages/topbarBG-ki.gif);
	background-repeat: repeat-x;
	background-position: 0px -1px;
	font-size: .625em;
}

#masthead {
	margin: 0px;
	width: 710px;
	position: relative;
	height: 55px;
}

#masthead img {
}

#tagline {
	position: absolute;
	z-index: 20;
	top: 0px;
	right: 0px;
	margin-top: 1px;
}

#utilitylinks {
	position: absolute;
	height: 1em;
	bottom: 5px;
	right: 5px;
	z-index: 20;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
/* 	font-size: 0.65em; */
	letter-spacing: .05em;
	color: #15294F;
}

#blurbg {
	position: absolute;
	z-index: 1;
	height: 185px;
	width: 100%;
	left: -1px;
	top: 55px;
	background-image: url(sharedimages/BlurImage.jpg);
	background-repeat: repeat-x;
	background-color: #93989C;
	color: #606255;
}

#sectionbanner {
	position: relative;
	width: 710px;
	background-image: url(sectionimages/sb_home.jpg);
	height: 185px;
	background-color: #56584B;
	background-repeat: no-repeat;
}

#navbar {
	position:absolute;
	width:677px;
	left:7px;
	bottom:10px;
	background-color:#006633;
/* 	font-size: 0.625em; */
	border: 1px solid #FFFFFF;
	text-align:left;
	padding: 0px;
/*	line-height:24px;*/
}

#navbar img {
	border-left: 1px solid #FFFFFF;
	vertical-align: bottom;
/*	float:left;*/
}

#contentwrapper {
	position: relative;
	width: 710px;
	background-color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 136px;
	padding-bottom: 2em;
	padding-top:10px;
	text-align: center;
	/* font-size:.7em; */
}

/*  MAKES ADJUSTMENTS IN IE PC BROWSERS ONLY, HIDDEN FROM MAC IE  */

/* \*/
* html #sidebar {  
	width:133px;
}
/*  */

#sidebar p.centered {
	text-align: center;
}

#maincontent {
	position: relative;
	width: 572px;
	margin-left: 136px;
	padding-top:1.5em;
	border-left: 1px solid #006633;
	font-size: 1.2em;
}

/*  MAKES ADJUSTMENTS IN IE PC BROWSERS ONLY, HIDDEN FROM MAC IE  */

/* \*/
* html #maincontent {
	width:565px;
	margin-left:133px;
}
/*  */

#maincontent h1, #maincontent h2, #maincontent h3, #maincontent p {
	margin-left:20px;
	margin-right:40px;
}

#maincontent h1 {
	font-size: 1.2em;
	color: #006633;
	margin-bottom: 1em;
}
#maincontent h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color:#339933;
}
#maincontent h3 {
	color: #333333;
	font-size: 1em;
}

#maincontent p {
	margin-bottom:.75em;
}

#maincontent ul {
}

.biobox {
	margin-left: 20px;
	margin-right: 40px;
	height: 100px;
	width: 300px;
}
.biobox img {
	float: left;
	width: 75px;
	margin-right: 10px;
	border: 1px solid #cccccc;
}
.biobox p {
	margin: 0px 0px .5em!important;
}
.biobox p.label {
	font-weight: bold;
	color: #28225B;
}

#footer {
	text-align: center;
	padding-bottom: 2em;
	font: .9em;
	clear: both;
}

#footer img {
	margin-bottom: 3em;
	margin-top: 2em;
	padding:5px;
}

#footer p.vspacer {
	padding-bottom: 2em;
}


.speciallinks {
	position: relative;
	width: 110px;
	margin-left: 15px;
	text-align: left;
	line-height: 1.2em;
	color: #4E5A89;
	font-size: 1.1em;
}


/*  ALL LINK STYLES  */

a, a:visited {
	color:#006633;
}
a:hover {
	color:#660000;
}

#sidebar a {
	text-align: left;
}

#sidebar a.navs, #sidebar a.navs:visited {
	display:block;
	width: 105px;
	padding:2px 5px;
	margin-left: 10px;
	margin-top:10px;
	border: 1px solid #FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}

#sidebar a.navs:hover {
	border: 1px solid #cccccc;
	color: #000066;
}

#sidebar a.navs#selected {
	border: 1px solid #000066;
}

.speciallinks a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
.speciallinks a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #28225B;
	color: #28225B;
}


#footer a, #footer a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
#footer a:hover {
	text-decoration:none;
	border-bottom: 1px dotted #000066;
	color: #006633!important;
}


#utilitylinks a, #utilitylinks a:visited {
	text-decoration:none;
	color: #28225B;
}

#utilitylinks a:hover {
	text-decoration:none;
	color: #ffffff;
}
.emphaticcap {
	text-transform: uppercase;
}
.biobox p {
	line-height: .8em;
}

.biobox p a, .biobox p a:visited {
	color: #28225B;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	font-size: .9em;
}
.biobox p a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #28225B;
}
.specialnote {
	font-size: 0.8em;
	color: #4E5A89;
}
.pressdate {
	display: block;
	float: left;
	width: 70px;
	margin-right: 5px;
	text-align: left;
	padding-right: 5px;
	color: #4E5A89;
	font-weight: normal;
	min-height:2em;
 	height: 2em; 
}
.presstitle {
	margin-right:50px;
	clear:both;
}
.formlabel {
	display: block;
	width: 100px;
	margin-right: 5px;
	padding-right: 5px;
	color: #4E5A89;
	font-weight:bold;
	height: 1.5em;
	vertical-align: top;
}
.tbox {
	width: 200px;
	border: 1px dotted #4E5A89;
}
.btn {
	color: #FFFFFF;
	background-color: #006633;
	font-size: .9em;
}
table#listings {
width: 400px;
margin-left: 40px;
}
#listings td {
text-align: left;
vertical-align: top;
}
