/* text */
body {
	font: 78%/1.5 arial, helvetica, serif;
	background: url(images/LavaRock.jpg) repeat;
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {
	width: 780px;
	background: transparent;
	margin: auto;
	color: White;
	font-size: 10pt;
}

p {
	background: transparent;
	margin: 1em 2em;
	font-size: 10pt;
	color: White;
}

}

td {
	background: transparent;
	margin: 1em 2em;
	font-size: 10pt;
	color: White;
}

tr {
	background: transparent;
	margin: 1em 2em;
	font-size: 10pt;
	color: White;
}

a {
	background: transparent;
	color: White;
	font-size: 10pt;
}

p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: White;
	font-size: 14pt;
}


#smurf strong {
	font-size: larger;
	color: White;
}

h1 {
	height: 108px;
	background: transparent;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	/* all lists */
	float: left;
	width: 780px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4em;
	background: transparent;
	font-weight: bold;
	font: 10pt;
	margin: 0 0 1em 0;
	text-align: left;
	color: White;
}

#nav a {
	display: block;
	width: 10em;
	color: White;
	font: bold 10pt;
}
 
#nav li {
	/* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
	font: bold 10pt;
}

#nav li ul {
	/* second-level lists */
	position: absolute;
	background: url(images/LavaRock.jpg);
	width: 10em;
	font: bold 10pt;
	left: -999em; /* using left instead of display to hide menus
			because display: none isn't read by screen readers */
}
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 10em;
}/*Show the submenu DIRECTLY INSIDE the selecte LI tag*/
#nav li:hover > ul, #nav .soasfhover{
	left: auto;
}
/*Fix for IE7*/
#nav li:hover {
	position: static;
}

#menu li:hover, #menu li.hover {
	position: static;
	background-position: 0 0;
}  

#content {
	clear: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
	color: White;
	font-size: 12pt;
}

#content a {
	color: White;
	font-size: 12pt;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	clear: left;
	width: 770px;
	margin: 10px 0 0 0;
	text-align: justify;
	color: White;
	font-size: 12pt;
	background-image: transparent;
}

#scaffolding p {
	color: White;
	font-size: 12pt;
	font-weight: bolder;
}

#scaffolding a {
	color: White;
	font-size: 12pt;
	font-weight: bolder;

}

}

h2 {
	color: White;
	font-size: 14pt;
	font-weight: bolder;
}

}

h3 {
	color: White;
	font-size: 12pt;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

