
img {behavior:url(/_css/iepngfix.htc);}

body {
	font-family: Arial, Helvetica;
	font-size:0.75em;
	line-height:1.75em;
	background: #026899 url('/_images/gradientBack.gif') repeat-x;
	color: #fff;
	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: 568px;
	color: #666;
	border-left:solid 3px #006699;
	border-right:solid 3px #006699;
	border-bottom:solid 3px #006699; 
	background: #fff;

}

#header {
	font-size:0.9em;
	line-height:1em;
	text-align: center;
	padding:0px;
    margin:0px;
}
#headerIntro {
	height: 65px;
}
#footer {
	padding: 0px 20px 0px 20px;
}

#content {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right : auto;
	margin-left : auto;
	color: #000;
	background-color:#fff;
	padding:0px;
	text-align:left;
	min-height: 100%;
	height:auto;	
	
}
#contentcontentmain 
{
    
    }
#contentcontent 
{
	padding: 20px 20px 10px 20px;
	}
h1 {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.7em;
	font-size:1.7em;
	font-weight:bold;
	color:#006699;
	background-color:transparent;
}
h2 {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.2em;
	font-size:1.2em;
	font-weight:bold;
	color:#006699;
	background-color:transparent;
	text-decoration:none;
}
h3 
{
    text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size:1.7em;
	font-weight:normal;
	color:#006699;
	background-color:transparent;
}
p {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 1.4em;
	color: #006699
}
#contentcontent a, #contentcontent a:active, #contentcontent a:visited, #contentcontent a:hover {
	color:#006699;
	background-color:transparent;
	text-decoration:underline;
}
#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, #footer a, #footer a:active, #footer a:visited, #footer a:hover {
	color:#006699;
	background-color:transparent;
	text-decoration:none;
}
#footer a, #footer a:active, #footer a:visited, #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;

}

/* ------------------------------------------------------------------------------ navigation */

	
	.css_mainnav {
		padding:0px;
		margin:0px;
		height:29px;
		/*overflow:hidden;*/
		background-position:top;
		background-repeat:repeat-x;
		position:relative;
		z-index:999;
	}
	
	.css_mainnav a {
		color:#fff;
		text-transform:uppercase;
	}
	
	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 20px;
	}

	#nav ul {
		background-color:#1F4C6D;
	}

	#nav a {
		/*display: block;*/
		color:#006699;
		background-color:Transparent;
		text-align:center;
		line-height:20px;
		width:80px;
	}


	#nav li { /* all list items */
		float: left;
		width: 260px; /* width needed or else Opera goes nuts */
	}

	#nav li ul { /* second-level lists */
		text-align:left;
		position: absolute;
		background-color: #999;
		color:#fff;
		width: 260px;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */		
		text-transform:none;
	}

	#nav li ul ul { /* third-and-above-level lists */
		margin: -18px 0 0 260px;
	}

	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;

	}

	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

	#content {
		clear: left;
		color: #006699;
		background-color:Transparent;
	}
		
	#nav li:hover, #nav li.hover {
		position: static;
	}

    li.css_mainnavitem 
    {
        border-right: solid 3px #006699;
        font-weight:bold;
        line-height:1em;
    }
    
	ul#nav li.css_mainnavitem {
	
	/*	float:left;
		line-height:90px;
		height:90px;
		width: 100px;
		border-top:0px;
		border-bottom:0px;
        */
        display: table;
        height: 36px;
        #position: relative;
        overflow: hidden;
        border-right: solid 3px #006699;
        float:left;
        width:100px;
	}

	ul#nav li.css_mainnavitem a 
	{
	    padding: 0px;
	    width:111px;
		display:block;
		border-top:0px;
        line-height:14px;
	}

ul#nav li.css_navhighlight {
		background-image:none;
		background-repeat:no-repeat;
	}

.css_subnav_article_title, .css_subnav_article_title a
{
    color: #999999;
    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:#C1A576;
}

.firstparagraph {
	font-size:1.2em;
}

.paragraphheading {
	font-weight:bold;
}


.homeLink
{
    float:right;
    height:30px;
    width:56px;
    padding-left:26px;
    line-height:30px;
    border-left:solid 3px #006699;
    vertical-align:middle;
    text-align:center;
    font-family:Arial, Helvetica;
    font-size:0.9em;
    text-decoration:none;
    
    }

.homeLink a
{
    color: #006699;
    background-color:Transparent;
    text-decoration:none;
    
    }
    
.homeLink a:hover 
{
    text-decoration:underline;
    
    }
    
form dl {
	    clear:both;
		margin:0px auto 8px auto;
		width:100%;
	}
	
	form dl dt {
		float: left;
		width: 40%;
		line-height:16px;
	}
	
	form dl dt * {
		vertical-align:middle;
	}
	
	form dl dd {
		line-height:16px;
		margin-left: 40%;
	}
	
	form dl dd * {
		vertical-align:middle;
	}
	
	#nav .tableSpan{display: table; #position: relative; overflow: hidden;float:left; height: 36px; float: left; width: 100px;}
	#nav .cellSpan{#position: absolute; #top: 50%; display: table-cell; vertical-align: middle;}
	#nav .innerWrapper{#position: relative; #top: -50%; width: 100px;text-align:center;}
	#nav .tableSpan .cellSpan .innerWrapper a {width:95px;}
	#footer .footerNav{font-size:0.8em;}