a:link   { color: blue; }
a:visited    { color: blue; }
a:active     { color: blue; }
a:hover   { color: red; }

body {
	margin:0;
	background-color: #FFFFFF;
}

h1 {
	text-align: center;
	margin: 2px;
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
}

h4 {
	text-align: center;
	margin: 5px;
	font-size: 70%;
}

span.important {
	color: red
}

div.figure {
	margin: 0.5em;
	padding: 0.5em;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

img#counter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.footer {
	font-size: 50%;
	float: left;
}

.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:200px;
	max-width:800px;
	margin:2px 2px 2px 150px;
	padding:0;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


.boxed {
	padding: 10px;
	background-color: #FAED4B;
	text-align: center;
}

#navmenu {
	display:block;
	position:absolute;
	width: 150px;
	margin:0px auto;
	padding:5px;
	top:2px;
	left:2px;
	background-color:#000080;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:132px;
}

#navmenu img {
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#navmenu p {
	margin: 5px auto;
}
 
a.navbutton {
	display: block;
	background-color: #FAED4B;
	border: 2px solid #FAED4B;
	color: #000080;
	margin:2px;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold
}
 
a.navbutton:visited {
	display: block;
	background-color: #FAED4B;
	border: 2px solid #FAED4B;
	color: #000080;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold
}
 
a.navbutton:hover {
	display: block;
	background-color: #FAED4B;
	border: 2px solid #FFFFC0;
	color: #000080;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
	font-weight: bold
} 

a.navbutton:active {
	display: block;
	background-color: #FAED4B;
	border: 2px solid #FAED4B;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial;
	font-size: 9pt; 
	font-weight: bold
}

.pictab {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #94B2D6;
	padding: 0px;
	background-color: white;
	border-spacing: 1px;
}

.pictab td {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	text-align: center;
}

.pictab img {
	margin: auto;
	border: 4px solid #e0e0e0;
	display: block;
	background-color: solid #e0e0e0;
	border-spacing: 5px;
}

.tabs {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	padding: 0px;
	border-spacing: 0px;
	font-weight: bold;
	text-align: center
}

.tabs td {
	border: 0px;
	border-spacing: 1px;
	background-color: #94B2D6;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 4px solid white
}

.tabs td.active {
	border: 0px;
	border-spacing: 1px;
	background-color: #94B2D6;
	border-left: 3px solid white;
	border-right: 3px solid white;
	border-bottom: 3px solid #94B2D6
}

.tabs a:link   { color: white; text-decoration:none }
.tabs a:visited    { color: white; text-decoration:none }
.tabs a:active     { color: white; text-decoration:none }

.outtab {
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #94B2D6;
	padding: 0px;
	background-color: white;
	border-spacing: 1px;
}

.outtab tr {
	background-color:#F0F0F0;
	padding: 20px;
}

.outtab tr:first-child {
	border-spacing: 10px;
	background-color:#e0e0e0;
	font-weight: bold
}

.outtab td {
	border: 0px;
}
