html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	color: #000000; 
}
a{
	color: #888E90;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1100px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 2px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 5px 0 40px;
	text-align: center;
}

/* ========================================================================== */
/* CSS carried over from previous site */
/* ========================================================================== */

/* Left navigation styles */
.menu1{
width: 170px;
list-style-type: none;
margin: 0;
padding: 0;
display:block;
font-family: arial, verdana, sans-serif;
font-size: 9pt;
font-weight:bold;
color:#231F20;
text-decoration:none;
}

.menu1Active{
width: 170px;
list-style-type: none;
margin: 0;
padding: 0;
display:block;
font-family: arial, verdana, sans-serif;
font-size: 9pt;
font-weight:bold;
color:#888E90;
text-decoration:none;
}

.submenu{
width: 150px;
display: block;
text-align: left;
font-family: arial, verdana, sans-serif;
font-size: 9pt;
color:#231F20;
text-decoration:none;
font-weight:normal;
}

.submenuActive{
width: 150px;
display: block;
text-align: left;
font-family: arial, verdana, sans-serif;
font-size: 9pt;
color:#888E90;
text-decoration:none;
}

.hide{
display: none;
}

.show{
display: block;
}
