/*
 * CSS for print Left,Center,RightContent
 * $Id: print.css,v 1.2 2004-03-31 04:26:54 hirose31 Exp $
 */

body {
	color: black;
	background-color: white;
	margin:  32px;
	padding: 0px;
}

em {
    font-style:  normal;
    font-weight: bold;
}
code {
    font-family: monospace;
}
var {
    font-style: italic;
}
kbd {
    text-decoration: underline;
}

body p, pre, ul, ol, dl {
	margin-left: 5em;
}

ol, ul, dl {
	padding-left: 0em;
}

li {
	margin-left: -2em;
}

dt {
	font-weight: bold;
	margin-left: -2em;
}

dd {
	margin-left: -1em;
}

div#Header {
    margin: 0px;
    padding: 0px;
    position: relative;
}
div#Container {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}
div#CenterContent {
    margin-top:    0px;
    margin-right:  240px;
    margin-bottom: 0px;
    margin-left:   240px;
    padding: 0px;
    position: relative;
}
div#LeftContent {
    margin: 0px;
    padding: 0px;
    font-size: small;   
    width: 230px;
    position: absolute;
    left: 0px; top: 0px;
}
div#RightContent {
    margin: 0px;
    padding: 0px;
    font-size: small;   
    width: 230px;
    position: absolute;
    right: 0px; top: 0px;
}
div#Footer {
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: small;
	text-align: right;
}
div#AdSense {
    display: none;
}

p.LastModified {
	margin-left: 0em;
}

pre.Code, pre.Terminal {
	border: 1px solid black;
	padding: 0.6em;
}


