body {
  background-color: #666666;
  margin: 0px;
  padding: 0px;
  font-size: 1.3em;
  line-height: 1.2;
  font-family: 'Karla', verdana, helvetica, sans-serif;
}

table.code {
  font-family: courier;
  font-size: 1em;
  background-color: beige;
  border: 1px dashed;
  width: 100%;
  margin: 0 0 1em 0;
}


h1 {
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.5em;
  color: #888;
}
h1.large
{
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 1.5em;
  color: #888;
}
hr {
 color:#888; background:clear; border:1px #888 dashed;
}
h2 {
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 10;
  font-size: 1.1em;
  color: black;
}
table.box {
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  background-color: #FFCC33;
  border: 2px solid black;
  width: 100%;  
  margin: 0 0 1em 0;
}
table.box2 {
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
    border: 1px solid black;
  width: 100%;  
  margin: 0 0 1em 0;
}
p {
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  line-height: 1.3em;
  margin: 0 0 .65em 0;
  padding: 0;
}
.content>p {
  margin: 0;
}
.content>p+p {
  text-indent: 30px;
}
a {
  color: teal;
  font-family: 'Karla', verdana, arial, helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

a:link {
   color: #990033;
}
a:visited {
   color: #990033;
}
a:hover {
   background-color: #bbb;
}

/* All the content boxes belong to the content class. */


	
	#leftcontent {
		position: absolute;
		left:0px;
		top:0px;
		width:0px;
		background:#fff;
		border:1px solid #000;
		}

	#centercontent {
		background:#fff;
                line-height: 1.4;
	        position: relative;
                top:50px;
   		width: 70%;
                --margin-left: 100px;
   		--margin-right:100px;
		border:2px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		--margin-left: 100px;
   		--margin-right:100px;
		border: 3px solid black;
                background-color: white;
                font-size: .8em;
                padding: 10px;
                z-index: 3;
}
	html>body #centercontent {
   		margin-left: 100px;
   		margin-right:100px;
		}

	#rightcontent {
		position: absolute;
		right:100px;
		top:50px;
		width:310px;
		background:#fff;
		border-right:3px solid #000;
                border-left: 3px solid black;
		border-top:3px solid black;
                border-bottom:3px solid black;   
                background-color: white;
                font-size: 0.7em;
                padding: 9px;
                z-index: 1;		
}

#banner {
		background:#fff;
                position: absolute;
                right:100px;
                left:100px;
		height:50px;
		border-top:2px solid #000;
		border-right:2px solid #000;
		border-left:2px solid #000;
	        border-bottom:2px solid black;		
voice-family: "\"}\"";
		voice-family: inherit;
		height:50px;
		}
	html>body #banner {
		height:50px;
		}
