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

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

p {
	margin-top: 5px;
}

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

h2 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 125%
}

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

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 100%;
	font-weight: bold;
}

span.important {
	color: red
}

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

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

.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;
	font-family: arial;
	font-size: 9pt;
	color: #ffffff
}
 
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
}

.footer {
	font-size: 50%;
	margin-left: 150px;
	padding:10px;
}

.outtab {
	border: 2px solid #94B2D6;
	padding: 0px;
	border-spacing: 1px;
}

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

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

.outtab td {
	border: 0px;
}

.standtable {
	border: 0px;
	width: 100%;
	margin: 4px auto
}

.standtable caption {
	background-color: #000080;
	color: #ffff7f;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	margin: 4px auto;
}

.standtable th {
	background-color: #C6C6C6;
	font-weight: bold;
	font-size: 80%;
	text-align: left
}

.standtable td {
	background-color: #E6E6E6;
	vertical-align: top;
	font-size: 80%
}

.code {
	background-color: #EEEEEE;
	padding: 10px;
	font-size: 90%;
	line-height: 95%
}
