body {
font-family : Arial,verdana, sans-serif;
font-size: 12px; 
line-height:16px;
}
table {
border: outset 10px; 
font-family : Arial,verdana, sans-serif;
font-size : 12px;
line-height:15px;
}

A:link {
	color:#361b13;
}
A:visited {
	color:#361b13;
}
A:active {
	color:#361b13;
}
A:hover {
	color: #660933;
}


.ds-note {
border: 1px solid black; 
float: right; 
padding: .5em;
margin: .5em 0 .5em 1em; 
width: 15em; 
background-color: #FFFFBF;
}


div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 5000px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
}

div.top {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 500px;
	height: 100%;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 100%;
}

pre, span.Code, span.verbatim {
font-size:0.9em;
line-height:1.5em;
background-color:#f6eec7;
border: 1px solid #361b13;
margin-left : 0.5em;
margin-bottom : 20px;
margin-right : 1em;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.2em;
padding-bottom: 0.2em;
color : black;
}
			
img {
border: 0px solid #361b13; 
margin-top: 0em; 
}

.ds-kbd {
background-color: #efefef;
margin-left: 2em;
margin-right: 2em;
padding: .5em 1em .5em 1em;
font-family: monospace;
}

.ds-contentcontainer {
padding: 0em .5em .5em 0em;
}


.ds-innercontentcontainer {
line-height: 1.3;
clear: both;
padding-top: 1em;
}

.ds-nmcontent {
line-height: 1.3;
}


.ds-innercontentcontainer ol, .ds-innercontentcontainer ul, .ds-innercontentcontainer li {
line-height: 1.3em;
margin-top: 0.2em;
margin-bottom: 0.1em;
}

.ds-nmcontent ol, .ds-nmcontent ul, .ds-nmcontent li {
line-height: 1.3em;
margin-top: 0.2em;
margin-bottom: 0.1em;
}


/*
 *  a modified version of
 *  http://www.thenoodleincident.com/tutorials/typography/css/real.css
 *
 *  One could optionally remove everything below.
 */

hr {
border : none;
background-color : #361b13;
color : #361b13;
height : 10px;
margin-bottom: 20px; 
margin-top: 20px; 
}

blockquote {
}

ul, li {
margin-bottom: 5px; 
margin-top: 0px; 
}

h1 {
font-size: 24px;
font-family : Arial,verdana, sans-serif;
font-weight : Bold;
margin-bottom: 10px; 
margin-top: 0px;
line-height: 32px; 
letter-spacing: -1px; 
}

h2 {
font-size: 18px;
font-family : Arial,verdana, sans-serif;
font-weight : Bold;
margin-bottom: 10px;
margin-top: 30px;
padding-top : 15px;
}

h3 {
font-size: 14px;
font-family : Arial,verdana, sans-serif;
font-weight : Bold;
margin-bottom: 5px; 
}

h4 {
font-size: 1em;
font-family : Arial,verdana, sans-serif;
font-weight : Bold;
margin-bottom: -12px; 
}

h5 {
font-size: 1.0em;
font-family : Arial Black;
margin-bottom: 0em; 
}

h6 {
font-size: 0.8em;
font-family : Arial Black;
margin-bottom: 0em; 
}

/* 
 * this might cause more problems that it solves, but fixed-width type
 * is extremely tiny in Firefox with some sizing methods (eg with 76% 
 * font-sizing)
*/
 
body kbd, body tt, body code {
font-size: x-small;
}
p { 
	margin-top: 1em; 
}























 
