@charset "UTF-8";
/* CSS Document */

body {
	background-color: #036;
	font-family: Arial, Helvetica, sans-serif;
}

div#parent { 	
	width: 838px;
	margin: 0 auto;
	background-color: #fff;
	border-width: 2px;
	border-color: #f17d3f;
	border-style: solid;

	
}

div#header {	
	height: 128px;
}

div#subHeaderBar {
	background: url(images/subHeaderBar.jpg) top right no-repeat;
	height: 5px;
}


div#leftNav {
	float: left;
	width: 220px;
}

div#leftNav h1 {
	color: #fff;
	background-color: #069;
	font-size: 16px;
	padding: 5px 1em;
	margin: 0;
}

div#leftNav a {
	display: block;
	text-decoration: none;
	color: #069;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 4px 1em;
}

div#leftNav a:hover {
	background-color: #ccc;
	color: #000;
}


div#contentBox {
	margin: 0 0 0 220px;
	border-width: 0 0 0 2px;
	border-color: #f17d3f;
	border-style: solid;
}

div#homeHeader {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

div#homeSubheader {
	color: #bc5215;
	border-bottom: 2px solid #cccc99;
	font-size: 14px;
}



div#linksBox { 
	width: 220px;
	min-height: 200px;
	float: right;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 1em 1em;
	padding: 0 0 1em 1em;
}

div#linksBox h2 {
	border-bottom: 2px solid #000;
}

div#linksBox a:link {
	display: block;
	margin: 2px 0;
	padding: 4px;
	text-decoration: none;
}
	


div#contentBox a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}	

div#contentBox a:hover {
	text-decoration: none;
	background-color: #cccc99;
}

div#content {
	padding: 1em;
	font-size: 14px;
	min-height: 400px;
}

div#nationalFundersBox {
	min-height: 60px;
	text-align: center;
	font-size: 10px;
	padding: 0;
}	


div#footer {
	text-align: center;
	padding-top: 2em;
	height: 50px;
	background-color: #63a7db;
	font-size: 12px;
	color: #fff;
}

div#footer a {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
	background-color: #63a7db;
}


div#disclaimer {
	text-align: center;
	width: 400px;
	margin: 1em auto 0 auto;
}

div#disclaimer a {
	color: #fff;
	font-size: 90%;
}


div#kuedLogo {
	margin: 1em 0 0 0;
	text-align: center;
}