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


   
/* ----- BASIC ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #003399;
	}

#container {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 900px;
	height: 1200px;
	background: url(images/interior/baldy.jpg) top left no-repeat;  
	}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
	}
a:hover {
	color: #003399;
	}	
	
/* ----- MAIN CONTENT ----- */
#pageHeader {
     position: absolute;
	 top: 20px;
	 left: 300px;
	 }
#preamble {
	position: absolute;
	top: 360px;
	left: 90px;
	width: 600px;	
	height: 600px;
	text-align: center;
	color: #000;
	background: url(images/interior/preamble.gif) no-repeat top;
	overflow: auto;
	}
#preamble h3 {
	margin: 0;
	padding: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #003399;
	}
#preamble h1 {
	margin: 0;	
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	}

div#footer {
    position: absolute;	
	height: 125px;
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 980px 0 0 100px;
	color: #CCCCCC;
}

div#kuedlogo {
	height: 75px;
	text-align: center;
	margin-top: 15px;
}	
	

	
	
/* ----- MENUS & PROJECT SUMMARY -----*/
#container #linkList {
	position: absolute;
	left: 735px;
	top: 625px;
	width: 145px;
	text-align: left;
	}
#linkList h3 {
	width: 145px;
	height: 26px;
	margin: 0;
	}
#linkList h3 span {
	display: none;
	}
	
#linkList ul {
	list-style: none;
	padding: 0 0 6px 0;
	margin: 0;
	line-height: 20px;
	}
#linkList ul li {
	padding: 6px 0px 6px 0px;
	margin: 0;
	font-size: 20px;
	border-bottom: dotted 1px #A4B0C8;
	}
/* subtle hover effect for friendly browsers */
#lselect li:hover {
	border-bottom: dotted 1px #3F5671;
	}

#linkList #lselect {
	font-style:italic;
	color: #A4B0C8;
	margin-bottom: 8px;
	}
#linkList #lselect li {
	padding-top: 6px;
	}
#linkList #lselect a:link, #linkList #lselect a:visited { 
	display: block;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #72141A;
	text-decoration:none;
	padding: 0px 0px 2px 15px;
	background: url(images/BG_li.gif) top left no-repeat;
	}
#linkList #lselect a:hover { 
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	text-decoration: none;
	padding: 0px 0px 2px 15px;
	background: url(images/BG_li_hover.gif) top left no-repeat;
	}
	
#linkList #larchives {
	margin-bottom: 8px;
	}
#linkList #larchives a, #linkList #lresources a, #linkList #larchives a:visited, #linkList #lresources a:visited  { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5671;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(images/BG_li_2.gif) no-repeat left;
	}
#linkList #larchives a:hover, #linkList #lresources a:hover  { 
	display: inline;
	font: bold 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	text-decoration:none;
	padding: 0px 0px 2px 14px;
	background: url(images/BG_li_2_hover.gif) no-repeat left;
	}
#linkList #lselect a.c, #linkList #lselect a.c:visited  { 
	display: inline;
	margin-bottom: 4px;
	padding: 0;	
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5671;
	border: 0;
	text-decoration: none;
	background: none;
	}
#linkList #lselect a.c:hover  { 
	display: inline;
	padding: 0;
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	border: 0;
	text-decoration: none;
	background: none;
	}

	
#quickSummary {
	position: absolute;
	top: 505px;
	left: 630px;
	width: 130px;
	margin: 0;
	padding: 5px 4px 8px 5px;	
	text-align: left;
	color: #A4B0C8;
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
#quickSummary a:link, #quickSummary a:visited {
	color: #3F5671;
	text-decoration: none;
	}
#quickSummary a:hover {
	color: #DA8C11;
	text-decoration: none;
	}

	
/* ----- Final Touch ----- */
#extraDiv1  {
	position: absolute;
	top: 1180px;
	left: 410px;
	width: 76px;
	height: 546px;
	background: transparent url(images/BG_bc.gif) no-repeat;
	}


	#container #preamble p {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

