/* page elements */
body
{
	margin: 0;
	padding: 0;
}

#wrapper  /*to hold the box around everything */
{
	background-image:url(images/earthday2009_02.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin: 0 auto;
	padding: 0;
	height:100%;
}

#bckgrndcontainer /* to hold the cloud background image */
{
	background-image: url(images/ED2009_background.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	margin: 0 auto;
	padding: 0;
}

#overallcontainer /* to hold the logo, nav, search box, and content... not the footer though */
{
    width: 800px;
	height: auto;
    margin: 0 auto;
	padding: 35px 25px 25px 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear
{
	clear: both;
}


/* footer */

#footer
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	clear: both;
	padding-left: 0;
	padding-bottom: 20px;
	margin: 0;
}

#footer a
{
	padding: 0px;
	margin: 0px;
}

#footer a:link, #footer a:visited
{
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active
{
	color: #666666;
	text-decoration: underline;
}


/* left column */

#logo
{
	float: left;
	margin-left: 30px;
	margin-top: 40px;
	padding-bottom: 10px;
}

#navcolumn {
	width: 200px;
	height: auto;
	top: 50px;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
	clear: both;
	float: left;
}

#navigation a
{
	padding: 2px;
	margin: 10px;
}

#navigation a:link, #navigation a:visited
{
	color: #e7910a;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active
{
	color: white;
	background-color: #666666;
	text-decoration: none;
}

#searchbox
{
	float: left;
	padding: 2px;
	margin: 10px 0 0 30px;
	clear: both;
	color: #666666;
	width: 200px;
}

#sidenote
{
	float:left;
	padding:20px 0 0 9px;
	border:0;
	clear:both;
	width:200px;
	color:#996633;
}

#poem
{
	float:left;
	padding:25px 0 0 33px;
	margin:0;
	border:0;
	clear:both;
	width:200px;
	color:#00CC00;
}

#poem a:link, #poem a:visited
{
	color:#00CC00;
	font-family:Georgia,serif;
	font-size:14px;
	line-height:16px;
	font-style:oblique;
}

#poem a:hover, #poem a:active
{
	color:#00CC00;
	text-decoration: underline;
}



/* right-column/main content appearance */
#maincontent
{
	width: 490px;
	margin-left: 245px;
	padding-top: 0;
	padding-bottom: 50px;
	min-height: 550px;
}

#maincontent a
{
	padding: 0px;
	margin: 0px;
}

#maincontent a:link, #maincontent a:visited
{
	color: #336699;
	text-decoration: underline;
}

#maincontent a:hover, #maincontent a:active
{
	color: #336699;
	text-decoration: underline;
}

h1
{
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

h2
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

h3
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 100;
}

p
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

li
{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
}

hr
{
	margin-top: 25px;
	margin-bottom: 25px;
}

.tab
{
	padding-left: 30px;
}

.italictype
{
	font-style: italic;
}

.boldtype
{
	font-weight: bold;
}

.whitetype
{
	color:white;
}

.bluetype
{
	color: #336699;
}

.thintype
{
	font-weight: 100;
}

.smallthintype
{
	font-size: 80%;
	font-weight: 100;
	line-height: 1.4em;
}

.greentype
{
	color:#00CC00;
}