html {
height: 100%;
}
body
{
	background-color: #666;
	margin: 0;
         height: 100%;
}

h1, h2, h3, h4, p, ul, li {
font-family: verdana, sans-serif;
}

h1 {
font-size: 18px;
margin: 0 2em 0 0;

}

h2 {
font-size: 14px;
}

h3 {
font-size: 12px;
margin: 12px 0 12px 0;
}

#rightdiv  ul {
margin-left: 0; padding-left: 0;
}

li.head {
 font-size: 14px;
 list-style: none outside;
 text-indent: 0px;
 margin: 0;
 padding: 0;
}

li.sub { 
 font-size: 11px;
 line-height: 1.5em;
 list-style: square inside;
}

p,li {
font-size: 11px;
line-height: 2em;
margin-left: 0; margin-right: 3em;
}


p.indented {
margin-left: 2em;
margin-right: 3em;
}

#menu > p {
line-height: 1.5em;
}


#rightdiv a:link {
color: #0cf;
font-weight: bold;
text-decoration: none;
}

#rightdiv a:visited {
color: #0cf;
font-weight: bold;
text-decoration: none;
}

#rightdiv a:hover {
color: #9CF;
text-decoration: overline underline;
}


a:link {
color: #036;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #369;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #036;
text-decoration: overline underline;
}

img {
border: 0;
display:block;
}

.figcap > img {
display: inline;
}

.bigheader {
font-family: "trebuchet ms", sans-serif;
font-size: 26px;
color: white;
margin: 0
}

.tags {
color: #039
}
.sidebar1 {
margin-left: 3em;
margin-right: 3em;
margin-top: 2em;
margin-bottom: 2em;
padding: 20px;
background-color: #eee;
max-width: 80%;

}

.sidebar2 {
margin-top: 2em;
margin-right: 3em;
margin-bottom: 2em;
padding: 20px;
background-color: #DCEEF0;
max-width: 80%;

}

.code {
margin-left: 2em;
margin-right: 2em;
margin-top: 2em;
margin-bottom: 2em;
padding: 1.5em;
max-width: 90%;
font-family: courier, monaco, 'courier new', monospace;
white-space: pre; 
font-size: 11px;
background-color: #FFC;
}


.figcap {
margin-left: 2em;
margin-right: 2em;
margin-top: 2em;
margin-bottom: 2em;
padding: 1.5em;
max-width: 90%;
text-align: center;
font: bold 11px verdana, sans-serif;
border: 1px solid #039;
}



#leftdiv
{
	float: left;
	width: 65%;
	margin: 0;
	left:0;
	padding-top: 60px;
	padding-left: 60px;
	background-color: white;
	background-image: url(/images/leftbarc.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;

	
}

#rightdiv
{
	position: relative;
	float: left;
	margin: 0;
	padding-top: 50px;
	padding-left: 5px;
	width: 25%;
	background-color: #666;
	color: white;
	height: 100%;
}

#menu {
width: 90%;
margin-left: auto;
margin-right: auto;
    } 
