body {
    font-size: 12pt;
    font-family: sans-serif, "Bitstream Vera Sans", "Lucida Sans", Arial, Helvetica;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px; 
    color: #000000;
}

#tutorial h3 {
}

#app {
    background-color: #fefea0;
}

pre.c {
}

p.warning {
    margin-left: 40px;
    background-color: #FF9CA3;
    border-style: solid;
    border-width: thin;
    border-color: #FF393C;
}

pre.shell { 
    background-color: #dfdddf;
    margin-left: 40px;

}

pre.output {    
    font-size: 7pt;
    background-color: #dffdcf;
    margin-left: 40px;
}

a:link {
    text-decoration: none;
    color: #102080;
}
a:visited {
    text-decoration: none;
    color: #502020;
}

a:hover {
    background-color: #ffff30;
    color: #000000;
}

#dirlist {
     border-left-style: solid; 
     border-left-width: thin; 
     margin-left: 40px;
     font-size: 10pt;
}

#row_alt_2 {
    background-color: #d0ffd0;
    height: 50px;
}

#row_alt_1 {
    height: 50px;
}

#dirlisttop {
    margin-left: 80px;
}

#container {

    position: absolute;
}

#sidebar {
    position: absolute;
    left: 0px;
    height: 1000px;
    width: 200px;
}

#header {
    position: absolute;
    background-color: #030380;
    border-bottom-style: solid;
    border-bottom-width: thin;
    width: 2000px;
    top: 0px;
    left: 0px;
    margin-left: 0px;
    height: 90px;
}

#logo {
    font-size: 36pt;
    margin-left: 210px;
}

#license {
    font-size: 8pt;
    font-style: italic;
    font-weight: lighter;
    bottom: 30px;
    left: 200px;
}

#header img {
    margin-left: 200px; 
}

#header h1 {
    text-transform: uppercase;
    margin-top: 35px;
    margin-left: 200px; 
    letter-spacing: 1px; 
    font-size: 24pt;
    font-weight: bold;

}

#header h4 {
    margin-top: 0px;
    margin-left: 260px;
    letter-spacing: 1px; 
    font-size: 10pt;
    font-weight: normal;
}

#sidebar2 {
    padding: 0px;
    height: 100%;
    margin-top: 150px;
}

p { 
    margin-left: 40px;
    max-width: 640px;
    letter-spacing: 0px; 
}

#about p {
    margin-left: 0px;
    max-width: 900px;

}

#sidebar ul {
    margin: 5px;
    padding: 15px;
    background: url(blue.png) right;
    border-style: solid;
    border-width: thin;
}

#sidebar li {
    line-height: 2.5ex; 
	list-style-type: none;
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
}

#sidebar li a { 
    color: #0f1030;
}

#sidebar li a:hover { 
    background: none;
    border-bottom-width: thin;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}


#main {
    margin-top: 150px;
    margin-left: 210px;
}

#main h3 {
    font-size: 14pt;
    margin-bottom: 0px; 
    color: #010101;
    font-weight: bold;
}

#citation {
    font-style: italic;
    font-size: 8pt;
    font-weight: lighter;
    letter-spacing: 0px; 
}

#paper {
    font-style: normal;
    font-weight: normal;
}

#main ul {
    list-style: square outside;
    margin-left: 20px;
    width: 700px;
}

#c {
    font-size: 10pt;
    margin-left: 100px;
}

