/* <meta name="author" content="OISF" /> */
/* <meta name="developer" content="Tara Keezer" /> */
/* <meta name="copyright" content="&copy; 2010 OISF" /> */


@charset "UTF-8";
/* CSS Document */


/* Section formatting */

#screen {
background: #FFFFFF;
}

#head, #sidebar, #main, #foot {
background: #FFFFFF;
padding: 12px;
font-size: 1em;
line-height: 130%;
}

#head, #foot {
width: 100%;
}

#head {
padding-bottom: 5px;
}

#sidebar {
display: none;
}

/* Section positioning */

#sidebar {
position: absolute;
top: 120px;
}

#main {
position: absolute;
top: 150px;
width: 100%;
}

#foot {
display: none;
}


/* Text formatting */

body {
font-family: Helvetica, Verdana, FreeSans, sans-serif;
font-size: 10pt;
color: #252525;
line-height: 125%;
}

h1, h2, h3, h4 {
line-height: normal;
color: #black;
}

h1 {
font-size: 24pt;
text-align: left;
}

h2 {
font-size: 18pt;
margin-bottom: 0.5em;
}

h3, h4 {
margin-top: 1em;
margin-bottom: -0.5em;
}

h3 {
font-style: italic;
font-size: 14pt;
}

h4 {
font-size: 12pt;
}

table {
margin-top: .5em;
}
.code {
font-family: Courier, "Andale Mono", FreeMono, monospace; 
font-size: 10pt; 
padding-left: 25px;
padding-right: 25px;
}

p.indent {
margin-left: 25px;
margin-right: 25px;
margin-top: -.8em;
}

.codeinline {
font-family: Courier, FreeMono, "Andale Mono", monospace; 
font-size: 10pt; 
}

.codedef {
font-family: Courier, FreeMono, "Andale Mono", monospace;
font-weight: bold;
font-size: 10pt; 
}

.codevar {
font-family: Courier, FreeMono, "Andale Mono", monospace;
font-style: italic;
font-size: 9pt; 
}

a:link {
color: #black;
}

a:hover, a:active, a:visited {
color: #black;
}


