body {
	font-family: arial, helvetica, serif;
	background-image: url('images/webimages_r2_c2.jpg');
	background-repeat: repeat-x;
	background-color: #9DBA65;
}

#nav { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 9pt;
	width: 760px;
	line-height: 1;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a:active {
	color: White;
	display: block;
	font-style: none;
	width: 10em;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}

#nav a:hover {
	color: White;
	display: block;
	width: 10em;
	font-style: none;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}

#nav a {
	color: black;
	display: block;
	width: 10em;
	font-style: none;
	font-weight: bold;
	margin: 2px;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	z-index: 12;
	padding-left: 10px;
	padding-top: 2px;
	width: 10em; /* width needed or else Opera goes nuts */
}

.divider {
	background-image: url('fireworks_source/divider.png');
	background-repeat: no-repeat;
	background-position: top right;

}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: url('fireworks_source/menuback.png');
	background-position: bottom left;
	padding-top: 10px;
	z-index: 10;
	padding-bottom: 15px;
	width: 200px; 
	font-size: 10pt;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}


#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	position: static;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.highlight {
	text-align: center;
	position: relative;
	padding: 10px;
	margin: 10px;
	background-image: url('images/menuback.jpg');
	background-repeat: repeat-x;
	width: 80%;
}


.thought_right {
	text-align: center;
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10pt;
	font-family: comic sans ms, arial, helvetica, serif;
	font-style: italic;
	font-weight: bold;
	background-image: url('fireworks_source/thought_right.png');
	background-repeat: none;
	padding-top: 4px;
	padding-left: 126px;
	padding-right: 20px;
	width: 250px;
	height: 44px;
}

.thought_left {
	text-align: center;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 10pt;
	font-family: comic sans ms, arial, helvetica, serif;
	font-style: italic;
	font-weight: bold;
	padding-top: 4px;
	background-image: url('fireworks_source/thought_left.png');
	background-repeat: none;
	padding-left: 20px;
	padding-right: 126px;
	width: 250px;
	height: 44px;
}

.date 
{
	font-size: 8pt;
	padding-top: 14px;
}

.answer
{
	color: #8A222B;
	font-family: arial, helvetica, serif;
	font-weight: bold;
}


.left_menu {
	margin: 0px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: comic sans ms, arial, helvetica, serif;
	font-size: 10pt;
	border-right: 1px solid black;
}


.content {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: -1px;
	padding: 10px;
	background-color: White;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

P {
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}

H2 {
	font-family: comic sans ms, arial, helvetica, serif;
	font-size: 12pt;
	color: #729051;
	font-weight: bold;
	margin-bottom: 3px;
}

.comic {
	font-family: comic sans ms, arial, helvetica, serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

.comic2 {
	font-family: comic sans ms, arial, helvetica, serif;
	color: #8A222B;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}


.emp {
	font-family: comic sans ms, arial, helvetica, serif;
	font-size: 14pt;
	color: #729051;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


H1 {
	font-family: comic sans ms,arial, helvetica, serif;
	font-size: 16pt;
	color: #729051;
	margin-bottom: 3px;
	text-decoration: none;
}

.content_top {
	border-top: 1px solid black;
	margin-left: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	height: 1px;
}
.content_bottom {
	border-top: 1px solid black;
	margin-left: 6px;
	margin-right: 8px;
	margin-bottom: 0px;
	height: 1px;
}

.shadow {
	margin-left: 6px;
	margin-right: 6px;
	margin-top: -1px;
	margin-bottom: 0px;
	height: 8px;
	background-image: url('images/webimages_r7_c8.jpg');
	background-repeat: repeat-x;
}

a:active {
	color: #729051;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a:hover {
	color: #8A222B;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a {
	color: #729051;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

