#container {
 	background-color: #ffffff;

	}
	
#header
{
	 	background-color: #17457a;
		color: #E3E3E3;
}

#header h1 {
		 	background-color: #17457a;
		color: #E3E3E3;
}


a:link {
	color: #17457a;
}

a:active {
	color: #17457a;
}

a:visited {
	color: #17457a;
}

a:hover {
	color: #F8882A;
	background-color: transparent;
	
}

input.defaultButton {
    background-color: #17457a;
}

#content{
	font-size: 0.75em;
	line-height: 1.95em;
}

#main h3{
	color: #17457a;
	line-height: 1.25em;
}

#content h4{
	color: #17457a;
}

#kw{
	color: #17457a;
	font-weight:bold;
}

#footnote{
	font-size:0.90em;
}

ul.refsList{
list-style-type: none;
    text-indent: -2em;
	}