/* css Zen Garden submission - 'Sakura', by Tatsuya Uchida, http://www.re-bloom.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2006, Tatsuya Uchida */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* /////////////// basic elements /////////////// */

body {
	margin:0;
	padding:0;
	font:75%/1.4 verdana,Helvetica,sans-serif;
	background-image:url(body_bg.gif);
	text-align:center;
	background-color: #CCCCCC;
}

.hr {
	background-color: #7FAA7C;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	width: 30px;
}
a.hr:link {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
}
a.hr:active {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
}
a.hr:visited {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10px;
}
.dr {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}
.sr {
  background-color: #D3DBFF;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
}

h1,h2,h3 span {
	display:table-row;
	
}

h3 {
height:39px;
margin:0;
padding:0;
}

p {margin:0;padding:0;}

acronym {
border:none;
}

a {
color:#009966;
background-color:#ffffff;
text-decoration:underline;
}

a:hover, a:hover {
color:#999999;
background-color:#ffffff;
}


/* ////////////// layout ///////////////// */

#container {
	width:860px;
                   height: auto;
	margin:0 auto;
	padding:0px 0px;
	position:relative;
	background:url(bg.gif) repeat-x #dfdfdf;
	border-left:1px solid #7FAA7C;
	border-right:1px solid #7FAA7C;
	color:#454545;
	text-align:left;
	height: 1000px;
	background-color: #7FAA7C;
}

#pageHeader {
	width:860px;
	height:75px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF66;
	background-image: url(back1.jpg);
	background-color: #7FAA7C;
}

#pageHeader2 {
	width:860px;
	height:75px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF66;
	background-image: url(back2.jpg);
	background-color: #7FAA7C;
}

#pageHeader3 {
	width:860px;
	height:75px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00FF66;
	background-image: url(back3.jpg);
	background-color: #7FAA7C;
}


#quickSummary, #explanation, #participation, #benefits, #requirements {
	width:680px;
	background-color:#FFFFFF;
	background-repeat:repeat-y;
	margin:0 5px 10px 178px;
	color:#454545;
	display:block;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#footer {
width:684px;
margin:100px 0 0 172px;
text-align:right;
padding:3px 14px 43px 0;
}

#linkList {
	position:absolute;
	top:90px;
	left:15px;
	width:152px;
	height: 198px;
	background-color: #dfdfdf;
	border: solid #66BD79 1px;
	
}

#linkList2 {
	position:absolute;
	top:329px;
	left:17px;
	width:150px;
	height: 313px;
	background-color: #ffffff;
	border: solid #66BD79 1px;
}

#lselect, #larchives, #lresources {
margin:0 0 2px 0;
}

#quickSummary p span, #explanation p span, #benefits p span {
	padding:0 15px 10px 77px;
	display:block;
	margin-top: 50px;	

}

#preamble p span, #participation p span, #requirements p span {
	padding:0 85px 10px 17px;
	display:block;
}

#requirements .p5 {
padding:0 85px 10px 17px;
}

#requirements .p5 span {
display:inline;
padding:0;
}


#linkList a {
	text-decoration:none;
	color:#888888;
	background-color:#dfdfdf;
	border:1px solid #bdbdbd;
	padding:2px 3px;
	height:18px;
	width: 95%;
	float: right;
}

#linkList a:hover {
background-color:#ebebeb;
color:#777777;
}

#linkList2 a {
	text-decoration:none;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
}

#linkList2 a:hover {
color:#009933;
}

#quickSummary .p2 span {
padding-bottom:20px;
background:url(right_bottom.gif) bottom no-repeat;
}

#lselect li a {
display:block;
font-weight:bold;
background-position:0 0.6em;
}

#lselect .c {
display:inline;
color:#666666;
padding:0;
background:none;
background-color:#ffffff;
}

#footer a{
text-decoration:none;
color:#888888;
background-color:#dfdfdf;
border:1px solid #bdbdbd;
padding:3px 3px;
height:100%;
}

#footer a:hover{
background-color:#ebebeb;
color:#777777;
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6{display:none;}
