/* Basic Formatting */

h1 { font-size: 14px; width: 99%; border: solid; border-color: #FFFF66; border-width: 0px 0px 2px 0px; margin: 5px 0px 5px 0px; padding: 0px; }
.hr { width: 100%; height: 2px; clear: both; }

.super { font-size: 10px; vertical-align: baseline; position: relative; bottom: 0.33em; }

p { margin: 10px 0px 10px 0px; }
#content table { margin: 5px 0px 5px 0px; padding: 0px; }
	#content table td { text-align: center; vertical-align: middle; }
	#content table td.lt { text-align: left; }
	#content table td.rt { text-align: right; }
	#content table td.tp { vertical-align: top; }
	#content table td.btm { vertical-align: bottom; }
	
.img { text-align: center; padding: 0px; margin: 10px; width: auto; }
img.lt { float: left; margin-right: 10px; }
img.rt { float: right; margin-left: 10px; }

a, a:visited, a:link { color: #FFFFFF; font-weight: 600; text-decoration: none; }
a:hover { text-decoration: underline; }

a.nobold, a:visited.nobold, a:link.nobold { font-weight: 300; }

li { padding-bottom: 10px; }

/* Layout Formatting */

body { background-image: url('images/background.jpg'); background-repeat: repeat-x; background-color: #33CC00; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }

#container { position: absolute; top: 0px; left: 0px; display: block; padding: 0px; margin: 0px; }
	#container { width: 101%; }
	html>body #container { width: 100%; } 
	
	#popup { position: absolute; left: 15px; top: 0px; width: 213px; } /* popup rnd text */
	#tree { position: absolute; left: 0px; top: 80px; } /* floating tree */

	#left { float: left; margin-left: -1px; padding: 400px 5px 0px 5px; width: 213px; margin: 1px 0px 0px 0px; text-align: center; }
	#main { padding: 0px 3px 0px 10px; margin-left: 213px; }
		#navigation { text-align: right; padding: 0px 5px 10px 0px; font-size: 12px; font-weight: 600; color: #FFFF66; display: block; height: 90px; }
			#navigation table { margin: 0px; padding: 0px; float: right; }
			#navigation table td { vertical-align: top; text-align: center; margin: 0px; padding: 0px 1px 0px 1px; height: 12px; }
			#navigation a { text-decoration: none; }
			#navigation a:hover { text-decoration: underline; }
			#navigation .hide { display: none; }
			#navigation .show { display: inline; color: #FFFF00; font-size: 10px; font-weight: normal; }
				#navigation .show a { color: #FFFFFF; font-weight: normal; }
		#content { border: solid #ffffff; border-width: 1px; padding: 10px; margin: 0px 3px 0px 3px; background-image: url('images/contentBackground.jpg'); background-repeat: repeat-x; background-color: #336699; }
			#content table { width: 85%; margin: auto; }
			#content table td { padding: 5px; }
	
#footer { padding: 10px 0px 10px 0px; margin: auto; text-align: center; clear: both; font-size: 10px; }
	#footer a:hover { color: #FFFF00; text-decoration: underline; }
	#footer a, #footer a:link, #footer a:visited { color: #FFFFFF; text-decoration: none; }