body {
	font-family: Arial, Helvetica;
	font-size:0.75em;
	line-height:1.6em;
	background-color:#eee;
	color: #000;
	text-align: center;
	behavior:url(/_css/csshover.htc);
}
html, body, #wrapper, #content 
{
	min-height: 100%; /*Sets the min height to the   height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content. This mis-behavior screws up modern browsers*/
	margin: 0;
	padding: 0;
}
html>body, html>body #wrapper 
{
	height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/  }
	
#wrapper {
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	color: #666;
	background: url('/_images/shaded_bdrop.gif');
	background-repeat:repeat-y;	
}

#header {
	color:#000000;
	background-color:#ffffff;
	height: 174px;
	font-size:0.9em;
	line-height:1em;
	text-align: center;

}
#headerIntro {
	height: 65px;
}
#footer {
	color:#666666;
	background-color:transparent;
	height: 75px;
	font-size:0.75em;
	line-height:15px;
	vertical-align:baseline;
	position: absolute;
	bottom: 25px;
	text-align: center;
	width:910px;
	clear:both;	
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right : auto;
	margin-left : auto;
	width: 910px;
	color: #666;
	background-color:#fff;
	padding:0px;
	text-align:left;
	min-height: 100%;
	height:auto;	
	
}

	#contentcontentmain {
		width:560px;
		padding:20px 0px 0px 20px;
    }
    
#contentcontent 
{
	padding: 0px 20px 0px 0px;
    margin: 0px 0px 100px 0px;
	}
h1 {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.1em;
	font-size:1.2em;
	font-weight:normal;
	color:#00b5cc;
	background-color:transparent;
}
h2 {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size:1.2em;
	font-weight:normal;
	color:#666666;
	background-color:transparent;
	text-decoration:underline;
}
h3 
{
    text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size:1.7em;
	font-weight:normal;
	color:#00b5cc;
	background-color:transparent;
}
p {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.4em;
}
#contentcontent a, #contentcontent a:active, #contentcontent a:visited, #contentcontent a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:none;
}
#contentcontent a:hover {
	text-decoration:underline;
}

#header a, #header a:active, #header a:visited, #header a:hover {
	text-decoration:none;
}
#header a:hover {
	text-decoration:underline;
}

#footer a, #footer a:active, #footer a:visited, #footer a:hover {
	color:#666666;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


#leftpanel {
	float: left;	
	}

#rightpanel {
	float: right;	
	}


.formLeft{
	float:left;
	width:271px;	
	margin-bottom:4px;
}
.formRight{
	float:left;
	width:272px;
	margin-bottom:4px;
}
.formBoth{
	clear:both;
	width:543px;

}

	#content {
		clear: left;
		color: #666;
	}

/* ------------------------------------------------------------------------------ ul#nav */

	.css_NavContainer {
	    width:910px;
	    height:29px;
	    color:#fff;
	    background-color:#00b5cc;
	    margin:0px;
	    padding:0px;
	    z-index:2;
	}

	#nav ul {
		background-color:#1F4C6D;
	}

	#nav a {
		color:#ffffff;
		text-align:left;
	}

	#nav li ul { /* second-level lists */
		background-color: #999;
		color:#fff;
	}
    
	ul#nav li.css_mainnavitem {
        border-right: solid 1px #fff;
		line-height:29px;
		height:29px;
	}

	ul#nav li.css_mainnavitem a {
		padding:0px 8px 0px 8px;
		font-weight:bold;
		text-transform:uppercase;
	}
	
	ul#nav li.css_mainnavitem ul.css_mainnavsubitem li a {
		font-weight:normal;
		text-transform:none;
	}	
	
    ul#nav li:hover, ul#nav li.sfHover {
	    background-color:#00b5cc;
    }
	
/* ------------------------------------------------------------------------------ ??????? */

	.css_subnav_article_title, .css_subnav_article_title a {
		color: #666666;
		background-color: transparent;
		text-decoration: underline;
    }

	.css_subnav_article_title a:hover {
		text-decoration: underline;
    }
    
	.css_subnav_article_highlight  a {
	    color: #C1A576;
    }
    
/* ------------------------------------------------------------------------------ KTML styles */
   
.names {
	color:#00b5cc;
}

.firstparagraph {
	font-size:1.2em;
}

.paragraphheading {
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline;
}

.readmore, #contentcontent a.readmore {
	text-decoration:underline;
	color:#00b5cc;
}

.blueheader {
	color:#7c9ea8;
}

