/* Mist in Nagoya: css Zen Garden style by Ander Aznar v1.05 */

/*General elements*/
body { 
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
	color: #1D1D1D;
	background: #fff url(deko1.jpg) no-repeat bottom left;
	margin: 0;
	}
p { 
	font: 12px/13px verdana; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: 14px verdana; 
	letter-spacing: 2px; 
	margin: 0 0 10px -10px; 
	color: #060606;
	}
a:link, a:visited, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
	}
a:hover { 
	text-decoration: none; 
	color: #777777;
	}	
acronym {
	text-decoration: none;
	border-width: 0px;
	}

/*Specific divs*/

#container {
	background: transparent url(maintitle.jpg) no-repeat top left;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 30px 30px; 
	margin: 0;
	}
#intro {
	margin: 0;
	padding-left: 220px;
	}
#pageHeader {
	margin: 0;
	}
#pageHeader h1 {
	position: absolute;
	top: 0;
	right: 110px;
	background: transparent url(titletext.gif) no-repeat top left;
	margin: 10px 0 0 0;
	width: 450px; 
	height: 169px; 
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin: 200px 0 0 0;
	}
#pageHeader h2 span {
	display:none;
	}
#quickSummary {
	margin: 40px 0 0 0; 
	padding-right: 130px;
	}
#quickSummary p {
	letter-spacing: 1px;
	text-align: right;
	}
#preamble {
	padding-right: 130px;
	}
#supportingText {
	padding: 0 115px 0 220px;
	}
#requirements{
	margin-bottom: 20px;
	}
#preamble h3 {
	background: transparent url(preamble.gif) no-repeat top left; 
	width: 370px; 
	height: 30px;
	}
#explanation h3 {
	background: transparent url(explanation.gif) no-repeat top left; 
	width: 370px; 
	height: 30px;
	}
#participation h3 {
	background: transparent url(participation.gif) no-repeat top left; 
	width: 370px; 
	height: 30px;
	}
#benefits h3 {
	background: transparent url(benefits.gif) no-repeat top left; 
	width: 370px; 
	height: 30px;
	}
#requirements  h3 {
	background: transparent url(requirements.gif) no-repeat top left; 
	width: 370px; 
	height: 30px;
	}
#preamble h3 span, #explanation h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span {
	display:none
	}

/*Footer*/
#footer { 
	text-align: center;
	padding: 5px 0;
	}
#footer a:link, #footer a:visited, #footer a:active {
	padding: 2px 4px 6px 4px;
	font: bold 9px verdana;
	border-bottom: 2px solid #4F4F4F;
	color: #4A4A4A;
	letter-spacing: 2px;
	}
#footer a:hover {
	border-bottom: 2px solid #A1A1A1;
	}
	
/* Linklist */	
#linkList {
	position: absolute; 
	top: 200px; 
	left: 20px;
	background: transparent url(listback.gif) no-repeat top left;
	width: 204px;
	height: 630px;
	}
#linkList2 { 
	font: 11px/12px verdana; 
	padding: 5px 5px 3px 9px; 
	margin-top: 0; 
	width: 170px;
	}
#linkList h3.select, #linkList h3.favorites, #linkList h3.archives, #linkList h3.resources {
	margin: 0; 
	width: 200px; 
	height: 30px; 
	}
#linkList h3.select { 
	background: transparent url(h3.gif) no-repeat top left; 
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	}
#linkList h3.select span, #linkList h3.favorites span, #linkList h3.archives span, #linkList h3.resources span  {
	display:none
	}
#linkList ul {
	margin: 0;
	padding: 0 0 5px 15px;
	}
#linkList li {
	list-style-type: none;
	height: 25px;
	display: block; 
	margin: 5px 0;
	}
#linkList li a:link, a:active { 
	font-weight: normal;
	color: #2D2D2D;
	padding: 3px 0 0 0;
	}
#linkList li a:visited {
	font-weight: normal;
	color: #848484;
	padding: 3px 0 0 0;
	}
#linkList li a:hover { 
	text-decoration: none; 
	color: #9E9E9E;
	}
	
#lselect li a, #lselect li a:visited, #lfavorites li a, #lfavorites li a:visited	{ display: block; }
#lselect li a.c, #lselect li a.c:visited, #lfavorites li a.c, #lfavorites li a.c:visited	{ display: inline; }	
	
/* Image for decoration*/	
#extraDiv1 { 
	position: absolute;
	top: 195px;
	right: 15px;
	background: transparent url(deco2.gif) no-repeat top right;
	width: 85px;
	height: 804px;
}


