html, body {
	height: 100%;
}
body {
	margin: 0px; padding: 0px;
	_font-size: 100%;/* using underscore hack for MSIE here */
}?

#sitename
{
color:#FFFFFF;
	font:bold 1.8em verdana, arial, sans-serif;
	top:22px;
	width:450px;
	height:40px;
	padding-bottom:4px;
}


#sitesubname
{
font-weight:bold;
white-space:nowrap;
color:white;
display:block;
position: absolute;
top:68px;
left:185px;
width:450px;
}

a:link {color:#003399;
text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#0066CC}

#sitesubname a
{
text-decoration:none;
	color: white;
}

.colorbar
{
height:3px;
background-color:#F09915;
padding:0;
vertical-align:top;
font-size:1px;
border:0;
}


#sitecontentheader{
vertical-align:top;
margin:0;padding:0;
}

#navcontainer {


  font-size:.70em;
  font-family: Verdana, Lucida, Geneva;
  color: #333;
  margin:0;
 border-top:1px solid #90bade; 
   
}

#navcontainer .menuhead 
{
height: 20px;
font:Arial, Helvetica, sans-serif;
vertical-align:middle;
background-color: #396BAC;
padding-left:10px;
padding-top:4px;
font-size: 1.2em;
color:white;
background-repeat: no-repeat;
background-position: left;
background-image: url('images/leftarrowlight.gif');
border-bottom:1px solid #90bade;
font-weight:bold;
}

.contentcontainer{
padding:0;
vertical-align:top;font-size:.75em;
}

.contentcontainer h1
{
font-size:1.2em;
margin-bottom:0;
padding-bottom:0;
margin-top:3px;
}
.contentcontainer h2, .content h2
{
font-size:1em;
margin-bottom:0;
padding-bottom:0;
color:#000066;
}


.contentcontainer p, .contentcontainer ul, .contentcontainer ol
{
margin-top:5px;
}

.spot 
{
margin-bottom:12px;
}

.spot ol, .spot ul {margin-bottom:0px;}

.spot ol li {
margin-left:-18px;
}

.spot ul li {
list-style-image:url(kcBaseImages/bullet2.png);
margin-left:-22px;
}
.spot p {margin-top:3px;margin-bottom:3px;}


#contentbanner
{
background-color:#D1D8E0;
border-bottom:solid 1px #F09915;
}

.column
{
padding-top:7px;    
vertical-align:top;
padding-left:10px;
padding-right:7px;
padding-bottom:10px;
}



/* PORTAL PAGES  (REF:http://www.ground.cz/luci/css/my3cols.html) */

/* all the divs */
div {margin: 0px;}
div#header {clear: both;}
div#maincol {
	display: table;/* <- using display: table hack here for Gecko browsers */
	float: left;
	min-height: 80%;
	_height: 80%;/* <- using underscore hack for MSIE here */
	width: 100%;
	background-image:url(kcBaseImages/backleftbar.png); /* this makes left blue bar go all the way down */
background-repeat:repeat-y;	
	}
	
div#wrapper {display: table-row; vertical-align: top; /* <- this is needed by Opera */

}

div#main {border: solid 1px white;
	min-height: 100%;
	_height: 100%;/* <- using underscore hack for MSIE here */ 
	margin-left: 169px; 
	margin-right: 200px;
	background: white;	
	border-top:solid 5px #F09915;
	}
div#col2 {float: left; margin-left: -100%; width: 170px; background-color: #000066;}
div#col3 {float: left; margin-left: -202px; width: 200px;border-top:solid 5px #F09915;border-left:solid 1px #CCC;border-bottom:solid 1px #CCC;}
div.colwrapper {margin: 0px;}
div.contentcontainer {padding: 1em;}
#pageupdateddate{background-color:#000066;clear:both;}
#leftinnercol{width:48%; }
#rightinnercol{width:48%; padding-left:8px;float:right;}
.portalcol .linkwithblurb a:link, .portalcol .linkwithblurb a:visited{color:#C26200;font-weight:bold;}
.portalcol .linkwithblurb a:hover{color:#F57C00;}
/* END PORTAL PAGES */

/* homepage */

#homefeature
{

background-color:#D1D8E0;
vertical-align:top;
border-bottom:solid 1px #F09915;
padding-left:9px;
padding-right:5px;
padding-top:0px;
padding-bottom:2px;

}
#homebanner
{
height:100%;
vertical-align:top;
border-bottom:solid 1px #F09915;
background-color:#D1D8E0;
}
#lefthome {border-right:solid 1px #DDDDDD;width:260px;padding-left:11px;}
#middlehome{border-right:solid 1px #DDDDDD;width:180px;}
#righthome .spot{width:240px; }
#righthome {}
#lefthome .spot {width:220px;}

/* end home */
.alertbox {background-color:#FFE59C;border:solid 3px #ECC14A;padding:7px;margin-left:10px; margin-right:10px; vertical-align:top;height:inherit;}
#alertWide .alertbox {width:620px;}
.spot .leftimage, .spot .rightimage, #homefeature .leftimage, #homefeature .rightimage
{


}

.leftimage, .rightimage {
font-size:.8em;
font-family:Verdana, Arial, Helvetica, sans-serif;
white-space:normal;padding-top:10px;
}

.leftimage  
{
float:left;
text-align: left;
vertical-align:top;
padding-right:4px;
padding-right:4px;
padding-top:8px;
}
.rightimage  
{
	float:right;
	text-align: left;
	vertical-align:top;
	padding-right:4px;
	padding-left:4px;
	margin-right:-8px;
	
}
