html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: Lucida sans, Verdana, sans-serif;
	font-size:  .7em;
}


#maintext {margin-top:2em;}
#maintext td {
vertical-align:top;
width:33%;
font-size:  .7em;
}

/*Expanding Menus*/
.menu_head {
	cursor: pointer;
	margin:0px;
       }
.menu_body {
	display:none;
}
.menu_body a {
  display:block;
  padding-left:10px;
  text-decoration:none;
}

.menu_body.c {
  padding-left:10px;
  text-decoration:none;
}

.menu_body.c a {
  display:inline;
  padding-left:0px;
  text-decoration:none;
}


.menu_body a:hover {
  text-decoration:underline;
}


a{
	color: #333333;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	margin: 0 0 0 0;
}
h1 {
	padding: 0;
	font-size: 1.2em;
	color: #333;
}
h2 {
	padding-top: 0px;
	font-size:1em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	border-color: #fff;
	border-style: none;
	border-width: medium 1px 1px;
}
div#container {
	padding: 40px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

.copyright {
clear: both;
padding-right:1em;
text-align: right;
line-height:7em;
}
