body {
	font-family:Verdana,Arial,Helvetica,Sans-Serif; 
	font-size: 12px;
	background: #f5deb3;
	color: #000000;
	}

.container {
   width: 100%;
   text-align: center;
	padding: 10px;
	margin: 3px 0 15px 0;
	border: none;
	background: #fff;
	}



/* some comment */



a:link { color: #3333cc; text-decoration: none }
a:active { color: #0000ff; text-decoration: underline }
a:visited { color: #3333cc; text-decoration: none }
a:hover { color: #0000ff; background-color: #fffaf0; text-decoration: underline }


ul 	{font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 11px; 
line-height: 14px;
}

ul ul	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11px; 
line-height: 13px;
}

ol  	{font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 11px; 
line-height: 13px; 
}

p {font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 12px; 
line-height: 15px; 
text-align: left;
}

blockquote {font-family: Verdana,Arial,Helvetica,Sans-Serif; 
font-size: 10px; 
text-align: left;
line-height: 13px; 
}

hr {color: #CCC; 
height: 1
}

.superscript {
	font-size: 9px;
	position: relative;
	bottom: 3pt;
}
.superscriptaltx {
	font-size: 8px;
	position: relative;
	vertical-align: text-top;
}

.hlt {background-color: #ffffcc;
color: #000;
}


/* pyramid */

#navPyra {
	margin: 0;
	padding: 0 0 20px 13px;
	border-bottom: 1px solid #d3ab4c;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 0 10px 6px 10px;
	text-decoration: none;
	color: #c15f06;
	}

#navPyra a:link.active, #navPyra a:visited.active {
	color: #0000ff;
	color: #0000ff;
	background: url(../images/tab_pyramorange.gif) no-repeat bottom center;
	text-decoration: none;
	}
	
	/* altered added */
#navPyra a:hover {	
    color: #0000ff;
	background: url(../images/tab_pyramorange.gif) no-repeat bottom center;
	text-decoration: underline;
	}


/* other naviga toolboxes /*

				/*Credits: Dynamic Drive CSS Library */
				/*URL: http://www.dynamicdrive.com/style/ */

			.markermenu{
				list-style-type: none;
				margin: 0px 0;
				padding: 0;
				width: 190px;
				border: 0px solid #ffffff;
			}

			.markermenu li a{
				background: white url(../images/bulletorange.gif) no-repeat;
			    background-position: 3px .7em;
				 /*above, this positions the image left and from top--with the text */
				font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
				color: #000033;
				display: block;
				width: auto;
				padding: 5px 0;
				padding-left: 14px;
				 /* above, moves the text left and away from the image bullet so it can show up */
				text-decoration: none;
				border-bottom: 1px solid #d3ab4c;
			}


			* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
				width: 170px;
			}

			.markermenu li a:visited, .markermenu li a:active{
				color: #000033;
			}

			.markermenu li a:hover{
				color: #0000ff; /* color of link when hovering over it */
				background-color: #fffaf0;
				background-image:url(../images/bulletonblue.gif);
			/*onMouseover image change. Remove if none*/
				text-decoration : underline;
			}


			

